Minha área
Comentários
-
Hi @Ben_1984, 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 @Jagdish_Chamat, 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 @FazeprooF, I tested your code and it is working fine. It could be something with the script deployment record. Please check the following: Deploy checkbox Status Specify the Audience 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…
-
Hello @Ben_1984, The execution sequence of user event scripts is modifiable in The Scripted Records Page. Under the User Events Subtab, a note in the article mentions the following: Scripts execute by function order first, then by the order listed on the Scripted Records page. Individual execution sequences…
-
Hi @Chris Walton, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Jagdish_Chamat, Good day. N/crypto module works for all server-side scripts. For more information, you may check N/crypto Module. Updated link for Rob's linked article: SuiteScript 2.0 > N/crypto Module > Generate GUID Using addSecretKeyField() Method > AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID I hope this helps.
-
Hello @Ritika Dubey, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hello @Chan Man, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Hello @User_64PY4, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Hi @Ritika Dubey, It isn't possible right now. upon checking record.Type, neither Report nor Report Schedule record types are supported in SuiteScript.
-
Hi @Chan Man, Good day. Here's what I found in SuiteAnswers: Use a Group of Approvers in a Workflow Utilizing a Workflow Action Script Here's the sample code in it: function onAction(scriptContext) { var userObj = runtime.getCurrentUser(); var user = userObj.id; var entitygroupSearchObj = search.create({ type:…
-
Hi @Ben_1984, You could combine the two or move one to the beforeSubmit if it is feasible. Your assumption is most likely right. It is possible that the two scripts are conflicting with each other. Other than scripts, it could also be caused by workflows editing the same record in the afterSubmit.
-
Hello @Meherin, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Mel H, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Maleeka, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hi @Dext3r, The -system- user is set to -4. 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 who might have a similar concern find the answer easier and you will also…
-
Hi @Dext3r, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User_MJPN8, Can you confirm if this worked on your end? Thanks!
-
Hello @User_64PY4, From the script deployment record, click on the Script field's hyperlink. Click on "Download" if it is available in this script. If the script record is locked and cannot be downloaded, it would not be possible for us nor NetSuite Support to debug this. Only the owner of the bundle can access the file.…
-
Hello Ivan, This is how I setup my conditions: 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 who might have a similar concern find the answer easier and you will…
-
Hi @User_YMWNR, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hi @User_KAGURA, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Chan Man, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Jason_Moore, I encourage you to file a case with support so that they can investigate this as a potential defect. If you need assistance in creating one, please let me know. Thanks!
-
Hi @Vernita, Were you able to review our comments? If you have any further questions, please let us know. Thank you!
-
Hello @User_7ANL6, You can check the Document Status in the System Notes. Date Applied is currently a requested feature for enhancement under the following: 166015 Transactions > Customers > Issue Credit Memos > Please add "Application Date" on the credit memo so that customer will be able to identify the when it was…
-
Hello @User_I4Z2V, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User 90210-Oracle, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Aimone Seawright, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Vernita, I agree with Gaurav. Using client scripts would only work if you do not use other contexts like CSV Imports or REST/SOAP Integrations. But either way, the workaround is still to create a custom field (whether via script or custom fields) as a substitute because the standard field cannot be modified. You can…