I have a requirement where I need to create a list of all missing label in any particular object.
For example.
I want to creating a new table with a couple of fields and a overridden method. Now, suppose I am setting up the table property label as “Car details” similarly I am creating new fields and setting there label property as “Car” and “Model” respectively and overriding validateWrite method with error “Car-model combination not valid”. But, I am not creating label for anyone of them. so now I want to write a job which will show that I need to create three missing labels.
I know Best practice check will give me warning for above scenario but I need it in list as I’ll use this list to enhance Label editor.
Thanks in advance.