My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
HI @Niks Blando-Oracle As per my understanding, you want a report like Gross Requirements Inquiry report but you want it to not just get filtered to only one item, is that correct? >That is correct. The need is to have similar "report / saved search" for all items. Cheers Janne Paananen
-
HI @Elychelle Gulen-Oracle well this is quite simple search First Saved Search with a cumulative balance Results Workbook results but this *SUM /*Balance as of today*/({amount}) OVER (ORDER BY {trandate} ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)* Analytics cannot recognize Result without cumulative. In here…
-
Custom Solution 1) create a Custom Field (Text) 2) Workflow (Scheduled or After Rec Submit) set a text the text from PAIRED INTERCOMPANY TRANSACTION field to Custom Text Field. Cheers Janne