Solved

How to give Dynamic File name to OutBound XML

  • 16 December 2022
  • 2 replies
  • 198 views

Userlevel 1
Badge +5

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.

icon

Best answer by dsj 19 December 2022, 08:28

View original

2 replies

Userlevel 7
Badge +20

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

Userlevel 1
Badge +5

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

 

Reply