My Stuff
Comments
-
Thanks for clarifying, @User_HWW8S. From your description, I think it pertains to establishing a Parent-child record relationship between Sales Order (Parent) and a Custom Record (Child). Once established, a Custom Child Record Sublist will be added to the Sales Order that you can place under a Custom Subtab. To set this…
-
Hi @Dylan Moore, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…
-
Hi @ONO4, Were you able to check the linked thread in our response above? -Jack
-
Hi @User_LUL5V, Were you able to check our latest response above? -Jack
-
Thanks for providing additional details about your workflow @Preethi Kondur. See the items below for leading practices that we recommend: 1. As mentioned, it would be more effective to set the workflow as Event-Based instead to avoid potential delays with its initiation on new records. 2. Set the Final Approval state you…
-
Greetings @User_IJB6M, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Joy Noreen Magoling-Oracle and @Ivy Lopez-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Thanks as well for the update, @User_HWW8S. Can you clarify what you mean by applying the new record to the subtab? Kindly post a screenshot as well so that we can visualize it. -Jack
-
Greetings @User_HWW8S, The next step to add the new Custom Subtab to the Sales Order Form after the steps you did is to move fields/sublists under that subtab via the Move Elements Between Subtabs option in the Custom Form settings. See the sample screenshots below: Also, make sure that the Custom Subtab is set as shown in…
-
You're very welcome @Sue Campau! Glad we could help 😀 -Jack
-
Thanks for the update, @Sue Campau. Can you try replacing the hyphen (-) with an underscore (_) in your Sandbox account number if it does the trick? By the way, I have redacted your account number from the screenshot in your previous comment on your behalf because it is sensitive information. Please be reminded to check…
-
Greetings @Sue Campau, Can you try searching for the bundle you created in Sandbox via Advanced search and provide values in the fields below on the Search & Install Bundles page if it will help in finding the bundle? Hope this helps. If you find this reply to your question useful, others might be as well. By clicking the…
-
Greetings @User_L7PTK, Upon checking, adding Transaction Line Fields to the sublists in the Deposit Record is still a limitation in NetSuite. The following related Enhancement Request has been filed for the possibility of future implementation: Enhancement 486990: Custom line/column fields support for Deposit (Transaction…
-
Greetings @Sivasubramaniam, With "RMA record," are you referring to the Return Authorization record in NetSuite? If not, can you copy the URL of the record page in your browser's address bar and post it here? Please mask/redact your account number from the URL. -Jack
-
Greetings @Videcon Accounts, To install a bundle in the Sandbox account only, log into that Sandbox account, then install the bundle from there. Installing the bundle in the Sandbox account will not affect your Production account since it is a separate environment. To make it clear, the Location field in the Search &…
-
Thanks for the update, @Nickoletta Gounaris. Have you also checked if a Workflow is causing the field to be mandatory? Look if there is any Set Field Mandatory action. Also, the Custom Form setup may have nothing to do with the concern since the Mandatory option is disabled for the Address field as shown below in the…
-
Hi @Erleen, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…
-
Hi @Preethi Kondur, Were you able to check our suggestions in the response above? -Jack
-
Hi @User_DATN1, Did the given solution above help resolve your concern? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will…
-
Greetings @Dylan Moore, To print the value of the Create PO field which is the Purchase Order # created for the line item, use the following field reference in your Advanced Picking Ticket Template: ${item.createdpo} But take note that since Drop Ship Items goes directly from the Vendor to your Customer, they may not be…
-
Thanks for confirming @Nickoletta Gounaris. Checking on my test account, the Address field is not mandatory by default using the Standard Contact Form. So, there could be a Script or a Workflow that makes the field mandatory on your end. To check the list of Workflows and Scripts deployed to your Contact Records, go to the…
-
@asha.jena, looking into our resources, there was no given explanation as to why the functionality in question is not available in SuiteScript 2.x, and the Enhancement Request is the only documentation where it is tracked. Also, only our Product Team and Engineers would be able to answer your question about the difficulty…
-
Greetings @ONO4, Your inquiry here has been asked already in the following thread: So, see the responses there for the solution. If you find this reply to your question useful, others might be as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who…
-
Hi @asha.jena, Enhancement Requests are system limitations that NetSuite is currently not capable of doing yet. Our product team looks into these requests from time to time and may prioritize those that have the most votes. That's why we encourage voting for them. With that said, the only option to proceed is to implement…
-
Hi @Berkley Guse, With the responses you got, we can agree that developing the solution to address your goal would require knowledge of both SDF and Azure DevOps. And as mentioned, we can only assist with the former. So, upon checking the guide you shared, it seems that they used SuiteCloud CLI and Jest Unit Testing…
-
Thanks as well for the clarification @User_LUL5V. Have you modified the Set Field Value action shown in the screenshot you posted in this thread's description? That could be the reason why the Created By field is not being populated. -Jack
-
Greetings @Nickoletta Gounaris, Is the Address field mandatory on your end using the Standard Contact Form? -Jack
-
Hi @Preethi Kondur, Upon checking the 3-way match VB Approval Workflow from the NetSuite Approvals Workflow bundle, we have determined that it would be more effective to leave it as an Event-Based workflow since there could be potential delays on its initiation on newly created records if it is configured as Scheduled.…
-
Hi @Edwards_05, Do you have any further questions? -Jack
-
Hi @User_LUL5V, Did our response above help resolve your concern? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful, and you will also…
-
Greetings @Erleen, We are pleased to inform you that the value of the BBAN field (custrecord_2663_entity_bban) on the Entity Bank Details Record can be included in the generated Payment File. You can do so by adding the following code to reference the field in your Payment File Template:…