KB Article #176630
How to request Receipt Notifications for X.420 transfers with XFB TPM Send Method
Problem
What is the necessary configuration in order to request Receipt Notifications on X.420 from Partners for transfers generated by Integrator through the XFB TPM Send Method?Resolution
In order to request Receipt Notifications from your partner through X.420 transfers using the XFB connector in Integrator, you will need to override that specific attribute inside a DML Mapper step.
The attribute is called P2.PrimaryRecipient.ReceiptNotificationRequest, and it takes the following values:
Override it to "1" - No receipt requested
Override it to "2" - RN requested from Partner
Please see the following example:
setAttribute("XFBX420SendMethodOverride", "P2.Use_PrimaryRecipient", 1);
setAttribute("XFBX420SendMethodOverride", "P2.PrimaryRecipient.ReceiptNotificationRequest", "2");
setAttribute("XFBX420SendMethodOverride", "P2.PrimaryRecipient.Use_ReceiptNotificationRequest", 1)
This will also forward the Receipt Notification to Integrator, you can see it in Message Log.