Get field (phone)
Gets the description of a phone number field
Function GetPhoneField(Val Name) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Name | --title | String | ✔ | Field name |
Returns: Structure - Field description
1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetPhoneField("Phone");
- Bash
- CMD/Bat
oint airtable GetPhoneField \
--title "Phone"
oint airtable GetPhoneField ^
--title "Phone"
Result
{
"name": "Phone",
"type": "phoneNumber"
}