Adjustment Document function not working

Creation date: 19/08/2024 17:59    Updated: 19/08/2024 17:59   @schema
Question:

Adjustment Document function not working.

When changing quantity errors : “The inventory quantity is unchanged, please check”
This error has been encountered on both prod + test with any ADJ Doc


Answer:

For Adjustment, just restore the sql to default.


For inventory balance:
Can use the steps below:
1. through the sql to find the corresponding configuration data, general custom list configuration is in the BSM_SCHEME_GRID, provided that you need to know the functionId, gridName. 2. to find the jsonData data;


2. find the jsonData column, the data stored in it is serialized JSON objects, which means that if you slightly change a wrong symbol may lead to data errors. 3. find the corresponding column configuration data;


3. find the corresponding column configuration data, generally {field: “customerId”, property1: “xxx”,property2: “xxx”,... ,hidden:false,width:120}, generally through the field to determine the need to edit the configuration, and then if the column is hidden, then it may be hidden or width configuration problems, will be hidden to the value of false or width changed to a value greater than 0, save and refresh the user interface, you can see that the field has been properly Save and refresh the user interface, then you can see the field has been displayed normally;

Translated with DeepL.com (free version)
Files