Skip to main content

Hi,

I have created one OutBound XMl file from  PLSQLAP_Server_API.Post_Outbound_BizAPI .

And add Routing Rules and Address.

But the requirement is to give the file name as one column name .xml.

How we can give that from App9.

Thank you.

Hi @Amar1479 

 

You can use placeholders in the routing address to setup a dynamic file name. placeholders can be combined to make the final file path.

If you need to use a value of xml tag, then use the highlighted placeholder. It will read the first occurrence of the xml tag.

Eg: %FILE_OUT%\%MESSAGE_FUNCTION%_%TAG=ORDER_NO%.xml

 

Hope it helps!

Damith


Thank you Damith.
i have tried same way and it's working fine.
 

 


Reply