Fluid component with Pivot Grid and SearchInit PeopleCode?
I have a fluid page I am building for manager self service that lets the manager assign a delegate. I also want to open this page up for HR Admins to be able to search and update a manager's delegates. I created a single fluid component and put it on 2 different menus and registered it. I have Component Record Field SearchInit code that says if it's the manager menu set the emplid and don't use the search. I created a pivot grid search for the component to use as the admin page search.
The admin page works and the pivot grid searches and returns values as expected.