ProfileChanged¶
Notifies the system that the contents of the case profile property have changed.
myCase.ProfileChanged(fireUpdated?: boolean):Case (Case)
Parameters¶
boolean fireUpdated optional
Whether to raise the case-updated notification. Defaults to true.
Returns¶
The current Case instance.
Remarks¶
This method marks profile changes for the case lifecycle. It does not persist arbitrary XML edits by itself; invoke it after modifying the profile surface so the runtime can record and optionally publish the update.