need some help with printing a "qty remaining to pick" column on the sales order picking ticket. Their is a native remaining qty field but it does not take into account quantity committed so it gets very confusing since it would show you items that would be impossible to pick since there are none available. Created a custom transaction line field with the following formula: nvl({quantitycommitted},0)-nvl({quantitypicked},0), it looks good on the Sales Order but on the picking ticket getting an error: Field ‘quantitypicked’ Not Found