Skip to content

TYPEOF Support #235

@pgajek2

Description

@pgajek2

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is.

Describe the solution you'd like
Support TYPEOF

SELECT 
    TYPEOF What
        WHEN Account THEN Phone
        ELSE Name
    END
FROM Event
WHERE CreatedById IN (
    SELECT CreatedById
    FROM Case
)

Metadata

Metadata

Assignees

Labels

complexGood for senior developers.enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions