Play Games

Search This Blog

Tuesday, November 17, 2020

SOQL to get the public groupId based on the group name salesforce - Salesforce Globe For You

 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