Click or drag to resize

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
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public bool GetDataObjectChangeDescription(
	CodeMethodInvokeContext context,
	string excludePropertySysNameList,
	out string differenceDescription
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
excludePropertySysNameList
Type: SystemString
CSV of property system names to be excluded from the comparison
differenceDescription
Type: SystemString
return a string with a description of the difference

Return Value

Type: Boolean
See Also