create_supp_field_m
Summary
| API Name | create_supp_field_m |
|---|---|
| Class | administration_services_m |
| Update Version | 5.6 |
Description
Creates a supplemental account field for specified client.
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 12 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. |
| field_name | string | 100 | Yes |
Specifies the Supplemental field name |
| field_desc | string | 300 | No |
Specifies the field description for the Supplemental field |
| field_order | int | 2 | Yes |
Field Order For The Supplemental Field |
| required_ind | int | 1 | No |
Indicates If The Supplemental Field is required, [can be 0 or 1]; 1 indicates required. |
| hidden_ind | int | 1 | No |
Indicates If The Supplemental Field is hidden or displayed, [can be 0 or 1]; 1 indicates hidden |
| sel_ind | int | 1 | No |
Indicates If The Supplemental Field has selection options i.e. if field contains one or more values from a list of valid values. [can be 0 or 1]; 1 indicates has selection options. |
| presentation_mode | string | 8 | Yes |
Indicates Presentation Mode i.e. Form input type. Valid values : text, textarea, select, radio, checkbox |
| min_no_sel | int | 2 | No |
Indicates Minimum Number Of Selections From List Of Valid Values Allowed For The Supplemental Field |
| max_no_sel | int | 2 | No |
Indicates Maximum Number Of Selections From List Of Valid Values Allowed For The Supplemental Field |
| display_text | string | 300 | No |
Display Text For Selection Option. This field cannot be null if presentation_mode is select, radio or checkbox. Number of entries must be at least the value in max_no_sel. |
| option_value | string | 300 | No |
Value For Selection Option. This field cannot be null if presentation_mode is select, radio or checkbox. Number of entries must be at least the value in max_no_sel |
| option_value_order | int | 4 | No |
Display Order For Selection Option. This field cannot be null if presentation_mode is select, radio or checkbox. Number of entries must be at least the value in max_no_sel. |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error |
|
| error_msg | string | No |
Textual description of any error that occurred. "OK" if there was no error. |
|
| field_name | string | 100 | No |
Specifies the Supplemental field |