is there a way we can save the modify changes of the smart client profile on the other tabs,
the button save is disabled in the configAPI, we also downloaded the new released SDK and still the same issue is present. As you can see in the picture below the button save is disabled in the configAPI SDK.
Is there a solution for this problem so we can update the other tabs of a smart client profile
Observation: If I look at the first tab “Client Profile” the Save button is enabled, if I switch to “Playback” modify something, switch back to “Client Profile” and use the Save button, my changes are saved.
I am not sure this is how it is supposed to work in the Config API Client sample, but maybe you can use my observation and implement something better in the client you are developing.
Okay thanks for the response.
Speaking with a colleague in Milestone development I found out that it works as it is supposed to. The explanation might be of value for a deeper understanding and I will share it here.
--
The ’save’ button is disabled on all the detail tabs, because a client profile needs to saved as ONE big save – and therefor only the save button on the “Client Profile” tab is enabled.
From a code perspective, the detail pages are “Child Item Type”, meaning that cannot be saved individually.
Getting and saving a profile will always include all detailed settings as child items (=Children collection).