RE: Show transaction item line numbers in a sales order
Hi all,
I’m looking to show transaction item line numbers in a sales order through scripting or functional whenever enter the line items.
Could you please anyone guide me in this.
You can make new custom column named Line number and can set field value on LineInit as nlapiGetLineItemCount(‘item’)+1
Hi,
Thanks for the response.