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
-
Hello @JPrice, You can implement a similar validation used in SuiteAnswers Check if Subsidiary Feature is Enabled on the Account using SuiteScript 2.0 search.lookupFields(options) is used to check the subsidiary of the employee in this example. For your situation, you can use it to search for the type of transaction of the…
-
Hello @User_P6PVX, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Aaron McCausland, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hi @Dext3r, 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. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Jennifer Womack, 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. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_HWW8S, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @James Romito, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hi @User_5KNNG, Thanks for the update! I'm glad to know it is working now.
-
Thank you so much for sharing a detailed explanation @Fionax! This is very much appreciated.
-
Hello @User_5KNNG, If you would like to file a case, you may create one via SuiteAnswers by clicking on the "Contact Support" button. I hope this helps.
-
Hi @Vernita, Good day! Were you able to check my previous comment?
-
Alrighty. I hope all goes well with your implementation! Have a great weekend. 😊
-
Hello @Lewalsh11741, Hmmm... you don't necessarily have to enter all your POs manually if you could extract them in an excel file. NetSuite has the capability to mass upload using CSV Import. This could be a feasible workaround on your end until they have their fix for the HTTPS Requests. I hope this helps! If you find…
-
I already checked our resources but I have not found a way to do this in NetSuite so far.
-
Hello @Vernita, Good day. This is possible with SuiteScript. Records Browser indicates that Role is a scriptable record. Reference: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2023_1/script/record/role.html Given this, you could load the role of the current user with the help of…
-
Hi @Lewalsh11741, Following up on this in case you missed my previous comment. Let me know if you need further assistance. Thank you!
-
Hello @Andrii Siryi, Were you able to check my previous comment? Thanks!
-
Hi @Vernita, Bumping this thread in case you missed my previous comment. Thanks!
-
Thank you Paul!
-
Hello @FazeprooF, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Fionax, Expense reports can not be submitted for approval - Employees press submit for approval however when we view the expense reports the status is Pending approval and the Submit for Approval button is no longer visible. --> So I need to understand what is happening behind the scenes to figure out why it's not…
-
Hello @JPrice, Sorry for the late response. Do you still need assistance regarding this concern?
-
No problem! Happy to help.
-
Hello @User_5KNNG, You can set any random 24-character string for the State field. Reference: How To Get New Access Tokens On Postman When Using OAuth 2.0 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…
-
Thanks for letting us know Paul! For the sake of those who might encounter the same question in the future, can you please share how you did it? Thank you!
-
Hi @Lewalsh11741, This is an expected behavior. As mentioned in the screenshot you provided, the value of the grant_type must be either authorization_code OR refresh_token. Because you used password, it returns the Error 400. I hope this helps! If you find this reply to your question useful, others might as well. By…
-
Hello @Vernita, Is this related to the Map/Reduce issue that you mentioned in another thread?
-
Hello @Vernita, I've not been able to get to the root cause of this behavior so far. It would be best for our support team to have a look into this. I will be sending you an email to request for your account details. Feel free to add any information that can help expedite the investigation. Thank you!
-
Hello @Andrii Siryi, I don't think this is possible yet. The SuiteScript feature File.getContents() is used read CSV and TXT file contents but it currently does not support PDF. 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…
-
Perhaps you can also check the subsidiary. Alternatively, you can try using this format to create a record: "2023-05-15T16:14:00Z" (User-preference based) OR "2017-07-21T17:32:28+01:00" (Timezone-based) This idea is from SuiteAnswers Using Datetime Fields. This way you can declare what time zone you are intending to use. I…