Mi contenido
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comentarios
-
Hi @May Haak, Welcome to NetSuite Support Community! We're delighted that you're with us today. Thank you so much for opening this thread. Our experts are currently reviewing your issue and conducting their initial investigation. We'll be back in touch as soon as we have any updates for you. To our other community members,…
-
Hello @User_EZS2Q, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of insights…
-
Hello @Paul Salkeld, Please include the seconds. hh:mm:ss. I tested this from my end and it works fine. Thanks!
-
Happy to help!
-
Hello @Erleen, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of insights or…
-
@Jason_Moore That is expected. It isn't possible because the page has to be "scriptable" for the code to run as-is. However, I could provide you with this workaround that I have tested. Basically, you can get the record's internal id and record type through the scriptContext. I simulated the "edit mode" by loading the…
-
Hello @Jason_Moore, Can you try this file instead? This is the script that worked on my end. Please save it as a ".js" file and deploy it to your account. If it still does not work, please provide us the error message that you are receiving for us to better understand how we can proceed further. Thanks!
-
Hello @Sam P, Thanks for letting us know. I think this is better handled through the case record as it could be considered a potential defect. The support representative assigned to your case has also confirmed that the code you have was working on their end, therefore, it is expected to work on yours as well. Thanks!
-
Hi @dylanvv, This is expected. The REST API Browser shows that the correct way to use the GET request is to include the ID.
-
Hi @Jason_Moore, The customform field only appears when you have at least one custom form for the record. Can you please try creating one and let us know if it works?
-
Hello @User_BA721, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of insights…
-
Hello @SWSearcy, We're delighted that you're with us today! Thank you so much for opening this thread. Our experts are currently reviewing your issue and conducting their initial investigation. We'll be back in touch as soon as we have any updates for you. To our other community members, your input is always valued and…
-
Hello @Varonis inc., Thank you for submitting this new thread. Please allow our experts and community members to review and examine your concern. We will get back to you promptly with further details. To our valued users, your contributions in the form of insights or suggestions are highly appreciated.
-
Hello @Sam P, Apologies for the late response. Per checking, this has already been answered through the case record you have raised where the solution was to add XMLHttpRequest package to your project. The rep also provided this link for your reference on how to add and use the module in your project. Thank you.
-
Hello @User_P6KVP, Thanks for bumping this thread! Here's how you can get the form ID of a record in a User Event's beforeLoad function: function beforeLoad(scriptContext) { var thisRecord = scriptContext.newRecord; var formID = thisRecord.getValue({ fieldId: 'customform' }); log.debug('FORM ID',formID) } Hope this helps!
-
Hi @Paul Salkeld, Good day! I think your concern is very similar to SuiteAnswer 88987, this article explains how to overcome the server-side only limitation of the N/task module, which is very similar to your concern with the N/file module. I also found this old discussion from 2014 where our user, @pradeep.r.s provided a…
-
Hello @PaulFleetwood, Good day! I think this could be possible by breaking your saved search into two parts if it is feasible for your requirement. In the Map Stage, run a search that returns transactions. In the Reduce Stage, you could run another search that returns the lines of the transaction before performing any…
-
Hello @User_ZCWF3, Thank you for submitting this new thread. Please allow our experts and community members to review and examine your concern. We will get back to you promptly with further details. To our valued users, your contributions in the form of insights or suggestions are highly appreciated.
-
Hello @Elizabeth Vance, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of…
-
Hello @User_0Z3PV, Welcome to NetSuite Support Community! We're delighted that you're with us today. Thank you so much for opening this thread. Our experts are currently reviewing your issue and conducting their initial investigation. We'll be back in touch as soon as we have any updates for you. To our other community…
-
Hello @AndreaK2, Thank you for submitting this new thread. Please allow our experts and community members to review and examine your concern. We will get back to you promptly with further details. To our valued users, your contributions in the form of insights or suggestions are highly appreciated!
-
Hello @Yumiko Fourbs, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of…
-
Hi @ONO4, Happy Monday! Please let us know if you need further assistance. If not, we sincerely appreciate it if you could press the "Yes" on the "Did this answer the question?" option on the comment that addressed your concern. Thank you so much!
-
Hello @User_1J19L, I believe what you posted is related to Oracle Cloud and not NetSuite. The community you're looking for might be https://community.oracle.com/customerconnect. Thanks!
-
Hello @Edwards_05, Thank you for submitting this new thread. Please allow our experts and community members to review and examine your concern. We will get back to you promptly with further details. To our valued users, your contributions in the form of insights or suggestions are highly appreciated!
-
Hello @Xiameng-Oracle, We're delighted that you're with us today! Thank you so much for opening this thread. Our experts are currently reviewing your issue and conducting their initial investigation. We'll be back in touch as soon as we have any updates for you. To our other community members, your input is always valued…
-
Hello @User_66058, We appreciate your submission of this new thread and kindly ask that you give our experts and community members time to review and evaluate your concern. We will respond to you promptly with additional information. To our community users, we highly value your contributions whether in the form of insights…
-
Hello @Janakan, Just checking in on you. Please let me know if you need further assistance. Also to add to the previous comment, the "Claim" in Azure contains information including the account ID which is set as a mandatory field. This is the reason why you're unable to use your SSO for both NetSuite Sandbox and Production…
-
Hello @Patrick_AroHomes, Good day! Just following up on this thread. Please let us know if you need further assistance. Thanks and happy Friday!
-
Hello @Paul Salkeld, Bumping this thread in case you missed it! Please let me know if you need further assistance. Thank you and happy Friday!