| MasterDataMgmtCopyDataToMasterDataObject Method |
Method is used to copy data to a (master) data object from the action data object.
The master data object is referred through a reference property on the action data object.
The method doesn't respect the security model.
Codemethod usage | - |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Any data object type on which MDM is defined |
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic bool CopyDataToMasterDataObject(
CodeMethodInvokeContext context,
string masterRefPropertySysName,
string copyRuleUIdStr
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- masterRefPropertySysName
- Type: SystemString
System Name of a reference property (present on the action object) that holds a reference to the master data object.
- copyRuleUIdStr
- Type: SystemString
Guid of a copy rule that copies to the master data object type from the action data object type.
Return Value
Type:
Boolean
See Also