Sync ListPrice from SYSPRO to ITM_Item.ListPrice when queries peform updates (#11117)
Any time that an Item's data is syncronized with data from SYSPRO, the List Price field value is also updated.
This includes:
- any time an item is edited in the Item Maintenance screen
- when the UpdateAllItemsSYSPRO operation is run
- when the "Update Item Data from SYSPRO" button is used in Tools > System Utilities
- when adding items to a category via Category Item Import and the "Import SYSPRO Data" option is checked
When updated, the List Price value and unit of measure data is stored directly on the Item's master tables in CyberStore.
CONSOLE: Display List Price in Item Maintenance screen (#11118)
The List Price field in the Pricing tab displays the value and unit of measure of the List Price for the Item. The field is read only and cannot be edited in the CyberStore console. List Price is populated from the List Price value of the related Stock Code in SYSPRO
See Also