Hi,
I need to check a value in crm Portal web page using a fetchxml as below and if value is false then redirect to a different web page. I have to do this in ~/forms web page onLoad. How can i do this ?
<fetch mapping="logical" version="1.0" distinct="false" output-format="xml-platform">
<entity name="subscription">
<attribute name="approved" />
<order descending="false" attribute="dvc_name" />
<filter type="and">
<condition value="{D0714C33-9969-EA11-A811-000D3A31EF6C}" attribute="contactsubscriptionid" uitype="contact" uiname="" operator="eq" />
</filter>
</entity>
</fetch>