for a project I need to change the AIF service called "SalesSalesEInvoice". In particular, I need to retrieve the CustPaymModeTable on the result XML. In the query used by the service, this table is present and is joined with CustTrans (relationship based on PaymMode field). We debugged the service execution and we've observed that the table is not retrieved because it is not linked via surrogate key (AifSecurityInference.inferField()). Did you ever had (and solved) that problem? How can we force the recovery of the table when the join is not based on recid?
Asked
Active
Viewed 219 times
0
-
The relation is not an issue at all. Please check if data exists in CustPaymModeTable for related CustTrans and this table enabled in data policy – Aliaksandr Maksimau Feb 09 '17 at 13:26
-
data exist. I have turn on all field in System administration > Setup > Services and Application Integration Framework > Outbound ports>Data policies – Francesco Paris Feb 09 '17 at 13:53
1 Answers
0
It looks like there is a range set in CustPaymModeTable. So please verify if there is record exists with that range value.

Pradeep Muttikulangara Vasu
- 426
- 4
- 11