My Stuff
-
Re: How to remove Mark All and Unmark All buttons on Item Receipt page?
I dont think its possible as standard functionality. You will have to try script approach by disabling the button1 -
Re: How to Display Total Expenses Value in Saved Search
Can you run the search result with document Number, and write a formulae(numeric) = {netamount} - {taxamount} + {taxamount} . I had to add taxamount twice due to some tax amount showing in negative. …1 -
Re: Why are there System generated changes to GL impact on Fulfillment/Receipt records?
Hi @User_RRIOM Can you click on VIEW hyperlink under NEW VALUE to see the change. Other reason can be was there any account change on item master. Change of account on item master has retrospective e…1 -
Re: How to combine items and add up the quantity using SuiteScript?
you will have to run a loop in sequence against each line item where item = A1 and keep adding the quantity. Repeat this for all line items. Trick here would be to skip the line which already has ite…2 -
Re: Would it be better to use SuiteApprovals > 3-Way Match to compare Amount (Foreign Currency)?
you can try using NetSuite approval 3 way match and check if its fit your requirement. However, do note if not fulfilled, NetSuite supports SuiteScript wherein you can design the entire approval flow…1
