We tried to use event action type Application message to route the event payload through IFS Connect and looks like the functionality if not working in IFS Cloud.
Error 1:
When the event is based on a custom entity, it gives an error while triggering the event. It looks like the error is due to XML elements created for custom attributes contain $ sign
Error 2:
for core entities, application message generates successfully but the input message data is empty. Noticed that Plsqlap_Server_API.Create_Application_Message___ logic for creating application message from event action does not add the payload to message_value column in fndcn_message_body_tab which is the cause for this.
This is really convenient feature when there are many entities need to send data to a single endpoint, so instead of adding the rest api details in each and every event action, you can define it in a single routing address and use IFS connect to send the data.
We would like to know the feedback from framework PD team whether this is a deprecated feature or would this be corrected in a coming release?
Recreated in 23.1.11
/Damith