CreateSchema
Creates a schema file for the specified table or view.
このプロシージャを使用して、カスタムオブジェクトのスキーマファイルを生成できます。利用可能なインプットはすべて必須です。
- TableName - これは、カスタムまたは標準オブジェクトのAPI 名と一致する必要があります。例えば、Account(s) 標準オブジェクトの場合、この値は"accounts" になります。
- FileName - 生成するスキーマのファイルのフルパスおよび名前。次に例を示します。C:\\Users\\Public\\Documents\\Accounts.rsd
- ApplicationType - オブジェクトが存在するアプリケーション。Oracle Sales UI では、このフィールドは[Navigator]->[Application Composer]->[Application]に進むと見つかるアプリケーションに対応します。このフィールドの有効値は、"Common"、"Sales"、"CRMRestApi"、または"FSCMRestApi" です。カスタムオブジェクトを変更するには、アプリケーションをサンドボックスモードにする必要があります。
Input
Name | Type | Required | Description |
TableName | String | True | The name of the table or view. Ex: 'accounts' |
FileName | String | False | The full file path and name of the schema to generate. Ex: 'C:\\Users\\User\\Desktop\\Accounts.rsd' |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |
Filedata | String | The generated schema encoded in base64. Only returned if FileName and FileStream is not set. |