Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 344 Bytes

logActivity.md

File metadata and controls

11 lines (10 loc) · 344 Bytes

logActivity(jsapi, type, source, tag, message)

Calls the RPM API LogActivity with type and source and tag and message.

  • jsapi <Object>
  • type <String>
  • source <String>
  • tag <String>
  • message <String>
pvh.logActivity(jsapi, 'Info', 'Scenario', 'Create', 'Created new Scenario for ABC');