Operation Workspace - record page - add a componnet above the the compose & activity section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 06:34 AM
Hi,
we have cloned the OOB record page on service operational workspace
now,
we got a requirement to add an ifrmae section above the compose & activity sction on the right side of the page. - added image attached.
I have tried to add the component before - however it was added on the left of the existing section
I have tried to play with the component order but couldn't achieve my goal .
I would like to hear of any solution that may help me solve this.
Thanks in advanced ,
Ruth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 03:44 AM
Hi @Ruth Rozental ,
You can make use of container of type flexbox having direction column
1. Add component container of type flexbox with direction column(add in some other place under body as i see bcz of some bug adding container directly under "resizable pane > right" is not working)
2. Drag container component to "resizable pane > right", and move "Stackable Side By Side Panel" and your custom component inside container component
refer screenshot
2. FYI, as per the documentation creating SRP variant is not suggested and supported. if your use case is generic you may create an enhancement request(so that you don't have maintain custom page with latest releases)
Please mark it helpful if it answers your query.
Thanks,
Haseeb Ahmed