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

Query prepending with comma which fails to query #47

Open
ajaylankipalle opened this issue Sep 15, 2023 · 0 comments
Open

Query prepending with comma which fails to query #47

ajaylankipalle opened this issue Sep 15, 2023 · 0 comments

Comments

@ajaylankipalle
Copy link

Query accountQuery = new Query(Schema.Account.SObjectType) // Query the account object
.addField(Schema.Account.Id)
.addFields(SOQL.FieldCategory.CUSTOM); // Include all custom fields - only fields that are accessible to the user are included

List accounts = accountQuery.getResults();

DEBUG| this.getQuery(): SELECT , Account_Contact_Soft_Credits_Last_Year__c FROM Account;

I am digging into getQuery()

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