My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
OK thanks, but that does not tell me how I can create a message with multiple recipients, CCs and BCCs. Aslo the last SuiteAnswers applies to 2019.1 so surely a user has raised the issue and that is what support has replied. I need to re-create emails sent by another system in NetSuite. Surely if we are allowed to create…
-
Hi Mikko, Unfortunately I cannot use N/email as I am not sending any email. I need to create the message from emails that have already been send in an other system. I am only following the instruction in SuiteAsnwers. If what I am trying to do is wrong then SuiteAnswers is wrong and needs to be corrected see below the…
-
Hi Mikko, Here is the code I am suing to test message creation: /** * @NApiVersion 2.x * @NScriptType Suitelet * @NModuleScope SameAccount */ define(['N/record'], /** * @param{record} _record */ function(_record) { /** * Definition of the Suitelet script trigger point. * * @param {Object} context * @param {ServerRequest}…
-
Thank you for the thourough reply. I need to field to be persisted. I cannot see how this can be done if the field cannot be created through the UI, can you confirm if I understand correctly? Short of creating a custom record that is linked to the Message record and dynamcally loading and seting the field value…
-
Thanks Erick bu that is not what I am trying to do. I need a custom field at record level not UI level. Plus User Event scripts do not get triggered by other User Event so the field would not be present when I need it Benjamin