Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Common Custom transaction field for transactions
Hi all,
I need to create a transaction column field that can be applied to both sale transactions and inventory transfers.
I Need a default value in that field as Quantity*2 to be shown for each line item.
NVL({quantity}*2,{quantityonhand}*2).
It is giving me a quantity field not found in the transfer order column.
CASE WHEN {type} = 'Inventory transfer' THEN {quantityonhand}*(1/6) ELSE {quantity}*(1/6) END
I write the formula in the decimal number type custom field's formula by ticking the formula checkbox.
Please let me know if I may need to create two different fields or as a single field that will work both transactions (sales order and inventory transfer).
Tagged:
0