My Stuff
Comments
-
Thank you. I will consider a script in the future if they need it.
-
Thanks. I thought so. I was able to do a workaround and place a column field next to the purchase quantity that sources the "Reorder Multiple" field so they can see the difference next to each other. It'll work for now. Netsuite is considering releasing an enhancement feature for this someday.
-
That was it! Thanks so much!!!!
-
This would be great. Can you offer me a visual screen shot of this? I can't seem to find it.
-
Ahhh Yes....... function setRefundAccount() { var recordid = nlapiGetFieldValue('tranid'); if(recordid == "To Be Generated") { nlapiSetFieldValue('account', 115, null, true); } } Thanks for putting me on the right path......
-
That is good advice and duly noted Thank you
-
I think I have figured it out. It needed a last return switch in the code.... function stopSave() { var linePass = true; var count = nlapiGetLineItemCount('item'); for(var i = 1; i <= count; i++) { var id = nlapiGetLineItemText('item', 'item', i); if(id!=='NEW ITEM') { continue; } if(id == 'NEW ITEM') { alert('You cannot…
-
Quite simple. If the item doesn't exist yet in Netsuite, they need something to enter into the sales order to complete it for Purchasing. They are required to take a deposit instead, wait until the new item is entered into the system, change the item in the sales order once the item is available, and then they can invoice…
-
I tried using a customized Stock Ledger report which seems to give me most of the information i needed. It works with my database to fill in a couple fields not available in theis report. Thank you responding.
-
Same issue noticed here on the 14th with one of our employees who uses Chrome. She can't click into line item field, has trouble saving, and the line below will fill in with the item above. I switched her to Firefox temporarily and migrated her Chrome settings over. It seems to be working fine now in Firefox.
-
Much obliged. I can tell this is a great group of people here.