Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To try it and run it from your script:

  1. Compile the sample (see

...

  1. /wiki/spaces/KUDOPARTNER/pages/1180434585 or /wiki/spaces/KUDOPARTNER/pages/1180434595 )

  2. Make sure the result plugin is loaded (see

...

  1. /wiki/spaces/KUDOPARTNER/pages/1834450981 )

  2. Run _DRAWINGSUMMARY command from your script with out any parameters

    Code Block
    _DRAWINGSUMMARY

Sample call to run it locally with on-premise version:

...

To try it and run it from your script:

  1. Compile the sample (see

...

  1. /wiki/spaces/KUDOPARTNER/pages/1180434585 or /wiki/spaces/KUDOPARTNER/pages/1180434595 )

  2. Make sure the result plugin is loaded (see

...

  1. /wiki/spaces/KUDOPARTNER/pages/1834450981 )

  2. Run _INSERTIMAGE command from your script specifying image path (relative in provided resource bundle passed to resourceBundleURL), position, width and height

    Code Block
    _INSERTIMAGE "test.png" 10,10,0 600 400

Sample call to run it locally with on-premise version:

...