v3.4.0
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.