Question

Change case automatically without clicking change case button in action panel

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 0

Like

1 comments

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