Skip to main content

Get field (numeric)

Gets the description of a numeric field

Function GetNumberField(Val Name, Val Precision = 0) Export

ParameterCLI optionTypeRequiredDescription
Name--titleStringNew field name
Precision--precisionNumber, StringNumber of decimal places
Returns

Structure - Field description

1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetNumberField("Number");
oint airtable GetNumberField \
--title "bf2c2c51-a286-43bf-9e33-7aefd64c22c3"
Result
{
"name": "Number",
"type": "number",
"options": {
"precision": 0
}
}