Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Record.Field(record as record, field as text) as any
Returns the value of the specified field
in the record
. If the field is not found, an exception is thrown.
Find the value of field "CustomerID" in the record.
Usage
Record.Field([CustomerID = 1, Name = "Bob", Phone = "123-4567"], "CustomerID")
Output
1