Sample Payload with Variables
  • 1 Minute to read
  • Dark
    Light
  • PDF

Sample Payload with Variables

  • Dark
    Light
  • PDF

Article summary

<?xml version="1.0" encoding="UTF-8"?>
<run-calcscript-payload>
<model-name>My Model</model-name>
<calcscript-name>My Calcscript</calcscript-name>
<runtime-values>
<entry>
<key>@Scenario@</key>
<value>Budget 2018</value>
</entry>
<entry>
<key>@CurYear@</key>
<value>2018</value>
</entry>
</runtime-values>
</run-calcscript-payload>

Was this article helpful?

What's Next