Hi,
I have a scenario where I have a menu item and I would like to change it's display menu label based on a parameter. For example, Let's say I have VendTableListPage.

Below it has a label assigned to it in the parameter section.

When a parameter in the "Accounts payable parameter" form is type NoYes::Yes I would like this display menu label to read "Vendor" and when the parameter is NoYes::No I would like the display menu label to read "Vendor Table".
In my case, these would all be objects that I have created so I would not need to perform any kind of extension on them. Is this possible? I do not see any methods that can be added to the display menu's so I can change the label based on a parameter change.
Thank you.