Anyone have issues setting the "price" (price leve...
# suitescript
m
Anyone have issues setting the "price" (price level) in SS1 client script
nlapiSetLineItemValue('item', 'price', 1, 1)
? I am able to set it just fine in the console but when i trigger it via FieldChanged i get nothin UPDATE: Putting the code in a setTimout with 100milliseconds works. Why? No friggin idea
netsuite 1
c
change it to postSourcing on the item sublist for item
the price level sources from the item so whats most likely happening is its being set then overwritten by the item sourcing,
m
Hmm that didn't work. Im actually using the recalc function and it still happens