Best of Support

Responsible Lawyer in Amicus Assembly

Issue

I tried to get responsible lawyer name using the following, but it didn't work:

%[Name=AA.SelectedMatters[1].ResponsibleLawyer]

Solution

You need to add the sub-object: ".Name". For example:

%[Name=AA.SelectedMatters[1].ResponsibleLawyer.Name]

 

NOTE

The ResponsibleLawyer object equates to the User object. You can get any info that is stored in User, for example:

AA.SelectedMatters[1].ResponsibleLawyer.Email or

AA.SelectedMatters[1].ResponsibleLawyer.Phonenumber

etc.