You may be trying to access this site from a secured browser on the server. Please enable scripts and reload this page.
Turn on more accessible mode
Turn off more accessible mode
Skip Ribbon Commands
Skip to main content
To navigate through the Ribbon, use standard browser navigation keys. To skip between groups, use Ctrl+LEFT or Ctrl+RIGHT. To jump to the first Ribbon tab use Ctrl+[. To jump to the last selected command use Ctrl+]. To activate a command, use Enter.
Site Actions
This page location is:
Documentum Resources
Code Samples
Getting the version number of document
Browse
Tab 1 of 3.
Page
Tab 2 of 3.
Publish
Tab 3 of 3.
Sign In
Documentum Resources
Code Samples
Getting the version number of document
Documentum Resources
Home
Currently selected
blog
Sharepoint
WDK
Recently Modified
Getting process variables
Get workflow comments
Forms builder - concatenate multiple values using adaptor
Sample workflow java method
DFC - Execute DQL Query
Libraries
Articles
Code Samples
UCF
Troubleshooting
Documentum Tutorial
Full Text Indexing
Taskspace
BPM
Documentum Foundation Services
Lists
DQL
API
do you know
Tips & Best Practices
Documentum Hotfixes
Acronyms
Documentum Tools - 3rd party
All Site Content
Documentum always store the version number in the first index of the repeating attribute. Other values contains version label etc.,
IDfSysObject.getRepeatingString(
"r_version_label"
,
0
);
false,false,1