DMFDefinitionGroupEntityXMLFields::lastDisabled Method
Updates the record for the last disabled value.
Syntax
server public static int lastDisabled(
DMFDefinationGroupName _definitionGroup,
DMFEntityName _entity,
int _newValue)
Run On
Server
Parameters
- _definitionGroup
Type: DMFDefinationGroupName Extended Data Type
The defination group name to which record need to be updated.
- _entity
Type: DMFEntityName Extended Data Type
The entity to which record need to be updated.
- _newValue
Type: int
The value to be updated.
Return Value
Type: int
Returns the updated value.