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.