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ā¦