Hi
I am facing issue while calling a direct call rule from my code base. I need to trigger a particular event on ajax Complete function
ex:
complete: function(data) {
if(totalPage != 0 && totalPage == page){
//Fire the Direct Call rule here.
}
Can you please help me with how I can do that???
Regards
Chinmay Hegde