Hi all!
I have CRM online (8.2) with CRM portals (8.2.1.71). In my web page I showing data from CRM. For loading I'm using {% fetchXml %} and then {% for %} command to render data in DIVs ..etc.
Everything works fine until I add/remove some data. Page still showing values as before. Everything is cached and looks like fetchXml command is not executed. Can I turn off caching for some pages? I need to show data right after someone change something.
*This post is locked for comments