What is a good way to perform code logging in Vantage? You can isolate by script environment, field rules log vs custom action in a process skill. I am currently working on some field rule scripts.
The javascript "alert()" function is not available. Has anyone found a good method to perform code trace logging in Vantage?
コメント
2件のコメント
Note: in the Process Skill Custom Action I see the undocumented Context.LogMessage function. My question is more specific to custom field rules.
Adrian Enders Hi,
There are no special logging capabilities for the Rule Scripts. I suggest using the Context.ErrorMessage in combination with Context.CheckSucceeded to output the debug data you need.
Best regards,
Anton
サインインしてコメントを残してください。