editCapContactAttribute

Changes the value of a record contact attribute.

Version

2.0

Parameters

Parameter Type Description
contactSeq long Sequence number of the record contact to edit.
pAttributeName string Label of the attribute to edit.
pNewAttributeValue string New value of the attribute.
itemCapId (optional) CapIDModel Record on which the record contact belongs.

Notes

The attribute name must be in ALL CAPS.

Example

editCapContactAttribute(60549773,"HAIR COLOR","Yellow",thisCapId);