Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

prasaxen
prasaxen
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by prasaxen
Customize the badges you want to showcase on your profile
Re: is there a way to get process id or task id from job id given? - Adobe LiveCycle 21-05-2013
Thanks Jasmine for your reply.Yeah i got the way by querying the database only.-Prashast

Views

502

Likes

0

Replies

0
is there a way to get process id or task id from job id given? - Adobe LiveCycle 15-05-2013
is there a way to get process id or task id from job id given?Regards,Prashast

Views

2.2K

Likes

0

Replies

2
Unable to use component in workbench - Adobe LiveCycle 11-12-2012
Hi,I developed a sample component with a single service and 2 operations mapped to 2 methods of implementation class.Also i tried using composite editors in component.xml and also used property-editor tags.Component gets installed properly and start properly.Even when i try to put operations on process map, both operations comes, but as soon as i click on process properties it gets hanged, nothing happens it shows Input and Ouput sections are loading but nothing happens....My component.xml file com.tcs.impl.CustomerServiceImpl --> Include external jar if you've dependencies-->...

Views

2.3K

Likes

0

Replies

1
Initiate LC process from email endpoint? - Adobe LiveCycle 08-12-2012
I wanted to know what steps do i need to do to initiate LC process thru email. Means user should fill pdf from anywhere i.e website, now clicks on Submit, so email client should open and attach the pdf and when clicked on send, lc should process..Any ideas?Also i want to know how to get form data as an attachment when form goes to some approver/user step..what configurations i need to do ...till now i checked box "include form data" in server settting of task notification. And enabled the checkb...

Views

1.8K

Likes

0

Replies

1
Difference between Email and Email Service - Adobe LiveCycle 08-12-2012
Hi,I see 2 components in my app server, one is com.adobe.idp.dsc.provider.service.email.Email with name as Email:1.0 . I guess this is to set default email endpoint properties which could be used in every email endpoint. Am i right?Second one which i see is com.adobe.livecycle.Email named as EmailService:1.0 which has some operation like sendWithDocument, receive etc.So what's the basic difference b/w these 2 services. Even as per help docs we should use one email address for one email endpoint ...

Views

1.5K

Likes

0

Replies

0
Consult Task - Adobe LiveCycle 11-09-2012
Hi,I am using Task manager API to invoke consultTask method of it. I am providing task id and user id as input. But I am getting this error every timeCaused by: com.adobe.idp.um.api.UMException| [com.adobe.idp.um.api.impl.DirectoryManagerImpl] errorCode:16385 errorCodeHEX:0x4001 message:string length wrongcom.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.common.infomodel.StoreId] errorCode:12550 errorCodeHEX:0x3106 message:string length wrong at com.adobe.idp.um.api.impl.Manager...

Views

1.2K

Likes

0

Replies

0
get Task Assignment value - Adobe LiveCycle 06-09-2012
I have a Assign task operation in which I option to forward, consult task also.so if user clicks on Consult button in workspace on card, so it will go to Consulting person.i wanted to know in my livecycle process, if this task Assignment can be retrieved?I wanted to know if i can access any variable through which i can determine which Assignment was selected when task was presented to user.To simplify above statements :- can i get the name of user id who consulted the taskThanks,Prashast

Views

2.3K

Likes

0

Replies

1
Re: Email start point - Adobe LiveCycle 05-09-2012
I guess the reason you aren't able to access attachments other than pdf is that, in Email Start point configuration, we need to provide file type extensions in FilePattern input.See http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=001463.htmlFile Pattern: A pattern that matches the file names of attachments that are used as input to the process. The value is case-sensitive. The following examples illustrate valid values:*.pdf uses all files with the file name extension .p...

Views

435

Likes

0

Replies

0
Re: Email start point - Adobe LiveCycle 05-09-2012
At which step are you exactly facing the issue. Can you elaborate more.Are you extracting attachments in executeScript step using patExecContext scripts?if yes are you extracting attachments with their attribute "wsfilename"You can also use LC TaskManager API to get all the attachments for a task by just providing taskId.Thanks,Prashast

Views

453

Likes

0

Replies

0
Listing all Tasks in LC database - Adobe LiveCycle 28-08-2012
Is there any way to list out all the tasks which are in LC Database.I want complete list of all tasks thorugh API

Views

1.3K

Likes

0

Replies

1