We are preparing to go-live with EDI invoices. When we went to configure the inbound port using the VendVendInvoiceService.create, it seems some of the choices in the Data Policies are not there in our production environment as they are in our test and uat environments. It is a concern as two of these items are shown to be required. What would be the cause of this?
Here is a screen shot of the ones that seem to be missing.
We are using AX2012 R3.
*This post is locked for comments
AFAIK re-registering the service, as I suggested, would refresh the schema, therefore I didn't mention it as a separate step.
Thank you for the response. Our administrator got a hit on Google to use an AIF related form to refresh the schema. This seems to have corrected our issue.
Exposing record IDs doesn't look like a good idea. Instead of asking external applications to provide city's record ID (for example), you should ask for city name. Consider record IDs as something internal to AX.
Regarding to TaxCode and TaxRegulationAmountCur, make sure that they're included in your query, they're visible etc. Then register your service again. If you use Ax* class for the table, make sure that the fields are there and regenerate the class if not (before reregistering the service).
If everything fails, you can always debug the process generating the schema.
Here are the items in text with the associated XPATH values.
CityRecId /VendInvoice/VendInvoiceInfoTable/TableDlvAddress/CityRecId
CityRecId /VendInvoice/VendInvoiceInfoTable/VendInvoiceInfoSubTable/VendInvoiceInfoLine/LineDlvAddress/CityRecId
TaxCode /VendInvoice/VendInvoiceInfoTable/TaxWorkRegulation/TaxCode
TaxRegulationAmountCur /VendInvoice/VendInvoiceInfoTable/TaxWorkRegulation/TaxRegulationAmountCur
The first two are neither enabled not required. The last two are checked to be both enabled and required.
Unfortunately your image isn't visible, therefore it's not clear what options you're talking about. Please either upload the image again, or explain your problem in text.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156