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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Revision number in forms.

Avatar

Level 2

Hi,

I have a series of forms that are stored in a subversion repository.  I want to be able to display the repository's version onto the form.  Does anyone know if this is possible?  We can do this with SSRS reports and stored procedures but this is through SQL Server Manager and Visual Studio.

Can Adobe LiveCycle achieve this?

thanks,

Paul

1 Reply

Avatar

Level 4

If you mean the version number of the SVN commit, then yes it is possible. I

use script objects for all my functions and right at the top of the file i

create a variable (e.g. var version = "$Id:$";). Then on the XDP file right

click and go to TortoiseSVN > Properties and create a new property

(svn:keywords) with a property value (Revision HeadURL Id) . Each time the

XDP is committed, it updates the variable with the latest date, time and

user commit info.