ModifiedAttrNames
This attribute lets you find the list of the attributes you are about to modify.
Let modifiedAttrNames (List)
Set modifiedAttrNames = Parameters.GetAttributeObject("ModifiedAttrNames")
ModifiedAttrNamesThis attribute lets you find the list of the attributes you are about to modify. Let modifiedAttrNames (List)
Set modifiedAttrNames = Parameters.GetAttributeObject("ModifiedAttrNames")
LogModifiedObjectsThis attribute lets you fill in the list with the objects that were modified in an EKL opening of Execution type. Let modifiedObject (List)
modifiedObject.Append( ThisObject )
Parameters.SetAttributeObject("LogModifiedObjects", modifiedObject)
| |||||||