CreateSchema
Creates a schema file for the specified table or view.
Input
Name | Type | Accepts Output Streams | Description |
TableName | String | False | The name of the table or view. |
FileName | String | False | The full file path and name of the schema to generate. Begin by choosing a parent directory (this parent directory should be set in the Location property). Complete the filepath by adding a directory corresponding to the schema used (REST), followed by a .rsd file with a name corresponding to the desired table name. For example : 'C:\\Users\\User\\Desktop\\Acumatica\\REST\\table.rsd' |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if FileName is not set. |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |
FileData | String | If the FileName input is empty. |