My Stuff
-
Re: How can we generate scrap quantity onhand through Work Order
@Deepak Joshi would it work for you to only include the actual amount of the item in the Work Order and then trigger an Inventory Adjustment after the completion of the Assembly Build to consume the …3 -
Re: Customer Prepayment for bank of support/hours
@Nairolf Let me tell you something I used for quite a few year using Netsuite Cases. When we closed a Case, we had a script which posted a financial journal to take up a fixed employee cost and post …2 -
Re: Workflow forms...
@Mark_BRIT have you tried updating your fields without changing the Form? IME, although the record may have the "minimal" form, it is is likely that you can update the fields. I have a acco…1 -
Re: Next payment run for Terms on Vendors
This proposed new formula field will give the same value for the dates as follows: Days 1-15 will return 15th Day Days 16 - 28,29,30 & 31 will return 30th Day explained CASE WHEN TO_CHAR({duedate…6 -
Re: Is it possible to control Attachment Names on scheduled searches?
function setPDFName(){ var email_template = '20'; var filename_suffix = "New Suffix "; //leave a space at the end //Send and receiver var sender = nlapiGetContext().user; var rece…3
