My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Greetings @User_LI8ET, I have removed the link from your previous comment on your behalf that may contain sensitive information. Please be reminded to check this for every comment that you post. Anyway, it seems that the bundle was created within your own account. So, you may need to tell the person who created the bundle…
-
Thanks for the confirmation @GaryR. I was able to reproduce the issue on my end. It seems that it is standard behavior because it turns out that a customer refund can be associated with multiple credit memos. The only way to auto-populate the custom fields in the customer refund is to use SuiteScript. Please be informed…
-
Greetings @S. van den Oever, Can you try using a Workflow instead with Set Field Value action on Before User Edit trigger if the infinite reload issue also occurs? Let us know if you need assistance in setting this up. -Jack
-
Hi @filippo.blengini, I think the looping issue occurs only when setting the Custom Form field directly since the page reloads when setting the field. Using the redirect.toRecord() method will not have the same issue since the browser navigates to the URL with the set parameter without reloading the page. Using the method…
-
Glad my answer helped @User_AVZ36! By the way, I forgot to mention that the type of field to use as an available filter should be List/Record for the search to be available as an option in the custom field. Hopefully this clarifies things. -Jack
-
Regarding your question, have you set an Available Filter field in your search? This field is required and will be used to filter the summary result to match with the current record you are viewing. For example, if you set Internal ID as the available filter, the result will only count attendees associated with the…
-
Greetings @User_AVZ36, Welcome to NetSuite Support Community and thank you for posting your question here! For new members, we suggest that you visit the NetSuite Support Community - Frequently Asked Questions (FAQs) for more information regarding the community. We also encourage that you update your profile, and preferred…
-
Greetings @GaryR, Just to confirm, clicking the Refund button in the Credit Memo on your end takes you to the Cash Refund creation page. Is this correct? I'm asking because it takes me to the Customer Refund creation page instead during my testing. -Jack
-
Greetings @User_1OQJA, Upon checking, the option to apply formatting to search column headers is currently not available in NetSuite. The following related Enhancement Request has been filed for a possibility of future implementation: Enhancement 164059: Reports > Saved Searches > Highlighting > Allow Cell and Column…
-
Hi @filippo.blengini, Did the given response above help address your requirement? 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…
-
That's noted @Scott Bukolt. If you are still not able to fix the issue, post the screenshots and we will check. -Jack
-
Hi @Matan Shachaf, Have you already gotten started on script development? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the development. Let us know if you have come across some roadblocks. -Jack
-
Thanks for the clarification @filippo.blengini. Upon checking and testing, only Non-Stored fields can be set on Before Record Load in View mode. I have posted the following related community discussion about this topic: Also, the reference to the Custom Form field is only available in Edit mode. I have proven this during…
-
Greetings @User_M8RDQ, The Operator that can be selected changes depending on the field type. For List/Record type fields such as the Terms field, the operators "any of", and "none of" apply since you can compare them to multiple selected values. So, the equivalent operator to "not equal" in this case would be "none of".…
-
Greetings @filippo.blengini, Can you try using the Before User Edit trigger instead? This is the equivalent client trigger for Before Record Load that should work for setting default values on existing records. Note: Make sure that a Condition is set that checks if the custom form value is currently not set to the target…
-
Thanks for the confirmation @Scott Bukolt. I think we would need to check the settings of each Workflow Transition as well. So, can you post some screenshots of those settings? -Jack
-
Hi @Scott Bukolt, Just to confirm, does the issue still persist (custom field is still showing blank) for new records created after applying the suggested adjustments? -Jack
-
Hi @Scott Bukolt, Did the given 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…
-
Hi @Matan Shachaf, Thanks as well for clarifying your requirement. Unfortunately, it is a standard behavior of workflow buttons to be grayed out in transactions on Create/Edit mode due to the reasons stated in my first reply. So, to address your requirement, you may need to use SuiteScript instead. Please be informed that…
-
Hi @User_ZCWF3, Have you already gotten started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Thanks for the update and for sharing your workaround for Standard PDF Templates @User_8FFLQ. -Jack
-
Hi @Amjad Kasem, Apologies for the inconvenience but this is one of the limitations of SuiteBuilder and Workflows, and scripting is the only solution. But, as mentioned we can assist you further in debugging and troubleshooting an existing script. -Jack
-
Greetings @User_ZCWF3, To create a Labor Time field in Work Order Completion records that behaves similar to the Completed Quantity field but populates the Labor Run Time (min) field in the Operations sublist, you may need to use Suitescript since Workflows currently support the Transaction Items sublist and Expense Report…
-
Greetings @Camila O, To set the character length of the output of a <#list> directive, you should assign and append the value of the output on each list iteration to a variable, then use the setLength() function for that variable. See the sample code below that sets the output to 30 characters: <#assign…
-
Hi @Scott Bukolt, Is the Estimate you've shown in your last comment created before you made the adjustments I suggested? If so, you would need to restart the workflow for that record and the other records where the workflow has already initiated for the changes to take effect. If the previous version of the workflow has…
-
Hi @User_VAYT1, Do you still need assistance with this inquiry? If so, we would appreciate you providing the additional information we were requesting in the previous post. -Jack
-
Hi @Liz Madrid, Did the given solution above help address your requirement? 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…
-
Hi @eleran, Have you already gotten started on script development? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Hi @Matan Shachaf, Have we provided what you are looking for? 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 get…
-
Hi @Amjad Kasem, Have you already gotten started on developing the script? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack