MainGetDataObjectChangeDescription Method |
Note: This API is now obsolete.
Method returns a text description of the differences between the first version of a
data object and its current version.
More precisely, the current value of each of the object's properties is compared to
the first non-default value that was assigned to the object.
The method is used in (SAP) master data management scenarios.
Codemethod usage | |
---|---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | [Any] |
Namespace: Omada.OE.UtilityCodeAssembly
[ObsoleteAttribute] public bool GetDataObjectChangeDescription( CodeMethodInvokeContext context, string excludePropertySysNameList, out string differenceDescription )