Mobile rule not working

I am trying to create a mobile rule. This is in my DEV instance. Please see the screenshots.

My rule does not take effect in the mobile app and I am not sure why? Can anyone see any glaring issues?

 

Thanks,

Heather

Like 0

Like

2 comments

Heather,

Seems that the reason is in fact that you've specified your value using double quotes "", but it should be 'stage_id' (using single quotes instead).

Also you need to add your business rule to ModelExtensions, not PageExtensions of your mobile application manifest.

Please try applying stage id in such a way and also applying your business rule to ModelExtensions it should help, because there is nothing else that can cause the problem.

Best regards,

Oscar

Show all comments