Mi contenido
Comentarios
-
Hello @User_6YNLG, 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.
-
Hello @ImeldaSanchez, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Dext3r, Just to confirm, yes, inventorydetail.inventorynumber is the right filter to use. I was able to verify this on my end. Here is a sample saved search that works on my end. var transactionSearchObj = search.create({ type: "transaction", filters: [ ["inventorydetail.inventorynumber","noneof","@NONE@"] ],…
-
Hello @ABDUL HANNAN, Dissolving bundles would keep the bundle components in your production account but would no longer be associated with the bundle. For more information, you can visit SuiteAnswers: Dissolving Bundles Created in Sandbox. I hope this helps! If you find this reply to your question useful, others might as…
-
Hi @Ben H, Understood. I did a little digging and found that customers who previously reported this behavior found the cause to be: The one in the script must match the one used in the template. Columns are not declared in the template/XML part of the script. I don't have the visibility over your saved search but since you…
-
Hello @User_K51C7, Can you please confirm the field types of the custom fields?
-
Hi @oliver zheng, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hello @User_DL1Z1, 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.
-
Hello @William5-Oracle, Following up on this thread in case you missed my previous comment. Thanks!
-
We are now closing today’s session. We hope to see you in the next #AskAGuruLive! I hope the tips I provided will be helpful for you. 😊 Be sure to follow the AskAGuruLive tag for updates. To help us improve this program, feel free to share your feedback with us.
-
Tip #3: There are three ways to create Custom Buttons for standard records in NetSuite: Via User Event Script - Users can use Form.addButton(options) to add buttons. This works for Suitelet Scripts and beforeLoad function of User Event Scripts. Via Client Script Record - the Buttons sublist is available in the Client…
-
Tip #2: Are you troubleshooting a client script? Add breakpoints by adding debugger; in your client script and opening the console of the target record's page.
-
Tip #1: Did you know that you can add a link to your Suitelet in the navigational paths? Open your Suitelet Deployment record by going to Customizations > Scripting > Scripts > Your Suitelet Record 2. Under Deployments Tab > Click the Deployment Record 3. Click Edit on the Script Deployment Record 4. Under the Links…
-
Hello @User_DL1Z1, You can use record.load to load email templates. Samples: Email Template Use Email Template and Edit Value Using Keywords for Script Send Email Body I believe it is not possible to get the advanced PDF template via script but you can print PDFs with XMLs. A sample is provided in SuiteAnswers: N/render…
-
Hi @KennyT, Here's a sample code from another thread. I added the setValue for the entity field, which is the customer field in the UI. var rec = record.create({ type: record.Type.SALES_ORDER, isDynamic: true }); rec.setValue({ fieldId: 'entity', value: '111' }) rec.selectNewLine({ sublistId: 'item' });…
-
Hi @William5-Oracle, I don't have an alt sol but I opened the SuiteAnswers link provided by Kristoffer in the linked thread. Here's what it says: The preference of Display Components on Transactions is applied on sales order by the time the item is added on the sales order. If the preference is not enabled by the time the…
-
Hi @oliver zheng, Were you able to review the comment from Nayeem? If this is still not resolved, what is the behavior when you input PM?
-
Hello @Naresh_-Oracle, We don't have the exact steps on the Oracle end but here is a guide I previously wrote for Okta and NetSuite. The same steps apply for NetSuite but some differences with Oracle. NSC | SSO: How to Resolve: Users can only login to one NetSuite account I hope this helps. If you find this reply to your…
-
Hello @KennyT, A PO can be created via a scheduled script. You can deploy the script and set it to run with specific intervals. Sample:
-
Hello @Naresh_-Oracle, Understood. Tagging here some of our top contributors in case they can provide any insights as to what they use for performance monitoring: @Vernita @CDuf @Dext3r @Angela Bayliss @Tigran Shahnazaryan @Hormese Paul
-
Hello @User_L8T63, It's best to use SuiteScript to change the display type of the field. A sample code can be found here: Column.isDisplay. Thank you for your insights as well, Vernita and CDuf!
-
Hello @Muzzyelk, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Thanks for the update, Luis!
-
Hello @BenjaminJ, I revisited the case filed by Luis. According to support, it is a system limitation at the time. They intended to file it as an enhancement but were not able to get enough information from him. With this, you can either file it as a SuiteIdea or create a case with support so that they can assist you…
-
Hello @Ben H, Can you share the guideline/s you were using to write this script so that we can also check on our end? Thank you!
-
Hello @Baz Steele, 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.
-
Hi @User_ZBIQA, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hello @Naresh-Oracle, Just a quick follow-up to ensure you didn't overlook my earlier message. If there's anything more, please don't hesitate to inform us.
-
Hello @User_ZBIQA, May I know the role's name and ID?
-
Hello @MikeGodbout, Roles must have the "Log in Using Access Token" permission to appear in the list. It can be found under Permissions > Setup 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 question?” below, you’ll be able to…