I want to have separate titles for workspaces and portals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 09:18 PM
As developers, we are currently using Supplier Lifecycle Operations to develop a Supplier manager Workspace for internal users and a Supplier Collaboration portal for external users.
We currently have the following issues and would like you to help us come up with a solution.
【Objective】
I want to display different fields in the tab title of the workspace and the title of the form screen in the portal.
(The attached image shows the location of the display.)
・Example (this is not the actual field you want to display):
Workspace tab title: Short Description field
Title of the portal's form screen: Due Date field
【What I currently understand】
1. Both title display values use "Short Description"
2. These can be set in the Dictionary Entry (sys_dictionary) table and Dictionary Entry Override (sys_dictionary_override) table.
3. Therefore, if I change the setting of 2 to display the "Due date" field from the "Short Description" field, for example, both the tab title of the workspace and the title of the form screen of the portal will be changed.
⇒Therefore, we would like to set the tab title of the workspace and the title of the form screen of the portal to display different fields.