Mi contenido
Comentarios
-
Hello @User_B6T7M, 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 @User_LN8ZZ, Just a quick follow-up to ensure you didn't overlook my earlier message. If there's anything more, please don't hesitate to inform us.
-
Hi @AdrianCarr, You can set the subtype field's value to 'Sale'. itemRecord.setValue({ fieldId: 'subtype', value: 'Sale' }) 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…
-
Hi @oliver zheng, Can you please elaborate further?
-
Hello @Vernita, I haven't tried this myself but if the parent record is a standard record that supports custom sublists, you may be able to achieve a similar result. You can hide the child record's sublist from the custom form and then add the custom sublist to the record. I hope this helps! If you find this reply to your…
-
Hello @Prince Lenin, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @BM136, 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.
-
Hi @AdrianCarr, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Benjamin Paul - USA, There is no out-of-the-box solution to this but an alternative would be to create a custom field (or fields if you want the created by and last modified by to be separate) and a workflow or a script that would run on beforeSubmit to set the value of the custom fields. I hope this helps! If you…
-
Hi @kees.netsuiteadmin, When I tried it on my test account, I also got the same result as you did so it might be expected, but so far there has not been a related case and I have not found any documentation related to it. Most cases were asking about workflows or scripts.
-
Hi @KevinWong, isBillable only applies to line items. It only appears in the Transaction Saved Search because this type of saved search shares both the main/header line and line items. If I am not mistaken, it only has No as its value regardless of whether the transactions contain billable items or not. I hope this helps!…
-
Hello @User_B6T7M, Instead of using the From Field radio button, you can use the Formula field instead to construct a conditional statement using CASE WHEN. 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…
-
Hello @User_LN8ZZ, That is because the error could be caused by the following: Invalid line ID used (hence the suggestion of the non-existent line in the error message) Invalid Field/Sublist, meaning that the field or sublist is not modifiable. However, I ran your code but it worked fine on my end. I only modified the…
-
Hello @User_RLV0D, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Kedalene. 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.
-
Hello @Herman Suherman, Good day! Upon checking Sam's case record, it has been attached to Enhancement 454606 SuiteScript 2.0 > N/http | N/https module > post method > Ability to send file using multipart/form-data content type to servers accepting file stream. To support this Enhancement, you can cast your vote on the…
-
Hello @Ben H, Happy to help! Just to add, I was able to retrieve one of the older Suitelet scripts I wrote. This might be able to guide you as a reference: within onRequest Function: if(context.request.method == 'GET'){ //Form Creation var requestForm = serverWidget.createForm('Pending Sales Orders SS2.0') //Add drop down…
-
Hello @User_WI6QA, 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 @Benjamin Paul - USA, Sending this on behalf of James: Upon checking the records catalog, 'Created By' and 'Last Modified By' are only available in these records. See screenshots. Thank you!
-
Hello @AdrianCarr, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Javier P., Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.en Multiple Locations and Costing Comentario por Francesca Nicole Mendoza-Oracle May 31, 2024 7:55PM
-
Hi @User_2LD8N, 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.
-
Hello @Karanjot Singh, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @GSONI, This feature is currently tagged as a future enhancement under 595311 SuiteAnalytics > Workbooks > HTML formulas > All HTML tags/syntax show on results To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers Article: 10054: Voting for…
-
Hello @User_WI6QA, Scripts cannot modify Roles as it is not a scriptable record. (See record.Type) However, scripts are capable of creating and returning custom user errors. This can be leveraged in your sample scenario. You can set a conditional statement to check what role is being used, and if it is role x, then return…
-
Hello @kees.netsuiteadmin, You can use a workflow if you prefer not to use a script for this. Create a Workflow Record by navigating to Customization > Workflow > Workflows > New. Create and open a State Create a New Sublist Group Sublist: Items Open your new items sublist group again At the bottom of the page, click the…
-
Hello @Kevin.C, Good day and thank you for posting this new thread! Can you please share the query that you are currently working on? This could help give a better answer to your question. Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_ETZRS, Understood. Let me check on this and get back to you. Thanks!
-
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…