Hi All,
In All projects form, there is a button "Project Stage" in Action pane "Project" which is used to update the project stage of the selected record (multiselection is disabled). Now the requirement is to make a new button which allows multiselection and can update the project stage of multiple selected records.
As per the standard, A menu item functions are used under this button and a parameter value and menu item is been called. Now in customized button, done with the same menu item functions and make Multi select as Yes and override the OnClicked event handler to call it multiple times for ProjTable

But it is not working as the menu item is calling twice.
Could you please help to get this functionality achieved or by through other way. As I need to update multiple records