Description
Sets the entity target property bag within the pre-operation stage.
Signature
SetEntityTargetRecord(SetAttribute('attributename', 'attributevalue' ))
Example
SetEntityTargetRecord(
SetAttribute('firstname', 'Bill'),
SetAttribute('lastname', 'gates'),
SetAttribute('creditlimit', '5000'),
SetAttribute('description', '?'),
SetAttributeLookup('preferredsystemuserid',
'systemuser',
'670dd379c-ee2f-11db-8314-0800200c888'))
Note 1: Fields of type lookup need SetAttributeLookup('fieldname', 'entityname', 'recordguid')
Note 2: Fields of type PartyList need SetAttributePartyList('fieldname', 'entityname', 'partyguid' , 'partyguid')
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| SetAttribute | xxxx | xxxx | xxxx |
