rbv_api.createActivityLog()
Purpose
Creates an activity log record on an existing object record. This method only works with native Platform objects.
Syntax
rbv_api.createActivityLog (objName,
Id, text)
Parameters
objName
Integration name of object
Id
ID of record
text
Text of Activity Log record
Return value
None
Example
Creates an activity log entry for a Case record.
rbv_api.createActivityLog("Case", {!id}, "Record processed successfully");