Mi contenido
Comentarios
-
Hi @Adam W, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.en Print assembly page after build Comentario por Francesca Nicole Mendoza-Oracle Dec 5, 2024 3:27PM
-
Hello @Frederick Mc, This question is better answered by our fellow community members. Tagging here some of our active contributors in case they worked on a similar situation before: @Tigran Shahnazaryan @CDuf @Dext3r @Vernita @Tiru Chembeti @Hormese Paul @Manu Antony Vadassery
-
Hello @Grace999991, This is beyond SuiteScript but you can try using jQuery. You can also check out the article I wrote about this: NetSuite Admin Tip | SuiteScript > Resolve Error: TypeError “$” is not a function I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes”…
-
Hi @karenn, 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 @mohammad aijaz ali-Oracle, 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.
-
Happy to help!
-
Hello @User_DU7YV, 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 @Ari Heitner, Sure! I'll be sending you an email to ask for your account details. Feel free to add any other information that could help with the troubleshooting. Thank you.
-
Hello @Benjamin Paul - USA, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Benjamin Paul - USA, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hi @Shubham_Singh, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Yogendar Sinngh, 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.en Automation of Trade-in process Comentario por Francesca Nicole Mendoza-Oracle Nov 27, 2024 2:37PM
-
Hello @Harikrishnan N, Thank you so much for posting this tip!
-
Hello @Afrinaaz, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @HX_SUBHANKAR, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Grace999991, I'm just checking in to make sure you didn't overlook my prior message. If you still need assistance, please let me know. Thank you.
-
Hi @Paul Salkeld, 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 similar…
-
Hello @Antony Chen, Were you able to check the code I provided in the previous comment?
-
Glad to hear that it is now resolved. Thank you for letting us know.
-
Hello @Antony Chen, You may use this code to create a Book specific JE: var jeRecord = record.create({ type: record.Type.JOURNAL_ENTRY, isDynamic: true, defaultValues: { bookje: 'T' } }); 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…
-
Hi @Claire Arkell, Looks like this is better answered by our fellow community members. Tagging here some of our top contributors in case they have any insights: @Able Wilson, @R. Dieka Pribadi G. E.,, @Manu Antony Vadassery, @Hormese Paul, @Tigran Shahnazaryan @SouthernSun @M.Lisa @Tiru Chembeti @Vernita @Amanda Edwards
-
Hello @User_ZI55R, Are you using a SuiteBundle/SuiteApp for this?
-
Hello @Grace999991, Can you please share the entire script so we can test it on our end? Thank you.
-
Hello @3955341, Following up on this! Can you please confirm if you were able to resolve this?
-
Hi @chrisljffd, 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 similar…
-
Hello @Paul Salkeld, I meant using JSON.stringify to convert the array from my sample code above, into a string and save that output into the Event record using a custom field. This is only a workaround if you want to store these information, as the checkbox is not yet exposed.
-
Hello @User_RUQ2X, 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_TVDSS, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @JPrice, No worries! To be honest, this one is outside my area of expertise. It would be better to check with Bry on the other thread. 😊
-
Hello @Grace999991, Do you have a selected line for the sublist? Sample: // add the first item rec.selectNewLine({ sublistId: 'item' }); //190 is an internal ID of an item rec.setCurrentSublistValue({ sublistId: 'item', fieldId: 'item', value: 190 }); rec.commitLine({ sublistId: 'item' });