Skip to content

toIdOf in SOQL Cache [release v6.8.0]  #254

@pgajek2

Description

@pgajek2

Is your feature request related to a problem? Please describe.
The toValueOf method should automatically add used field to the SELECT clause.

// before
SOQLCache.of('Account').with(Account.Industry).toIdOf(Account.CreatedById);

// after
SOQLCache.of('Account').toIdOf(Account.CreatedById);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestsimpleGood for Junior/Mid developers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions