Description
Set a field on the client side.
Shows how to set all field types
Signature
SetClientSideField('fieldname', 'fieldvalue')
Example 1
Show how to set a string field
SetClientSideField('lastname', 'Gates')
Example 2
Shows how to set lookup fields
SetClientSideField( 'parentcustomerid', 'account', '10124ac3-0f6f-40dd-be64-d8c0bc5dbfbd', 'Microsoft' )
Parameters
Name | Type | Description | Required |
---|---|---|---|
fieldname | xxxx | xxxx | xxxx |
fieldvalue | xxxx | xxxx | xxxx |