My Stuff
Comments
-
No worries @JohanvL. I have marked the response as the accepted answer 🙂 -Jack
-
Hi @Vernita, Upon testing, it is possible to circumvent the automatic addition of the promotion item lines if the 'original' item has no available quantity via the validateLine Client Script Entry Point by checking the 'quantityavailable' field of the previous line. To set proper expectations, please be informed that the…
-
Hi @George Mihaylov, Do you still need assistance with this inquiry? If so, we would appreciate you providing the additional information we were requesting in the previous post. -Jack
-
Greetings @JohanvL, As per SOAP Web Services Supported Records, the Shopping Cart is not yet listed, and there is also no reference to it in the latest Web Services WSDL file. Thus, it might not be supported yet. I haven't found an existing Enhancement Request about this, so feel free to submit one. You can do so by either…
-
Greetings @Vernita, Thank you for posting a new inquiry here in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Hi @texhood, Thanks for providing details and updates on the support case you filed for this concern. We would also appreciate you sharing the representative's findings and solutions here for the benefit of other community members who encounter the same issue 🙂 -Jack
-
Hi @Vernita, I have coordinated with @Richard James Uri-Oracle regarding his answer in the thread you linked. There seems to be a confusion about the term "SuitePromotions" you are using. He thought that it was a separate record from the "Promotion" record which you are clearly referring to here per your screenshot and the…
-
Hi @Vernita, Do you have further questions related to your inquiry here? -Jack
-
Hi @User_H3JQ6, Testing on my end, I can also confirm that simple Client Scripts (e.g., Hello World) are working even when the script files are hidden on both SDF and SuiteBundler! However, I'm unsure if client scripts that use more advanced SuiteScript APIs will also work. Also, it could be that the issues I mentioned are…
-
Greetings @User_IJB6M, Thank you for sharing your concern here in NetSuite Support Community. Tagging our gurus @Micah Timbol-Oracle and @Katerina Winklerova-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Thanks for ruling out the scenario we described. I have performed tests on my end and I was not able to reproduce the concern with the field types you specified. See the screenshots below: Script used: Downloaded Suitelet-generated CSV file: With that said, it seems that troubleshooting further would need looking into your…
-
Greetings @George Mihaylov, May we know your use case for creating a Vendor from a Customer via record transformation? Is this related to the Representing Entities feature? -Jack
-
Greetings @texhood, The issue here appears to be account specific and is difficult to reproduce in our test accounts. Troubleshooting may require looking into your account directly. With that said, we recommend filing a case with NetSuite Customer Support since they have access to your account's Internal QA Environment,…
-
Hi @User_H3JQ6, Have we provided the answer you are looking for? -Jack
-
Hi @User_M4JOC, Did the given solution above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you…
-
Thanks for confirming @User_JN952. To implement your desired naming convention, follow the steps below: 1. Set up a Workflow that will set the Customer ID accordingly per your naming convention. See the screenshots below: Formula: 'CUS' || TRIM(UPPER(SUBSTR({altname},1,3))) || CASE WHEN {entityid} < 10 THEN '0' ||…
-
Hi @Vernita, As per SuiteScript Records Browser, it is scriptable. See the screen clipping below: -Jack
-
Greetings @nag_m, Thank you for posting a new inquiry here in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Thanks for clarifying @User_75YL8. Unfortunately, the Saved Search Filter is exclusive to Scheduled Workflows only. For manually triggering a Workflow in a Mass Update, you should make it Event Based and run it On View or Update by marking the checkbox shown in the screenshot below: And as mentioned in my first reply, you…
-
Hi @User_75YL8, Here are a couple of things you should check to make it work: 1. Make sure that the action(s) that you need to run in the Workflow is set to trigger on (State) Entry. See the sample screenshot below: 2. Email behaviors on Sandbox Accounts depend on the configuration under the Sandbox and Release Preview…
-
Hi @User_75YL8, Thank you for following up on this discussion and sharing your use case. To answer your question, yes, there is a way to manually trigger a workflow on the resulting records of a Saved Search. Check out the following community discussions that explain and demonstrate how to do this: SuiteFlow (Workflow…
-
Thank you for providing additional details about your requirement @User_JN952. By the way, the screenshots provided in our previous post were just samples and not meant to be a solution, just to be clear. Also, we would like to confirm if the ID format below is correct for a customer named John Doe: CUSJOH# John Doe Note:…
-
Hi @User_JN952, Do you still need further assistance with this inquiry? -Jack
-
Greetings @Vernita, Testing on this, I was able to reproduce the issue on my end. It seems that the only field that can be sourced from the promotion record in the Custom Transaction Line Field Formula is the Internal ID ({freegiftpromotion.id}), and trying to source other fields returns an error. The issue could be a…
-
Thanks for the update @asha.jena. Another possible cause of the issue here could be that the values of the field(s) you are referencing in the code to add as content of the CSV file contains HTML such as Rich Text type fields. If this is the case, you may need to remove the HTML using JavaScript replace() function with…
-
Greetings @Quatro, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Clarisa De Torres-Oracle and @Patrick Fresnosa-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @esabis, To get your desired result, create a Project Task Summary Saved Search with a result that shows the Estimated Cost of the Billing Records Project Parent Task and set up a Custom Field that derives its value from the result of the created search. See the screenshots below on setting this up: Summary Saved…
-
Greetings @User_H3JQ6, Upon checking, the reason why Client Scripts cannot be hidden in SDF SuiteApps is that they currently do not work, thus it was deemed as a Fact of Life and a System Limitation until there is a feature added for client script obfuscation. This is also the case with SuiteBundler which is a similar…
-
Greetings @User_M4JOC, You can set up a Workflow that restricts roles that you specify from creating new Customers while still allowing them to edit existing ones. See the screenshots below for a sample workflow setup: Related SuiteAnswers Article: 11518: Return User Error Action Hope this helps. If you find this reply to…
-
Thanks for the update @Christopher Williams. Glad to hear that the fixed template code worked on your end as well. Also, you should be able to see the button for accepting the answer now on this thread. -Jack