Joe Zarick
11/22/2022, 8:38 PMsalesOrder.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'price',
value: priceLevel, // 11 - valid price level id
forceSyncSourcing: true
});
Which results in the following error:
You have entered an Invalid Field Value 11 for the following field: price
I have seen examples of people setting the price level to -1 (custom), so it seems like this should work, but it seems like we are missing something. If anyone has tried this we would appreciate any tips you can provide. Thanks.reptar
11/22/2022, 8:57 PMbattk
11/22/2022, 9:08 PMJoe Zarick
11/22/2022, 9:54 PMbattk
11/22/2022, 10:00 PMJoe Zarick
11/22/2022, 11:05 PM