Skip to content

Error / Failure Messages On Rollups #284

Answered by jamessimone
TanukiDemon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TanukiDemon and thanks for creating this discussion. Your where clauses are likely leading to the errors above — you have to have spaces between the fields, the comparison (=, <>, !=, etc) and the values you’re comparing to. Syntactically, this is not valid for Apex Rollup:

Account.Name=‘foo’

The correct statement thus becomes:

Account.Name = ‘foo’

Hopefully that helps!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@TanukiDemon
Comment options

@jamessimone
Comment options

@TanukiDemon
Comment options

@TanukiDemon
Comment options

@jamessimone
Comment options

Answer selected by jamessimone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants