My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
If you look at the corresponding record within netsuite, you will see a tab saying items in cart... This can be done with the workflow in NetSuite. The way i would build it up is to make sure the items purchase list does not contain any items in there, then grab the item from the cart and send an email based on that…
-
Ah right, do you want to remove all lines on the initialise of the record? So before the user has access to the record you want to make sure there are no lines on it?
-
Hi there, I have just added this as a function on the page.. function removeAllLinesButton(type) { clear_splits('item'); return false; } Add this to the custom actions list and all should work. N.b. Add the script file on the form to the custom code field... You dont need to fill out the options below it as it is called…
-
Ok silly me, it litterally is throw... throw nlapiCreateError('Title goes here', 'Error Details Here', True if you want an email False if you don't want an email notification); Also make sure that it is not in a try catch as it will still Delete the record...
-
How did you manage to "throw" it?
-
You could create two separate custom fields and have a script update these with first name and last name... I am also having the issue with first name and last name on email templates as it is not showing up. I did a work around with a saved search and email out when a lead record is created, which got the fields no…
-
I understand that this question has been asked years ago, but here is a solution for any record type from a saved search not just events. You can create a scheduled script that runs through the results of a saved search, once it has reached its max usage limit reschedule itself until the end of the results.
-
You have to give users access to Web Query reports. Then they can update the data within that report through excel for as long as they have access to it, or until you remove the web query part of the report. Hope this helps!
-
Hi J.J, I have tried this method but the available filter does not let me have it shown (so makes it redundant in this case which is a bit confusing as to why it would need to be on there) It seems that all numeric values follow this route where i can not put it as an available filter... Any other ideas? Thanks, Mike
-
Hi there, The android app only lets expenses and a timer app be used offline. Thanks.