Using serviceInstanceName.execute({}); in Custom JS to start a Rest Service.
Is there a way to pass variables or array to the Service ?
Similar to a function call maybe?
Tks.
Using serviceInstanceName.execute({}); in Custom JS to start a Rest Service.
Is there a way to pass variables or array to the Service ?
Similar to a function call maybe?
Tks.
Maybe easiest is to put my vars into localstorage and then call the Service and extract them using the Tiggzi add JS ..
You can set any request parameters in the mapping, as always.
Thanks MAX.................................
Ya I will stick with my thought out method