apex-enterprise-patterns / fflib-apex-common

Common Apex Library supporting Apex Enterprise Patterns and much more!
BSD 3-Clause "New" or "Revised" License
913 stars 517 forks source link

Type casting bugfix #496

Open cnwork opened 1 month ago

cnwork commented 1 month ago

Fixes #495

Replace the manual type casting of field values into String with String.valueOf().


This change is Reviewable