function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arunkumar.RArunkumar.R 

How to get FullName

Hi to all,

I am creating list view through metadataa api, I already done for object level. For example if i want to create list view for contact means i will put the full name like below,

<fullName>Contact.listViews2</fullName>

So i need to do the same for mass email contact list view.. So what  i need to put in the full name inorder to create list view for mass email.

<fullName>????.listViews2</fullName>
Sumeet_ForceSumeet_Force
It would be again Contact followed by a period (.) and then the mass email contact list name. e.g. Contact.MyMassList if UI name is MyMassList. Let me know for any questions.