RetailConnDataDirectorEngine.fields Method [AX 2012]
Sets the field values by using the specified lists.
Syntax
public boolean fields(CLRObject names, CLRObject vals)
Run On
Client
Parameters
- names
Type: CLRObject Class
A list of field names.
- vals
Type: CLRObject Class
A list of field values.
Return Value
Type: boolean
true if the field values are set; otherwise, false.