My Stuff
Comments
-
Hello @Wee Ming, Thank you for the clarification and update. If that's the case and these fields are not available for Legacy Tax users. If they available on the UI then the workaround that I can think of would be to create Custom Fields and populate them using a formula/workflow or a script and then utilize those via SQL.…
-
Hello @AndreaSterns, It seems like using a Scheduled Script or Workflow + Scheduled Action Script would be the way to overcome this limitation. The nlapiSendEmail() call in your script is what allows renaming the PDF before sending but NetSuite’s built-in “Scheduled Email” flow does not expose that filename parameter.…
-
Hello @Lee Ann R, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you…
-
Hello @Wee Ming, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @SaeedR, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the Answer…
-
Hello @User_1W277, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @AndreaSterns, To rename a PDF attachment in an email, you can use a Workflow Action Script to set a custom PDF title. This involves creating a custom field to set the email subject, body, and PDF title. Below is a detailed article on how to do this : SuiteAnswer : 69220 Workflow Action Script> Send Email with…
-
Hello @Ron Mc, Yes, Suitelets with “Available Without Login” can be accessed via their external URL. The error means either there's a wrong URL, or your code is doing something that requires a logged-in user. _______ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New…
-
Hello @Rebecca Carter, glad it worked. Feel free to reach out or post questions in future if needed. Thanks. ________ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and…
-
Hello @User_ZCWF3, glad I was able to assist. Feel free to reach out or post questions in future if needed. Thanks.
-
Hello @Abhishek_A, That might happen due to Azure AD and NetSuite configs don’t fully match or NetSuite can’t map the user correctly. Can you try changing your ACS URL to : "https://xxx_sb1.app.netsuite.com/saml2/acs" and retry the above. SuiteAnswer Reference : 97768 Sandbox Account Number (ID) for SAML SSO Setup ________…
-
Hello @Dale Glen, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you…
-
Hello @Ron Mc, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you know…
-
Hello @DustinMMS, glad to have you with us today, and thanks for posting here in the NetSuite Support Community! Greetings everyone! We have a fellow member who could use our assistance. Please don't hesitate to share your knowledge and insights to help them out. Your input is highly valued and appreciated! In case you…
-
Hello @User_AZF4V, Just wanted to check if you were able to see my previous comment. Please provide the requested information so we can proceed with further investigating your concern.
-
Hello @User_ZCWF3, As per the SuiteAnswer : 8477 Defining Recipients for Saved Search Email. 1. For alerts, each recipient should get an alert only for the records they’re tied to. 2. For scheduled emails, results are summarized by default into a single message per recipient. Disabling Summarize Scheduled Emails should…
-
Hello @Rebecca Carter, I was able to create a workflow that re-directs to the record ID that's mentioned in the Custom Field. Below are the actions I used to achieve it. ______ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello @User_ZCWF3, that's the direction I am thinking as well, since TranID wouldn't redirect to a Record whereas Internal ID would be the right thing for SetFieldValue.
-
Hello @Rebecca Carter, I am still working on this and will have an update for you shortly.
-
Hello @Wee Ming, Here's how you would add "xml=TRUE" and find the correct Field ID. On the URL add "xml=TRUE" at the end and you should be able to see the XML version of the Record and also field IDs. __________ In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to…
-
Hello @User_AZF4V, can you please elaborate the situation. Is there any other process interfering with the mass update. Any workflow, scripts trying to update or override the Custom Body Fields ?
-
Hello @S Hill, Thank you for the update. Feel free to post questions or reach out in future if needed. Thanks.
-
Hello @User_ZCWF3, Upon researching The request for the ability to use multiple email addresses in To Be Emailed field in a Sales Order when sending email via Saved Search is logged under Enhancement 357738 Sales Orders with multiple email addresses in the To Be Emailed field > Not sending emails to recipients in a Saved…
-
Hello @SaeedR, Unfortunately there is no Video Tutorial that shows on how to do this from scratch, however there's a SuiteAnswer that gives an Overview about Scripting. Unfortunately we cannot provide you with a script from scratch either, You might need a in-house developer or someone with scripting knowledge to achieve…
-
Hello @User_63KD7, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @User_ZCWF3, Just wanted to check if you were able to see the possible solution provided in my previous comment. If it was helpful, could you do us a quick favor and click "Yes" on "Did this answer the question?" It helps others with the same question find the answer quickly, and you'll earn points and unlock the…
-
Hello @SaeedR, Yes it does seem possible. The flow of the logic would look like : 1. Input a Project Name (or Sales Order number). 2. Search and load the record with all its details. 3. Run related searches. 4. Display the results on screen in a table or export them into a file (CSV/Excel/PDF). Below are some SuiteAnswers…
-
Hello @User_1W277, just to confirm which one of the below are you using : 1. Go to Reports > Marketing > Campaign Clickthrough Summary. 2. Go to Reports > Marketing > Campaign Clickthrough Summary > Detail. Can you please try creating a Saved Search using the SuiteAnswer below : 79919 Track Customers Who Clicked Through a…
-
Hello @Wee Ming, I was able to find the Field IDs. I added "xml=True" at the end of the URL for the Transaction record. You can try doing that as well. Fields : Amount (Gross) : grossamt , Amount (Tax) : taxamount & Tax Rate : taxrate ______ In case you know someone who is new to NetSuite, we encourage you to direct them…
-
Hello @S Hill, Thank you for the update. Glad it's resolved for you can you please also share the Enhancement Number so that it's helpful for others too. Thanks