I have made a model-driven app with a sub-grid and a BPF , I have also created a c# plugin .
The plugin is written to show pop up alert message when there are no necessary number of records based on the BPF stage , for eg. on the 2nd stage of BPF , IF there are no records in the sun-grid, a pop up should show telling that Add data in the sub-grid and so on for the rest of the BPF steps. { 3rd stage BPF,2 records in the sub-grid..........}.
Also, an pop up needs to show if certain field in the BPF is not checked and prevent save if these 2 conditions are not satisfied
I have tested my code in the Console app and it works fine.
I just want to know how to register the plugin in the model-driven app , what should be the "General Configuration Information" for the step that I need to register to make the plugin work as required .