Checks whether the provided fieldValue can be converted to the provided fieldType.
Checks whether the provided fieldValue can be converted to the provided fieldType. If the conversion cannot be done an exception is thrown.
Unit.
Parses a userDefinedFields json's label and value into a string
Parses a userDefinedFields json's label and value into a string
a string representation of all the User Defined Fields separated by commas (Label:Value)
Returns the value of the user defined field with the specified code.
Returns the value of the user defined field with the specified code.
If a field with the specified code does not exist or has no value None will be returned. If the type of the field and the requested type are not a match None will be returned.
the extracted value of the field if successful, None otherwise.
Updates the values of the user defined field with the code provided.
Updates the values of the user defined field with the code provided.
the updated user defined fields.
Updates the value of the userDefinedField with the specified code.
Updates the value of the userDefinedField with the specified code.
If the current userDefinedFields do not have the specified field code we check the definitions to see if it is registered. If it is we update the value of the definition and add it to the returned userDefinedFields.
the updated userDefinedFields.
Updates the values of the user defined fields with the codes provided.
Updates the values of the user defined fields with the codes provided.
the updated user defined fields.
Updates the userDefinedFields and sets the value of the fields with the specified code.
Updates the userDefinedFields and sets the value of the fields with the specified code.
the updated userDefinedFields