Customize Stage Renderer When Using Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 09:38 PM
I make flow for RITM process. and i need to modify stage field in RITM.
That is current stage. and i want to hide time(0 Seconds).
I know Stage customize work can if i used Workflow, But i can not change Flow to Workflow for some reason.
How can i do for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 09:58 AM
Hi @Jaeik Lee
if you open the dictionary entry of the "Stage" column in the sc_req_item table you will find a Dictionary Attribute which references a Script Include that does the rendering:
That Script Include "WorkflowIconsStages" is inherited from Script Includes which does the rendering at the end
And within its method you can find the portion that adds the duration values:
You can decide whether you want to create a customized version of that script include and reference it in the Dictionary Attribute.
Maik