Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Schema.DescribeFieldResult result = Lead.Field1__c.getDescribe();
  2.  
  3. if (result.isDependentPicklist()) {
  4. system.debug(result.getController()); //Field2__c
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement