You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not able to parse SOQL : select Id from case where (LastModifiedDate> : lstCallLog[0].CreatedDate AND LastModifiedById =: UserInfo.getUserId());
Not able to parse SOQL : Select Id,Name From RecordType Where IsActive =true limit:Limits.getLimitQueryRows()-Limits.getQueryRows();
Parsing issue SOQL : select Id from case where (LastModifiedDate >: lstCallLog[0].CreatedDate);
Record type : RecordTypeId =: Schema.Sobjecttype.Case.getRecordTypeInfosByName().get(System.Label.Case_Type1).getRecordTypeId()]);
Record type 2nd issue : RecordTypeId =: Utilities_HF.getMapOfRecordTypeId(System.label.EmployerDetail_Controller_Contact_HF).get(System.label.EmployerDetail_Controller_Billing_Contact_HF).Id order by LastModifiedDate desc LIMIT 10];
Regards, Sachin
The text was updated successfully, but these errors were encountered:
Hello Team,
Facing few issues related to parsing.
Regards, Sachin
The text was updated successfully, but these errors were encountered: