...
To try it and run it from your script:
Compile the sample (see
...
/wiki/spaces/KUDOPARTNER/pages/1180434585 or /wiki/spaces/KUDOPARTNER/pages/1180434595 )
Make sure the result plugin is loaded (see
...
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:
Compile the sample (see
...
/wiki/spaces/KUDOPARTNER/pages/1180434585 or /wiki/spaces/KUDOPARTNER/pages/1180434595 )
Make sure the result plugin is loaded (see
...
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:
...