Mi contenido
Comentarios
-
Could you clarify if you are using SOAP or REST Web Service? It seems that this would not be possible via REST Web Service. See article for information. -Mikko
-
Hi @User_ZCWF3 /@Gabriel Jarillo Soto , do you still need further assistance on this? -Mikko
-
Hi @Jeff Dickens , Thank you for sharing the workaround you are using. Could you clarify what record and field is affected? The error returns if the value entered does not fit on the field type. However, there are few exception. See article for more information. Even if there are few exception, it is best to input value…
-
Hi @BJohnson_E2B , have you tried searching on the UI using roles of that user? Also, is the permission for all the document and files related are set to full? You can check all related permissions the file on this article. -Mikko
-
Hi @kevin.coleman , could you share the reference you got confused? For starters, you can check this article related to SuiteAnalytics Connect. For Token-based Authentication, you can start from this article. I hope this helps. -Mikko
-
Hi @User_C6XDE , Welcome to NS Support Community and thank you for posting your concern here! We encourage that you update your profile, add a profile picture and preferred username so other members can address you properly moving forward. You can also visit Community Tip: Updating Your Profile! Regarding the concern,…
-
Hi @JohanvL , if the Date you are talking about is the 'trandate', yes it is possible via SOAP. You can use the tranDate internal id for your reference. You may also check this article for more information on what fields are available for SOAP Web Service. -Mikko
-
I understand that you copy SO and change subsidiary and ended with unwanted balance. Would voiding the copied SO and creating a new SO with correct subsidiary be feasible on your end? As mentioned, it is not best practice to use such API to edit a non-editable field on the UI that is used for backend computation. -Mikko
-
Hi @User_ZCWF3 , your concern is related to Enhancement # 238414 - Increase maximum ATP lead time from 180 to 720. You can submit a case to support team to add a vote or visit SuiteIdeas. -Mikko
-
Hi @Vernita , let us know if you still need assistance on this matter. -Mikko
-
Hi @Vernita , does the solution works on your end? -Mikko
-
Hi @Vernita , have you tested the solution? -Mikko
-
Hi @Matan Shachaf , did we answer your question? -Mikko
-
Could you share sample of your code where you included the updatedisplaytype function? This function works on both UE BeforeLoad and Suitelet. -Mikko
-
Hi @Dwight Schrute , Thank you for posting again in the community! Please allow some time for the gurus/members to look into your concern. Hi @Jack Daryl Espiel-Oracle /@Joahnna Given Uy-Oracle /@Kristoffer Viray-Oracle , any idea came to mind? ? To everyone, drop your comment that can help. -Mikko
-
Hi @Dwight Schrute , Thank you for posting again in the community! Our gurus/members will check on your concern and update this thread for any findingsi. Hi @Dominica Sevilla-Oracle /@Ely Gulen-Oracle , any thoughts on this one?? To everyone, feel free to share your insights. -Mikko
-
You cannot edit the item once the item location configuration record has been created. You also check this article for sample code. You need to have another custom field that will store value for your other custom field(custrecord_maple_atpfromseavesearch). The Store Value will not work on custom fields that is sourced on…
-
Hi @jb123 , unfortunately, related records is not scriptable. -Mikko
-
Hi @Gabriel Jarillo Soto , Could you clarify what you meant by getting all the item? On script comment, it will be a single record load. On second part, before you set the value on the atpleadteam, you need to get first the value of the custom field not directly the id of it. Also, you need to have a field with Store Value…
-
Hi @Vernita , based on the provided code, I can see that var record = context.currentRecord; has an undefined 'context'. Could you double check again. Additionally, start with log first(E.g log.debug/console.log) if the UE successfully called the Client Script. Try also using, the clientScriptModulePath instead of…
-
Hi @Vernita , You can place your html codes in a variable with escape characters for variables inside the script. E.g var htmlTag = "<span style="color:#e74c3c;">CHECK NOTES</span>" values: {custbody_notes_check: htmlTag} Let us know if this helps. -Mikko
-
Hi @User_3BTAC , did we answer your question on this topic? -Mikko
-
Hi @Dwight Schrute , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. Could you clarify what type of Saved Search and criteria are you using? -Mikko
-
I'll be closing this discussion as this is dupe of this thread. Please do update on the linked thread moving forward. -Mikko
-
Unfortunately, I do not have access to your account. In addition, you mentioned that the Login Audit Trail is empty, meaning it did not reached the NetSuite platform. Most likely, the error comes from the 3rd party application you are using. -Mikko
-
Apologies for confusion. The syntax is meant to put inside the script not on the default value on the custom field itself. You can check this article for similar syntax. -Mikko
-
Hi @Rhys Gottwald , how's it going? Did the solution work on your end? -Mikko
-
Hi @Benoit Cavailles , have you considered creating new transaction instead of making copy? -Mikko
-
Could you confirm if you are using OAuth 2.0? If yes, are you using code grant flow or client credentials flow? Please do note that when sharing information, exclude confidential information(E.g account ID/tokens) this information should not be shared publicly. -Mikko
-
Hi @Matan Shachaf , the password expiration of ODBC user follows that of the NetSuite UI password policy. You may want to explore using Token-Based Authentication. See article for more information. -Mikko