Merge Tag Example: Selected Contact

The SelectedContact merge tag enables users to include additional criteria when defining contact information for an entitlement.

[[FOR-EACH TAG="Entitlement" child-only="true"]]

[[FOR-EACH TAG="ChannelPartners" child-only="true"]]

[[FOR-EACH TAG="ChannelPartner"]]

Partner Tier Name: [[PartnerTierName]]

Acct Display Name: [[Name]]

Acct ID : [[AcctId]]

[[FOR-EACH TAG="SelectedContact" child-only="true"]]

    Contact Name: [[ContactName]]

    Firstname: [[Firstname]]

    Lastname: [[Lastname]]

    Country: [[Country]]

    Email: [[Email]]

[[END FOR-EACH]]

[[END FOR-EACH]]

[[END FOR-EACH]]

[[END FOR-EACH]]

Important:Only use the Contact merge tag inside the FOR-EACH entitlement loop to populate the contact. Do not use the Contact merge tag to populate all organization contacts.