Minha área
Comentários
-
Hello @User_Q7XQP, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @User_B6T7M, Since what I want is to make all Sales Order go through Approval, should I just remove the transition arrow from Initiation to Approved? Yes, and also double check if there are conditions set in the transition from Initiation to Pending Approval. Since it is the only flow to be followed, there should be no…
-
Happy to help!
-
Hi @Ari Heitner, You can edit an existing sales order line by including the "line" element in your request. Sample: I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members…
-
Hello @User_ETZRS, May we know how you are sending emails to these users? Is it via workflow/suitescript? If yes, please provide a sample code/workflow actions we can work with. Thank you!
-
Hello @User_Q7XQP, Understood. Upon checking several other cases with a similar error, here's what I found: Only the following digital certificates are supported: PFX P12 PEM To know more about saving a certificate in NetSuite, see the help topic Uploading Digital Certificates. — To create the Certificate/SSH key, use the…
-
Hello @User_ETZRS, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_Q7XQP, Your file does not seem to have an extension such as .txt, .xml etc. May I know what file type you are using?
-
Hi @HC22, Were you able to test Jervin's suggestion on your end?
-
Hello @User_LN8ZZ, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Shubham_Singh, I'm touching base to confirm that you didn't miss my previous message. If you find yourself in need of further assistance, please don't hesitate to get in touch.
-
Hello @Ben H, I'm just checking in to make sure you didn't overlook my prior message. If there's anything else we can do to assist you, please feel free to reach out.
-
Hello @User_ZSBAE, Per checking with our CRM gurus, this is still filed for enhancement under 671297 Customer Deposit > Communications Tab > Add 'To be Emailed' Checkbox. To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers Article: 10054: Voting…
-
Here is the code I used in the screenshot, I find it easier and faster to check searches using browser console. Just press F12 on any scriptable records in edit mode and change the filter of the internal ID to a sales order that has inventory details. require(['N/search'], function(search) { var transactionSearchObj =…
-
Hello @Dext3r, Sorry to hear that you are still getting unexpected results. However, I was able to confirm that the inventorynumber field is the right field to use to get the inventory number of item lines. Here I ran an existing saved search that I created in the UI and got 3 results as expected. Then I tried to run the…
-
Hi @Rags_pro, A request to set any value in the Start Time is already filed under 559981 Scheduled Script > Script Deployment > Schedule > enter any time value in the Start Time field. To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers Article:…
-
Hello @User_J1IAF, Thank you for letting us know. Upon further checking, it appears that it is currently not possible to rearrange these sublists. However, an enhancement request has already been filed for this under: 191052 Customization > Transaction forms > Move Elements Between Subtabs > no option to move lists or…
-
Hello @Ben H, This is possible via scripting with N/ui/serverWidget Module. You can create a custom field using Assistant.addField(options).
-
Hello @User_LN8ZZ, Can you try changing the line from 0 to 1?
-
Hi @Shubham_Singh, Again this would depend on what these workflows do. But some things I could think of are when performing workflow actions where the context is After User Edit, not all fields are listed in the triggering fields, this includes some standard and custom fields such as multi-select type fields. Scripts,…
-
Hello @User_B6T7M, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_LN8ZZ, Can you please provide a screenshot of the error?
-
Hello @User_L3656, Good day! Following up on this. Is it possible for you to share the code?
-
Hello @Shubham_Singh, Good day! Can you please elaborate further? Explaining your goal for using a workflow can be a good start.
-
Hello @User_K51C7, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_B6T7M, Can you please provide a screenshot of the WF State and Action/s involved?
-
Hello @User_ZCWF3, Can you please provide the script you're working on so that we can test it on our end? Thank you!
-
Happy to help!
-
Hello @User_J1IAF, It is possible to rearrange sublists in Sales Order records. 1. Go to Customizations > Forms > Transaction Forms. 2. Open the Custom Form in Edit Mode. (Alternatively, you can open a Sales Order record and on the upper right corner, hover on Customize and then click on Customize Form) 3. Click on the…
-
Hello @Elias Willard, Upon checking, this is a standard behavior in NetSuite. A workaround that you can use would be to add a Workflow Action Script and trigger it within the scheduled workflow. Workflow Action Script also runs on the server side, like User Event Scripts, and is the suggested Script Type to use as part of…