Customizing tabs for a task
Last update: May 3, 2023
CREATED FOR:
- User
AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.
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
tabname
in thetranslation.json
file.For example, change
/apps/ws/locales/en-US/translation.json
for English to the following.- For tasks initiated in the start process, use the following snippet from the
"startprocess" : {}
block.
"tabname" : { "form" : "Application", "details" : "Overview", "attachments" : "Attachments", "notes" : "Helper Notes" }
- For tasks in To-do, use the following snippet from the
"todo" : {}
block.
"tabname" : { "summary" : "Bird's-eye view", "history" : "Past", "form" : "Form", "details" : "Overview", "attachments" : "Attachments", "notes" : "Notes" }
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
a6ebf046-2b8b-4543-bd46-42a0d77792da