
Hello all,
is it possible to make Default Dimension fields not mandatory in the Sales Order Document Service?
In the data policies of my inbound port I use the SalesSalesOrderService which has Default Dimensions as mandatory fields under these pathes
/SalesOrder/SalesTable/DefaultDimension/Values/Value
/SalesOrder/SalesTable/SalesLine/DefaultDimension/Values/Value
So I changed the methods initMandatoryFieldsExemptionList in the classes AXSalesLine and AXSalesTable in order to set the fields DefaultDimension as not mandatory. I refreshed the services under Forms -> AIFService.
These steps were successfull with another field, but not Default Dimension fields. Are there some pecularities about this field?
*This post is locked for comments
I have the same question (0)What is strange is that other fields match the Element Name on the left with the XPath on the right of the Document Data Policies form, e.g. CashDiskBaseDate has the same field name on the right in the SalesOrder/SalesTable/CashDiskBaseDate.
But DefaultDimension has an Element Name "Value"..