Skip to content

v3.4.0

Choose a tag to compare

@pgajek2 pgajek2 released this 04 Jan 14:07
· 102 commits to main since this release
9c13430

04-January-2025

New

  • toId()
  • API 62.0 update

toId()

A new predefined method that simplifies your code.

Signature

Id toId();

Example

new User (
    // ...
    ProfileId = SOQL_Profile.query().byName('System Administrator').toId()
);

More details:

API 62.0 Update

Resolved the issue System.FinalException: Cannot modify a collection while it is being iterated.
The SOQL library now supports API version 62.0.