CreateSchema
Creates a schema file for the specified table or view.
Input
Name | Type | Required | Description |
TableName | String | True | The table or view name. This should match the API name for the object this view/table is related to. Ex: MobileConnectSendSMSActivity |
FileName | String | True | The full file path and name of the schema to generate. Ex : 'C:\\Users\\User\\Desktop\\SMC\\MobileConnectSendSMSActivity.rsd' |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |