salesforce-report-creation-workflow-column-identifier-format

sf_create_report requires column identifiers in Salesforce Analytics API format (e.g. OPPORTUNITY_NAME, AMOUNT), not display names or field API names. The sf_describe_report_type tool returns the exact column keys to use. Correct workflow: sf_list_report_types → sf_describe_report_type → sf_create_report with keys from describe output.