SOQL to get the public groupId based on the group name salesforce - Salesforce Globe For You
Solution:use the following query
select id,name,type from group where group.Name ='Test Public Group'
where Name is the name of the group.
Note: Use the label of the group for the group name.
Output:
No comments:
Post a Comment