Wednesday, March 20, 2019

Inventory Count Search : Formula column to display the serial number/lot number in Inventory Detail window under the Count Quantity column.

Add a Formula(Text) column with the following formula:

Case when {transactionlinetype}='Count Quantity' then {inventorydetail.inventorynumber} else null end

 

 

No comments:

Post a Comment