Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue for SOQL and System Parameter Passing. #120

Open
sachinshinde729 opened this issue Jan 19, 2017 · 0 comments
Open

Issue for SOQL and System Parameter Passing. #120

sachinshinde729 opened this issue Jan 19, 2017 · 0 comments

Comments

@sachinshinde729
Copy link

Hello Team,

Facing few issues related to parsing.

  1. Not able to parse SOQL : select Id from case where (LastModifiedDate> : lstCallLog[0].CreatedDate AND LastModifiedById =: UserInfo.getUserId());
  2. Not able to parse SOQL : Select Id,Name From RecordType Where IsActive =true limit:Limits.getLimitQueryRows()-Limits.getQueryRows();
  3. Parsing issue SOQL : select Id from case where (LastModifiedDate >: lstCallLog[0].CreatedDate);
  4. Record type : RecordTypeId =: Schema.Sobjecttype.Case.getRecordTypeInfosByName().get(System.Label.Case_Type1).getRecordTypeId()]);
  5. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant