Question
Change case automatically without clicking change case button in action panel
12:00 Sep 10, 2019
Hi,
Is it possible to change case of any section, without clicking the change case button in the action panel. If yes, how to achieve that?
Note: Refer attached image for the change case button I'm referring to.
Thanks,
Mohamed.
Like
1 comments
03:21 Sep 12, 2019
Dear Mohamed,
To do this you can analyze the button ActualDcmSchemaInformationButton in schema SectionActionsDashboard in package ActionsDashboard and the method that is triggered by clicking the button (onActualDcmSchemaInformationButtonLinkClick in schema DcmSectionActionsDashboardMixin). You can implement similar logic to trigger on the onChange event of the column that determines which case to use.
Best regards,
Dennis
Show all comments