-
Change how LogisticsPostalAddress table works
When we setup database log for "LogisticsPostalAddress" table, it's not possible to monitor updates only on the table due to the way the table works (when an edit is done on a record in a form, a new record is created in the table instead of editing the existing record). Changing the way the table work to editing existing records will save data and will help monitor update and also fixing another issue with database log history not showing previous values (since it's creating a new record).
-
Expand Vendor V2 contact details limitation
Vendor V2 entity exports only Primary contact details. Customers need to export all the contact details, not only primary details. There is no other table that contains such information and can be filter per entity, and there is no way around it so far. Such change would be very convenient for plenty of customers in the future.
-
Improving Sales Orders Freight Amount Integration
When sales orders are created with empty shipping on CE without freight amount, they get integrated successfully to FnO without a problem. However, when customers try to edit and add freight amount, an error is produced that "shipping site is mandatory." When this was escalated to PG, they provided the explanation below:
This is by design.
When customer create sales order line in CE and sync to F&O, the site and warehouse will automatically set in F&O (maybe from sales order header), but the site and warehouse are still blank in CE(since customer hasn't set), when a new sales order line update request send to F&O, the blank site and warehouse sent to F&O, it is not allowed to update site and warehouse to blank in F&O.
Customer can use button "Price Order" on sales order header to sync F&O data(including site and warehouse) back to CE and then do other updates.
The logic to set default value for warehouse and site on sales order line is different from F&O and CE.
In CE, no default logic for warehouse and site. In F&O, it is complicated, it is based on default order setting on item, warehouse and site on sales order header.
We don't have information about default order setting on item in CE, so we cannot add same default logic in CE like F&O.
The suggested idea is to adjust the way integration works the same way with freight amount added.
-
Assign Organization to Specific Security Roles
Make it possible to assign organization to specific roles instead of whole roles as some customers need to strict only specific role to be assigned to a specific legal entity and other roles to all or other legal entities on the same environment. This currently causes contradiction between security roles, and it causes user to have all roles applied to all legal entities.