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 @Jovan, 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 @DamianP, Can you try using this format for your payload? You can also add other fields but this was sufficient for me to create an item fulfillment from a sales order. I hope this helps! <soapenv:Body> <add xsi:type='platformMsgs:AddRequest'> <record xsi:type='tranSales:ItemFulfillment'> <createdFrom…
-
Hello @Vernita, Yes, it is scriptable. I verified it using this script: var recordIF = record.load({ id: 62, type: record.Type.ITEM_FULFILLMENT }); recordIF.setSublistValue({ sublistId: 'package', fieldId: 'packageweight', value: '1.1', line: 0 }); recordIF.save(); You can view the field IDs of the package sublist when you…
-
Hello @Mike Begalle, Good day! I'm Nicole and I'm with the SuiteCloud team. I suggest checking Customizations > Scripting > Map/Reduce Script Status then filter it by the date when the change occurred. I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for…
-
Hello @Dext3r, You can simply add "&xml=t" to the end of the URL and it would show you the page in XML form. Just look for the appropriate sublist and it should show you the fields in it. I hope this helps!
-
Hi Damian, I'm already looking into this. I'll get back to you with the updates as soon as I can. Thanks!
-
Hello @User_V5KBL, 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.
-
Thanks for providing an answer to this, @Angela Bayliss!
-
Okay. Thank you!
-
Hello @Kaden B, Following up on this in case you missed my previous comment. Thank you!
-
Hello @Laura Giuffre, Were you able to get it to work?
-
Hello @Kaden B, Can you add a line with log.debug("test","postSourcing initiated"); above the var currentRecord = context.currentRecord;? This is just to check if it is initiated at all.
-
Hello @DamianP, Can you share a sample payload so we can test this from our end?
-
Hi @Jeff Perotti, 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.
-
Hello @Laura Giuffre, Good day! You can create the certificate by downloading OpenSSL Application and running the sample code from the documentation from there. As for the signature, you have to include the following headers in your request:
-
Hello @Andri2, Let's hear from some of our fellow community members about their experience. Hi @Tigran Shahnazaryan @Brian Stisser @Tiru Chembeti @GauravAgrawal @Miguel Ariza - Sol4IT @John Griffin @Dinesh Babu Gadhamsetty, what do you think?
-
Hello @Gab JS, 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 @Kaden B, May I know how exactly is the script not working? Do you encounter any error message?
-
Alrighty! I hope this gets resolved soon.
-
Hello @Bart Jonk, Good day! This is a gentle follow up to my previous comment. Let me know if you still need assistance. Thank you!
-
Hi @Laura Giuffre, Did the documentation give you the expected results?
-
Hello @JPrice, How did it go? 😊
-
Hi @Thomas UPF, Do you still need help regarding this concern?
-
Happy to help! It was mentioned in The Scripted Records Page but it's easy to miss with all the information in the article. 😅 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 members who might…
-
Hi @Jason_Moore, If you are using client scripts, we have a maximum limit of 10 client scripts per record type. Scripts deployed beyond will not be triggered. To check which ones are expected to work, you can head to Customization / Scripting / Scripted Records. I hope this helps! If you find this reply to your question…
-
Hello @JPrice, It is expected. The N/ui/message module only works for client scripts. You can bypass this with a similar approach as the sample code in SuiteAnswers: Pass URL from a User Event Script to a Client Script via Button Click In this sample, a User Event accessed the Client Script formObj.clientScriptModulePath.
-
Hi @JPrice, If feasible, you can place your code under beforeSubmit instead of the afterSubmit to avoid such conflicts in the code. You can utilize the N/ui/message module but this only works on client scripts. This is still feasible by calling the client script within your user event though. I've also seen people use the…
-
Hi @Laura Giuffre, The documentation for Machine-to-Machine can be found here: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_162755359851.html#Request-to-the-Token-Endpoint-and-the-Access-Token-Response
-
Hello @Bart Jonk, Are you using the same exact query in this post? if not, can you please share it so we can test it on our end? Thanks!
-
Hi @Thomas UPF, The createdDate field is not limited to the present or future dates to accommodate scenarios such as data migration. I hope this helps!