Hi Team,
is there any way we can pass some parameters (from BR on column changed after commit )to outbound xml maps . we want to call external system to send few information on outbound parameters
like highlighted in below
<perform_outbound_integration>
<parameters>
<dataconnector>Metrix.Integration.JSONOutboundConnector</dataconnector>
<extract_entity>Notification</extract_entity>
<message_name>statusNotifications</message_name>
<enable_time_constrain>N</enable_time_constrain>
<even_status>@event_status</even_status>
<input>
<primary_table_constraints>
<task_id>@task_id</task_id>
</primary_table_constraints>
</input>
</parameters>
</perform_outbound_integration>