Closed
Can we call declare trigger on Index table ?
We had a requirement for which we have created declare trigger on Index-ABC class, so whenever declare Index for Index-ABC is triggered on save we expect declare trigger to be triggered but it seems this is not working ?
is it product behavior ?
***Edited by Moderator Marije to add Capability tags***
@SwatiG00 I believe you can perform the declare trigger on the PageList property instead of the declare Index class. When the Page List property gets updated/added, then it internally invokes the declare index for any changes.