You need to sign in to do that
Don't have an account?

SOQL Query Error- Batch Job
return Database.getQueryLocator([select userorGroupid from groupmember where group.name='GroupnameXYZ' and userorgroupid in (Select id,contact.AP_Status__c from user where contact.Fieldxyz__c!='Available' and isactive=True)]);
Compile Error: unexpected token: ,
Compile Error: unexpected token: ,
All Answers