I installed the hotfix for ISO20022 camt.054 to import customer payments in R3. It works perfectly. I would like to run it unattended (without the two dialogs). I extended the ISO subclasses (CustInPaym_ISO20022_W, CustInPaym_ISO20022_CAMT54_W) in order to create any method overrides needed and also to preserve the version with dialogs. In a job I created to test I have the three values needed in place of the dialogs. I use the CustInPaym::construct method in the job. I then set the two values (JournalNum and PayMode). This was easy to supply by calling two set methods in the instantiated CustInPaym. However the third (Filename) does not have a set method I can call. I do not know if there is a way for me to supply the FileName value. I would appreciate a nudge in the right direction and/or any comments.
Thanks in advance.
*This post is locked for comments