Topic by Jan G.
Content
Within an integration need to update custom field menu items from flat file data that includes an incident reference number with other information to update (i.e. various shipping statuses), and in certain situations change the incident status as well. I know the custom field names, selection ID's/Names, and have tried updating the custom field array or building a new custom field object for just the one menu.
In both attempts above the process bombs on the update of the incident.
In the attempt of updating the custom field array the error is: Only ID or LookupName can be set but not both
In the attempt of building a new menu custom field the error is: System.InvalidOperationException: Value of ItemsElementName mismatches the type of RightNow.WebService.WebService.NamedID; you need to set it to RightNow.WebService.WebService.ItemsChoiceType.@NamedIDValue.
My head is getting sore from hitting it against the wall - any help would be greatly appreciated.