Minha área
Comentários
-
Hi @User_JVE2S , have you tried using different item in your script? -Mikko
-
Hi @Mariana.Pen , Thank you for posting in the community! Please allow some time for the gurus/members to look into your concern and update you for any findings. To everyone, feel free to share your thoughts! -Mikko
-
Hi @Martha Hakes , Thank you for posting again in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Try to include new Date('parsed value') in your script. You can also check this article for reference. -Mikko
-
Hi @User_C6XDE , Thank you for posting again in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. To everyone, feel free to share your ideas! -Mikko
-
Hi @Curtis Beene , Thank you for posting again in the community! Our gurus/members will look into your concern and update for any findings. To everyone, feel free to comment your insights. -Mikko
-
Hi @Betsy Vance , Thank you for posting in the community! Please allow some time for the gurus/members to check on this and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi BN @User_IJB6M , would you be able to provide the process on how the external system works with NetSuite? What integration are you using? Also, kindly check the script deployment for Status(is it Release?), Execute as Role(Check the role of your external system), Audience(Does the external system user included?). -Mikko
-
Hi @Clarity Andrew , do you still need assistance on this concern? -Mikko
-
There is no specific reason documented as to why these fields are not exposed. The only available information documented is that this data source uses different information than the previous data source. I would suggest creating a Custom field to source these fields and then retrieve it using your integration. Would this…
-
How's it going, @User_668NO ? Do you still need assistance on this concern? -Mikko
-
Would you be able to try the JDK version 11? You can check on this article. Also, would you be able to try on a different machine using your current versions? -Mikko
-
The provided options would not work. What I can think of is to create a Custom Record and input manually the values on your Secret API and then reference it on your script since it is not possible referencing the Secret API on the current objective. You may also submit an enhancement request for this via submitting a…
-
The Tax Amount on Tax Details is scriptable and should be accessible via RESTlet. You can also check Records Browser for other tax fields available in scripting. For SuiteTax, there is no specific article about the differences of the features. However, you may check articles like the following to have Ideas: Migration from…
-
Hi @ejallego_ , may we ask what Record/Sublist/Sublist Field are you working on? -Mikko
-
Hi @KNason76 , Thank you for posting again in the community! Our gurus/members will check on this and update your for any findings. To everyone, feel free to comment your insights! -Mikko
-
Hi @faisalabdulmoid_39498 , thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
May we ask what version of npm are you using? See article for supported version. Also the JDK version. See article for recommended version. -Mikko
-
Kindly let us know the result of your testing and we can work on that afterwards. -Mikko
-
Hi @User_X2F4Q , may we ask what data source are you using? (NetSuite.com or NetSuite2.com) Also, kindly check in the UI using the role on your ODBC if the field/record is visible. -Mikko
-
Hi @Renan Dantas , Have you done setting up the NetSuite Account? See article for reference. Also, what project are you createing, SuiteApp or Account Customization Project? You may also check the prerequisite in this article. For additional information guide, you may check these articles. -Mikko
-
It seems the best way to get assistance on this concern is to file a support ticket. I would suggest to do so and they can help look into your account. -Mikko
-
Hi @KNason76 , Thank you for posting in the community! Our gurus/members will look into this and get back with more information. To everyone, feel free to comment your thoughts! -Mikko
-
Hi @User_V5KBL , Thank you for posting in the community! Our gurus/members will look into your concern and update you for any findings. To everyone, feel free to share your ideas. -Mikko
-
Hi @Eric Cooper , the transactionId is used for standard transactions internal id, while the id on the custom record is used for the internal id of the custom record to which the email should be attached. Could you please try again to use either transactionId or Custom Record Id alone using correct internal id of the…
-
What field/s on the user notes should be retrieved? As mentioned, there are some fields not yet exposed. For this concern, you may query transaction table alongside with note table since they both have transaction id column. -Mikko
-
Do you still need assistance on this concern, @MA User_576EZ ? -Mikko
-
Hi @User_B6T7M , how's it going? -Mikko
-
How's it going, @User_E5P4R ? Did we answer your concern? -Mikko
-
Hi @User_668NO, could you please try using SecureString? You may check this Create an Authentication Header using a SecureString for an example on how to use it. -Mikko