Skip Ribbon Commands
Skip to main content

Documentum Resources

:

Code Samples: Getting the version number of document

Documentum Resources
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);​