Record.AddField
This function will append a new field to a specific record. It requires the field name (fieldName) and the corresponding value (value) to be provided as parameters.
Record.AddField(record as record, fieldName as text, value as any, optional delayed as nullable logical) as record
This function will append a new field to a specific record. It requires the field name (fieldName) and the corresponding value (value) to be provided as parameters.