Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Custom search to display workflow settings not available in the menu
I have a custom search I created to display workflows in a nicer way, but I am having trouble figuring out is how to include columns for some of the workflow settings, so I can see them at a glance.
- islogenabled
- keephistory
- initonschedule
- schedulerepeat
- schedulefrequency
- schedulefrom
- scheduleuntil
Is there any way to include these Workflow fields in a saved search?
I figured out text formulas using the triggeronupdate and triggeroncreate fields to display columns that tell me if a WF triggers on a schedule, on create, on view/edit, or create/view/edit. Also, UI or Scheduled.
I created a text formula to look at the description field to report whether "Logging enabled" or "Logging disabled" exists, but that is only correct if the description is updated if the setting was changed.