Topic by James Gilbert
Content
When trying to update a custom field on an Incident via the SOAP API I am recieving the following error message:
Could not find property for given key: tracksite
While processing Incident->CustomFields(rng_v1_2::GenericObject)
The field I am trying to update has column name of tracksite and a name of Site Issues, this custom field is a Data Type of Menu.
Currently I am passing the column name value when I instantiate the GenericField object that is sent to the update call...