プロフィール
コメント
-
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…
-
Hello @Benjamin Paul - USA, I used the same query you used. As mentioned, it is possible that you're missing a permission. Hence the error.
-
Hi @Benjamin Paul - USA, You can also integrate with other 3rd party applications using REST and SOAP API. REST runs SuiteQL, the same queries used in ODBC, and SOAP can create and run saved searches. Both can also retrieve, create, update, and delete individual records. I hope this helps. If you find this reply to your…
-
Hi @User_FGX8B, Unfortunately this is outside our scope and the only way we are aware on installing it is by via manually clicking the ODBC installation driver. I do apologize, we are not aware how or if this can be done via PowerShell as well since the commands being used are for the third party Windows PowerShell.…
-
Hi @Benjamin Paul - USA, Can you please double check if you have the Lists > Accounts with this role? I ran the same query on the SuiteQL in my test account and I was able to get the expected results.
-
Hello @3961840, Just following up on this! Can you please let us know how you resolved this?
-
Hello @Naresh_-Oracle, 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_H3JQ6, You can use Field.isDisabled instead with a client script. The property description indicates the following: If you are working with a sublist field, you can set this property to true or false, but be aware that this action affects the entire sublist column, even though a sublist field is associated with…
-
It is a free SuiteApp. But for more information on licensing, it would be best to reach out to your account manager for the specifics.
-
Hello @Naresh_-Oracle, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us. 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…
-
Hi @Adithya Krishna, 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. 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…
-
Hi @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 a…
-
Hi @Dext3r, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Resposta: GET GET é um dos métodos HTTP usados para recuperar dados de um servidor. No NetSuite, este método é usado para recuperar valores de campo de vários tipos de registros disponíveis em Navegador API REST. Enviando uma solicitação GET para NetSuite irá retornar valores de campos expostos no formato JSON. Consulte o…