Hello Experts,
I have created an app which will fetches Accounts using ODATA. My requirement is to fetch ONLY the Active Accounts. I understand this is to be done using ?filter option, but unable to use this.
Can someone please help me understand how would I display only Active Accounts? Right now I am using only "{/AccountCollection}" on Master.xml,
<Table id="catalogTable" class="navTableControlLayout" items="{/AccountCollection}" growing="true" growingScrollToLoad="true">
What modifications will I have to do here?
Thanks in Advance.
Regards,
Chandan