xpxRollbackModel
FUNCTION xpxRollbackModel (modelId : GENERIC; versionId : INTEGER; options : INTEGER) status : INTEGER;
Rolls back the current version of an edmModel to a previous version. The model version is identified by the modelId and the version sequence number. By default, all versions succeeding the new current version will be permanently deleted. Use options to prevent deletion of versions.
Arguments
Type | Name | Comment |
GENERIC | modelId | specifies a numeric modelID that uniquely identifies the data model of interest in the EDMdatabase |
INTEGER | versionId | specifies a numeric versionId that uniquely identifies the model version |
INTEGER | options | see below |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Option | Comment |
KEEP_ALL_MODEL_VERSIONS | No versions of the edmModel will be deleted when rolling back. |
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.