• Resolved 360consultingde

    (@360consultingde)


    Hi all,

    I successfully connected AlexaCRM to our CRM (on-premises). Data transfer seems to work, although I only used the deprecated features (msdyncrm_form, msdyncrm_login etc.) and directly pasted that into the edit section of my pages.
    The Alexa documentation rather recommends using “Twig” for such things, but I’m a little lost there. I believe I could understand it faster by seeing a concrete example.

    For instance, what would I paste in the edit section of a given WordPress page if I wanted to display a list of all contacts (all attributes for now) in the CRM?

    Any help would be appreciated!
    Lukas

Viewing 1 replies (of 1 total)
  • Plugin Author alexacrm

    (@alexacrm)

    Hi Lukas

    documentation does contain some sample twig code. For example, a view can be found here:

    {% view entity="contact" name="Active Contacts" parameters=[ "contoso.com" ] lookups={ "parentcustomerid": params.account } count="10" cache="PT30M" %}{% endview %}

    Thanks
    George

Viewing 1 replies (of 1 total)
  • The topic ‘Help with Alexa Twig Templates’ is closed to new replies.