SetKeyfield (with keyfield name and value) 
Purpose
Sets the keyfield specified by the keyfield name with the value specified.
Syntax
void setKeyfield(String keyfieldName, String keyfieldValue);
Parameters
keyfieldName
: name of the keyfield whose value is of interest.keyfieldValue: value to set to the specified keyfield.
Return Value
None.