CreateAttachment
Attach a file to a record.
Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。
Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
以下の表では、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。
Input
Name | Type | Description |
TopLevelEntity | String | The name of the entity for which you are going to attach a file. |
KeyValue# | String | The values for one or more key fields of the record to which you are going to attach a file. You should provide the number and order of key fields as they are defined on the corresponding Acumatica ERP form. |
LocalFile | String | The local file path including the file name of the file to be attached. |
FileName | String | The name of the file that you are going to attach with the extension. |
Result Set Columns
Name | Type | Description |
Status | String | Specific message text describing the status or any errors or warning for the stored procedure. |