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
-
Tagging @Brian Stisser @Tigran Shahnazaryan @Tiru Chembeti @GauravAgrawal @JohnCirocco and to 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.
-
Hi, The error message indicates: "name":"SSS_INVALID_SRCH_COL","message":"An nlobjSearchColumn contains an invalid column, or is not in proper syntax: item." Upon reviewing the Items SuiteScript Records Browser, it appears that the "item" field is not included in the records. Please check the records browser to identify…
-
I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
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.
-
https://community.oracle.com/netsuite/english/discussion/comment/16863489#Comment_16863489 @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…
-
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 } ] } }
-
https://community.oracle.com/netsuite/english/discussion/comment/16863356#Comment_16863356 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.
-
https://community.oracle.com/netsuite/english/discussion/comment/16862751#Comment_16862751 Hi, Were you able to check this? Thank you
-
https://community.oracle.com/netsuite/english/discussion/comment/16863208#Comment_16863208 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.
-
https://community.oracle.com/netsuite/english/discussion/comment/16863213#Comment_16863213 In the provided article, there is a sample way to have multiple recipients: you can use the sample code from cc and bcc recipients.
-
https://community.oracle.com/netsuite/english/discussion/comment/16863122#Comment_16863122 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…