Question

Fire An Application Server Task with Dynamic Parameter (Not about dates)

  • 17 October 2023
  • 1 reply
  • 41 views

Userlevel 4
Badge +10
  • Hero (Employee)
  • 60 replies

Hello,

I want to use dynamic parameter in application server task for mailing quick report with one parameter and its not about the dates.

 

So if i use #TOMORROW#, #TODAY# etc. it works as dynamically.

But i want to use a shipment_id parameter, when the shipment closed then i fire belong prosedure as event. But this procedure has not include any quick report parameter, only application message id, its so useless :/

BEGIN

App_Message_Processing_API.Run_Application_Server_Task(3709470,'FALSE');

END;

I found the parameter block in fndcn_message_body_tab as xml block. But i am not sure how can i do some usefull thing with this info about the what i want.

 

Somebody can give me a good sight?

 

Version 10.14

 

Best regards.


1 reply

Userlevel 4
Badge +10

Update Note: System insert a parameter row into fndcn_message_body_tab when only running background_job. So we dont know what are the parameters before the scheduling job and run it.

 

Still i am looking for a good way. Maybe i should manipulate parameter block in fndcn_message_body_tab but i dont wanna use background job for this case, only trigger needs actually, it might not be neccessary :/

Reply