Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
upload file and send email
Ok I have a script that is deployed into a portlet that allows customers (when logged in) to upload a file so it appears under the file tab on their record.
I was trying to use a saved search to then send an email to an individual (dependent on the customer category) to notify them of the added file. It seems however that saved searches only work in this way if you have gone in and added the file manuallly (not via a script).
so i've tried to pass the category variable from a web page to the portlet then send an email to the invidual dependent on the category. The problem is i am struggling to get it working.