Hi
I have generated services with the Rest API generator.
The update service does not have any request parameters, only data paramaters. How do I tell the service in mappings, which record to update.
Thx
Hi
I have generated services with the Rest API generator.
The update service does not have any request parameters, only data paramaters. How do I tell the service in mappings, which record to update.
Thx
Hello Deon,
You can set these properties directly to the parameter "data" of that service, using JS
Oh, ok. Thank you.