Minha área
Comentários
-
Hi, Upon investigation, it seems that it is not possible to have multiple values in recipient and recipientemail, as I received an error when adding them, unlike in CC Anyone from the community who might had the same need and happen to know of an alternate solution to this? Any insights you can provide would be highly…
-
Seeking your valuable knowledge for our member @User_ELRS9. Your input is highly appreciated. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until June 20, 2PM ET to comment on your answers and earn rewards! Click here for more details
-
Seeking your valuable knowledge for our member @User_L8T63. Your input is highly appreciated. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until June 20, 2PM ET to comment on your answers and earn rewards! Click here for more details
-
Seeking your valuable knowledge for our member @Sampath Kumar Rudra. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
@Tigran Shahnazaryan @Tiru Chembeti @Brian Stisser @GauravAgrawal @JohnCirocco and to other member who might had the same need and happen to know of an alternate solution to this? Any insights you can provide would be highly appreciated.
-
Hi, Could you please check this SuiteAsnwers Article about preference in SandBox email Account, Setting Preferences for Sandbox Email Thank you!
-
Seeking your valuable knowledge for our member @User_KY495. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Interesting, have you tried to change the line value to 0?
-
Anyone from the community who might had the same need and happen to know of an alternate solution to this? Any insights you can provide would be highly appreciated.
-
Unfortunately, this is the only information we can provide based on the article about emails using SuiteScript. Refer to email.send(options) for more details, and you can also check the example script in the article. Thank you!
-
Can you please provide the REST Request body for me to check. Thanks!
-
Hi, Can you try this REST Request Body { "customer": {"id": "XX"}, "apply": { "items": [ { "doc": {"id": "XX"}, "line": 1, "apply": true } ] } }
-
Let us know your thoughts on this. Thank you!
-
For analyzing SuiteScript, you can create a Script Deployment Saved Search to get a list of deployed scripts. I will coordinate your concern about Workflows concern to the SuiteBuilder Team. Thank you!
-
Hi, Please use this sample JSON to create a Customer Refund. This information is based on the SuiteAnswers article about Customer Refund Thank you!
-
Hello, Could you please review these SuiteAnswers articles to see if they address your concerns: Dataset Linking in SuiteAnalytics Workbook Workbook Visualization Filters Joining Record Types Versus Linking Datasets Link Datasets in a Workbook Additionally, according to our technical leads, linking datasets requires that…
-
Seeking your valuable knowledge for our member @Vasya_2. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @Vasya_2. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hi, Were you able to check this? Thank you
-
Hi, Were you able to check this? Thank you!
-
Thank you for conducting further investigation. I suggest contacting NetSuite Customer Support, as they possess the necessary tools and expertise to thoroughly investigate and resolve these issues. They can also arrange a meeting with you to review and verify this potential issue.
-
In the provided article, there is a sample way to have multiple recipients: you can use the sample code from cc and bcc recipients.
-
Hi, were you able to check this? Thank you!
-
Hi, Upon replicating your concern, I encountered the same result as you. The result always shows the internal ID only. Upon checking, there's an existing Enhancement requests for this: 243330 WS > Saved Search results column that are of list/record only returns the internal id not the text value You can vote for this…
-
Hi, For multiple recipients, use an array of internal IDs or email addresses. You can use an array that contains a combination of internal IDs and email addresses. See email.send(options). You can check the sample script in Create an Email but Do not Send It: the Message Record for your reference. Thank you!
-
Hi, I genuinely wanted to help with your concern, but I kept running into errors when trying to run your script due to its extensive queries. Given this situation, I recommend reaching out to NetSuite Customer Support. They have the right tools and expertise to investigate and resolve these issues. They can also set up a…
-
Hi, Can you try to execute this query? select * from transaction as tr, transactionLine as tl, InventoryBalance as ib where tr.id='11760' and tr.id=tl.transaction and tl.item=ib.item and tl.location=ib.location; Does anyone in the community have experience with this or know of an alternative solution? Any insights you can…
-
Hi, Upon checking the Vendor Payment SuiteAnswers Article, I found that the vendor payment record is scriptable in both client and server SuiteScript. This means the record can be created, updated, copied, deleted, and searched using SuiteScript. Additionally, according to SuiteScript Records Browser, Check # field is…
-
Hi, According to the documentation, the expense report record can be scripted in both client and server SuiteScript. This means it can be created, updated, copied, deleted, and searched using SuiteScript, and it can also be transformed, see Expense Report. However, after reviewing the SuiteScript Records Browser, we found…
-
Seeking your valuable knowledge for our member @User_C3WZE. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.