Click or drag to resize

MainGetDataObjectDifferenceDescription2 Method

Method returns a text description of the differences between two data objects.

The two data objects are not necessarily of the same data object types.

The method is used in master data management scenarios.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool GetDataObjectDifferenceDescription2(
	CodeMethodInvokeContext context,
	int dataObject2Id,
	string excludePropertySysNameList,
	out string differenceDescription
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
dataObject2Id
Type: SystemInt32
Id of the data object used for comparison with the action object
excludePropertySysNameList
Type: SystemString
CSV of property system names to be excluded from the comparison between the two data objects
differenceDescription
Type: SystemString
return a string with a description of the difference

Return Value

Type: Boolean
See Also