commitOlderVersion
layout.cle commitOlderVersion boolean { t | nil }
Description
In a DM environment, lets you commit design partition views that are not the latest version in the DM vault. If you do not commit the latest version of a design partition view, the design partition resets in the memory when it is opened the next time but it is not reset on the disk regardless of the value of the environmental variable commitResetPartitionView. The commitOlderVersion environment variable also allows committing a merged design partition view which is locked by others.
The default is nil, which means that the older version is not committed.
GUI Equivalent
Examples
envGetVal("layout.cle" "commitOlderVersion")
envSetVal("layout.cle" "commitOlderVersion" 'boolean t)
Related Topics
Merging a Submitted Design Partition
List of Concurrent Layout Environment Variables
Return to top