Skip to content

AddProfile

Adds profile data to the case.

myCase.AddProfile(input: ( string | Xml )):Case (Xml, Case)

Parameters

( string | Xml ) input
    The profile data to add, as an XML string or Xml object.

Returns

The current Case instance.

Remarks

channelId must identify an existing channel. The moveActivities flag controls whether related activities are moved with the case; it does not move them by default.

See Also