Record.FieldValues
फ़ील्ड मान की सूची लौटाता है.
Syntax
Record.FieldValues(
record as record
) as list
Remarks
रिकॉर्ड record
के फ़ील्ड मान की सूची लौटाता है.
Examples
Example #1
रिकॉर्ड में फ़ील्ड मान ढूँढें.
Record.FieldValues([CustomerID = 1, Name = "Bob", Phone = "123-4567"])
Result:
{1, "Bob", "123-4567"}
Category
Record.Selection