Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Id myId = '005XXXXXXXXXXXX'; //replace with the ID you have
- String objectName = myId.getSObjectType().getDescribe().getName();
- System.debug(objectName);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement