Hello Community,
Within PAFE API for ExecuteFunction, is there a capability to handle optional parameters?
For example, if my TI script has:
p1 (required)
p2 (required)
p3 (optional)
I'd like to simply do:
ExecuteFunction(host_name, server_name, process_name, "val1,val2") -> and not have to specify a blank for p3.
Seeing the REST API calls going back and forth, I get the complexity of my request ... so even this form would work:
ExecuteFunction(host_name, server_name, process_name, "p1:val1,p2:val2") -> This solves for any ambiguities
This is critical if the TI changes on the server side to add additional capabilities in the form of additional optional parameters.
------------------------------
Adam
------------------------------