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.
Maps field IDs to values in a buffer.
Syntax
client server public static Map mapFieldIds2Values(List _keyFields, Common _buffer)
Run On
ClientOrServer
Parameters
- _keyFields
Type: List Class
A list of field IDs in the buffer.
- _buffer
Type: Common Table
The buffer to which the field IDs are mapped.
Return Value
Type: Map Class
A map of field IDs to buffer values.
Remarks
The _keyFields must be a list of field IDs that are stored in a list constructed with new list(type::integer).