ECT is enabled on reactive app, working fine.
-Due to new requirements need to disable ECT_Provider on specific screen.
-Please let know any option to disable ECT_Provider entirely on specific screen, need to avoid below ECT_Provider folder on some screens.
Hi,
Can you check this post.
In the ECT solution there is an extension, 'ECT_Controller', that has an action called 'RemoveScreenFeedback'. Invoke this action in your screen preparation to disable ECT.
Hope it might be helpful.
Regards,Wasimkhan S
Hi Wasim,
As it is reactive app, tried calling RemoveScreenFeedback from OnInitialize and OnReady, actions , but no luck it still shows ECT option on screen as below, am I missing anything else.
Thanks,