自訂任務的標籤 customizing-tabs-for-a-task
您可以在Start Process
Uber檢視中自訂Start Process
元件的標簽名稱,並在ToDo
Uber檢視中自訂Task Details
元件。
-
變更
translation.json
檔案中tabname
的值。例如,將英文的
/apps/ws/locales/en-US/translation.json
變更為下列內容。- 對於在啟動程式中啟動的工作,請使用
"startprocess" : {}
區塊中的下列程式碼片段。
code language-json "tabname" : { "form" : "Application", "details" : "Overview", "attachments" : "Attachments", "notes" : "Helper Notes" }
- 對於待辦事項中的工作,請使用
"todo" : {}
區塊中的下列程式碼片段。
code language-json "tabname" : { "summary" : "Bird's-eye view", "history" : "Past", "form" : "Form", "details" : "Overview", "attachments" : "Attachments", "notes" : "Notes" }
note note NOTE 為所有支援的語言新增對應的機碼值組。 - 對於在啟動程式中啟動的工作,請使用
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2