I am trying to set a radio button on a request using the Request Webservice API with the saveRequestForm method.
We have a radio button group called: closeObjectiveMet
This has two radio buttons called: rbtnCloseObjectiveMetYes and rbtnCloseObjectiveMetNo
What is the correct syntax for updating a radio button with Web Services?
Release : 17.3
Component : CA SERVICE CATALOG
The following SOAP field is an example
<formValuesData>closeObjectiveMet:Yes|incidentCreatedFlag:Yes</formValuesData>
The format is {_id of the Button Group}:{value of the button to be selected}