soql - Salesforce Column naming conventions and queries -
i trying retrieve salesforce column named "e2 instance", cannot insert space query. noticed query "account type" i'd use such syntax:
select name, id, type account
how query columns spaces in name? tried inserting quotes - did not work. or how list of available columns in "code" format?
you must confusing field label , field api name. should e2_instance__c sure got setup -> customize -> accounts -> fields , see under account custom fields & relationships in api name column.
Comments
Post a Comment