コミュニティ

Vantage Scripting - Code log

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?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Adrian Enders

    Note: in the Process Skill Custom Action I see the undocumented Context.LogMessage function. My question is more specific to custom field rules.

    0
  • Avatar
    Anton Vakhtel

    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

    1

サインインしてコメントを残してください。