My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
-
Re: Display Sub records in a formula text field
NS_CONCAT is great, but there is actually a documented Oracle function that is even more powerful called LISTAGG One of the advantages is that you can specify your own delimiter. So instead of having…4 -
Re: Display Sub records in a formula text field
To show the actual roles (not just a count) follow the above instructions, but in step 6 create a Formula (Text) column with a summary type of Maximum and the formula: "LISTAGG({role}, ', &…6 -
Re: Search to show running total of stock
I've shared instructions in the past for creating a report like this as a subtab within NetSuite https://stackoverflow.com/a/37015961/32301144 -
Re: HTML Injection for Bar Code Font; Stopped Working Since Yesterday
You should be able to change the URL in the formula to a relative URL (/core/media/media.nl?.....) An alternative approach to printing barcodes in a saved search without having to reference a font at…1 -
Re: One opportunity, but multiple customers bidding for it- how can they all be linked together?
You could create a Custom Record to save the link The custom record would have two fields, one a List/Record of type Opportunity record and the other List/Record type Estimate. On the first field set…3