| MainCopyDataToReferredObjects 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.
Codemethod usage | Description |
---|
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
Syntaxpublic bool CopyDataToReferredObjects(
CodeMethodInvokeContext context,
string refPropertySysName,
string copyRuleUId,
bool overrideSecurity
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- refPropertySysName
- Type: SystemString
Property System Name of a reference property present on the action object that holds a reference to the data objects.
- copyRuleUId
- Type: SystemString
Guid of a copy rule that copies data from the action object to the referred data objects.
- overrideSecurity
- Type: SystemBoolean
If set to TRUE, the Data Object Security Model will not be respected.
Return Value
Type:
Boolean
See Also