Hi, Can someone please provide an example of how to use this method. It works if I pass it the correct data type, however I would like to know how to use the 'Object' parameter: Parameters pl_object_id Type: System..::..Int32 The id of the object to which the characteristic is associated. - pl_object_id must be a valid id for the related object type. pl_char_id Type: System..::..Int32 The id of the characteristic data you want to add. - Points to an existing char_id in the characteristics table. po_value Type: System..::..Object The value (represented by a generic object) you want to add to the characteristic. The object will be converted to the correct target type. The maximum length of string characteristic depends on the definition as set up by the administrator. Return Value 1 if successful, otherwise a negative number representing the error code.
↧