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

Aayush_Srivasta
Aayush_Srivasta
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aayush_Srivasta
Customize the badges you want to showcase on your profile
Re: how to fetche given page before converting to pdf in live cycle - Adobe LiveCycle 02-05-2013
Hi Advithiya,You may try the below DDX. However the XFAData element being used here allows to merge data into PDF , for an XFA based form. Thanks,Aayush

Views

193

Likes

0

Replies

0
Re: Send email to a list of users in the form - Adobe LiveCycle 02-05-2013
We would need to have a mapping somewhere( i.e. db / ldap ) for the entered user name and email . for ex: If we have a mapping ( name:John Smith - email: jsmith@localhost ) in the DB , then a lookup for user name: 'John T. Smith' will not return the email , since it's a mismatch.

Views

373

Likes

0

Replies

0
Re: Send email to a list of users in the form - Adobe LiveCycle 01-05-2013
Once the form is submitted , you may extract the xml data and then iterate the xml nodes in order to find the name of the users . Then using the 'find user' activity, get the user info( e.g. email of the user ) and send mail to the user list . You may find a link below for a sample process that takes an input xml and does a lookup for the email address corresponding to the name of the user and parallely create a user list . finally it sends mail to the entire user list . sample:- https://workspa...

Views

342

Likes

0

Replies

0
Re: how to fetche given page before converting to pdf in live cycle - Adobe LiveCycle 29-04-2013
You may use the LiveCycle Assembler Service to achieve this use case. Assembler Service requires a DDX document used to specify instructions for assembling the PDF document ( in this case it will be the range of pages to be assembled into PDF ) . Since the input here is a native file format (e.g. word doc ) , LiveCycle Generate PDF service must be installed/configured to convert native formats to PDF as Assembler service can call only services installed with LiveCycle.Find below a sample DDX(xml...

Views

191

Likes

0

Replies

0
Re: Is the Global Document Storage (GDS) used in Rights Management? - Adobe LiveCycle 17-04-2013
The presence of the content in the GDS directory is governed by the max inline size , such that the size of the content more the inline size are stored in GDS and less than the inline size gets stored in the JVM heap . The document content is removed from the GDS when the system find that the content has no valid reference to it. This validity is checked in 30 seconds by default ( adminui > Core Settings> Document Sweep Interval). If the process is long lived the content will remain in the GDS u...

Views

139

Likes

0

Replies

0
Re: Is the Global Document Storage (GDS) used in Rights Management? - Adobe LiveCycle 11-04-2013
Global Document Storage (GDS) is an integral part of LiveCycle and it must be backed up along with database , irrespective of the LiveCycle module in use .Please ensure that the backup of the GDS and DB should be in sync as the GDS stores the files themselves and references of those files( that the processes use) are stored in the database. Please refer the below link for backup and recovery :http://help.adobe.com/en_US/livecycle/10.0/AdminHelp/WS92d06802c76abadb-5145d5d12905ce07e7-7feb.html

Views

137

Likes

0

Replies

0