Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport SOQL toLabel function #41
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_tolabel.htm
I am thinking of adding methods to support this
toLabel
function:The implementation would be similar to the aggregate functions such as
count(String field)
. Super easy.