Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Retrieving Data through Custom Fields of Type Involved

The following sample is used to retrieve data from the contact record linked to the project through the Involved custom field.

Additional Driver Info

<tc:detail select="PLCY/AdditionalDriver">

<tc:data select="Contact">

First Name:

<tc:data select="FirstName" />

Last Name:

<tc:data select="Name" />

Home Address Information

<tc:loop select="AddressList" qualifier="Type_TreePosition=ADDR_BUS1"><tc:data select="Street" /><tc:data select="City" /><tc:data select="State" /><tc:data select="PostalCode" /></ tc:loop>

Social Security #:

<tc:data select="SsOrTaxNumberString" />

Driver's License:

<tc:data select="DriverLicense" />

</tc:data></tc:detail>

  • Was this article helpful?