Mi contenido
Comentarios
-
Hi @Aaron McCausland That is possible. Upon further checking, this is currently being investigated under Defect #688852 Unable to access Reorder Multiple field from item record in SuiteQL. You can raise a ticket with the Support to let them know that you are also experiencing this issue. If you need assistance in creating…
-
Hi @Adithya Krishna, 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…
-
Hello @User_0QYIY, Upon checking, this is still for enhancement under Enhancement 651959 NetSuite Connector > ShipStation > Mappings > Fulfillment > Add Mappings > Add Shipping Cost field To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers…
-
Hello @Aaron McCausland, reorderMultiple is not listed among the item table fields in the Records Catalog. This means that the field is not yet exposed for NetSuite2.com schema. You can file a SuiteIdea to request to have this exposed. NetSuite UI, SuiteScript, SOAP, REST, and SuiteQL are all different and therefore field…
-
Hi @Adithya Krishna, Invalid Login Attempt could be caused by many different reasons including, but not limited to: incorrect tokens and missing permissions. To learn more about the probable cause of the error, please do the following steps: Go to Setup > Users/Roles > User Management > View Login Audit Trail. Check…
-
Hello @Chandanesh, Kindly double check if you entered the right tokens in your Authorization tab. Make sure there are no empty spaces and the capitalization of the first letter is correct. Tokens stored in MS Word or OneNote sometimes get the first letter automatically capitalized. You can also check your Login Audit Trail…
-
Hello @User_RG1MF, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_J1C00, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User_J1C00, 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.
-
Hello @User_I8PB9, 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 @User_FSREH, 2024.1.0.3, 2024.1.0.4, and 2024.1.0.5.a all only contain bug fixes. Therefore there are no changes in its core processes. 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…
-
Hello @Dan Coates, You can set the values of the multi-select field by using the following format. { "custbody21": { "items": [ { "id": "2" }, { "id": "1" } ] } } The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Oracle + NetSuite Inc.…
-
Thanks for letting me know, Judy!
-
Hello @User_H3JQ6, Apologies for only getting back to this today. Let me check on this and get back to you. But based on other cases reported by customers, they are able to get use Field.isDisabled for similar use-cases.
-
Hello @ONO4, This is currently filed as an enhancement: 163273 Custom List/Record > Custom field > List > to have the ability to sort and order of the list by hierarchy 164504 Setup > Customization > Transaction Body/Column Field > Type = List/Record; List/Record = Transaction: Add the ability to sort the Transaction…
-
Hi @Judy Perry, Apologies for only getting back to this now. Do you still need assistance with this concern?
-
Hello @Cristian Cabacaba, It is possible to open a new window or tab using standard JS. Sample: window.open("https://<accountid>.app.netsuite.com/app/center/userprefs.nl?sc=-29&whence=", "_blank")
-
Hello @User_DU7YV, You can remove this by clicking on "Customize View" and then check if there is any field listed in the "Available Filters", if there is any, you can remove it then save. 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 @User_THXYN, Yes, it is possible to create a button or field to open another window. You may refer to these articles as a reference: function goToRecord(){ var output = url.resolveRecord({ recordType: '<Record Type>', recordId: '<Record ID>' }); window.open(output); } You also have the option to hard-code the link to…
-
Hello @User_Q3A12, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_E6ME3, Good day! Can you please confirm the following? Are you using the same role? Have you tried other applications to query this such as with Postman, Power BI, or DB Visualizer?
-
Hi @Benjamin Paul - USA, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Glad to hear that. For future reference of other users, can you share what you did to resolve this? Thank you!
-
I am also using administrator role for this. Since I could not replicate your issue, it would be best if you reach out to support to look into this further.
-
Hi @Benjamin Paul - USA, There are plenty of articles that contain samples for both. Here are some: New to NetSuite | REST API: POST Query Request NSC | SuiteTalk: Run an Existing Saved Search with Additional Criteria using SOAP Web Services
-
Hello @NE_JohnC, 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, Were you able to check your role's permissions?
-
Hello @Benjamin Paul - USA, 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…
-
Thank you for your contributions in the community, @Tigran Shahnazaryan! Congratulations. 😊
-
Hello @Shubham_Singh, According to SuiteAnswers, Suitelets that are accessed through Web sites on the server side can remain external with the Available Without Login preference enabled. You can access Suitelets using the new External URL format on the script deployment record. I am still confirming with our team if there…