adspace
On each opportunity stage change, I want to display a new section on the page layout. How to achieve this?
Answer Posted / Shobhit Gupta
You can achieve this by using Apex Triggers or Lightning Flow. With Apex Triggers, you can write code that runs before or after a record is saved and modify the page layout accordingly. With Lightning Flow, you can create visual workflows that handle the logic to display different sections based on opportunity stage changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers