Groovy script to invoke a custom Function by means a Soap Web Service
Summary:
Define a Groovy script to invoke a custom Function defined on a Child Object (of AssetVO) via Soap Web Service.
Content (please ensure you mask any confidential information):
Hi everybody.
We defined:
- a new Child Object "ABC" of "AssetVO"
- a new custom function "fExampleFunction" with external visibility
We would like invoke "fExampleFunction" by another custom function (so, via a groovy script) by using a Soap Web Service call. This because it looks like Asynchronous invocation on Fusion is currently available as SOAP webservices, whereas it is not currently supported with REST APIs.
The only parameter to be used is RecordId ("Id"), just to contextualize the function execution and update a specific record.
Tagged:
0