{% fetchxml accounts %} <fetch mapping="logical" output-format="xml-platform" version="1.0" distinct="false"> <entity name="account"> <attribute name="name" /> <attribute name="primarycontactid" /> <attribute name="telephone1" /> <attribute name="accountid" /> <order descending="false" attribute="name" /> </entity> </fetch> {% endfetchxml%}
for example, I would like to print out account to console just like json format.
I search the solution in google, but it's not work.
{{ account | json }}
how can I check the account object
*This post is locked for comments