Customizing tabs for a task customizing-tabs-for-a-task
You can customize tab names for the Start Process component in the Start Process Uber view and the Task Details component in the ToDo Uber view.
-
Follow the Generic steps for AEM Forms workspace customization.
-
Change the value of
tabnamein thetranslation.jsonfile.For example, change
/apps/ws/locales/en-US/translation.jsonfor English to the following.- For tasks initiated in the start process, use the following snippet from the
"startprocess" : {}block.
code language-json "tabname" : { "form" : "Application", "details" : "Overview", "attachments" : "Attachments", "notes" : "Helper Notes" }- For tasks in To-do, use the following snippet from the
"todo" : {}block.
code language-json "tabname" : { "summary" : "Bird's-eye view", "history" : "Past", "form" : "Form", "details" : "Overview", "attachments" : "Attachments", "notes" : "Notes" }note note NOTE Add corresponding key-value pair for all supported languages. - For tasks initiated in the start process, use the following snippet from the
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2