CreateSchema
Creates a schema file for the specified SOQL query.
Input
Name | Type | Description |
TableName | String | The name of the table for which to create a schema. |
SOQL | String | The SOQL query to issue to FinancialForce. |
TableDescription | String | An optional description of the table. |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |
SchemaFile | String | The generated schema file. |