i have question.1. Server Command Servicei known Server Command Servicebut i don't understand your document examplefor example 'SetCustomSettingDataUser'what's mean xml, guid, boolean, token?Do you have any other documentation to refer to?

http://doc.developer.milestonesys.com/html/index.html?base=serversoaphelp/class_server_command_service_1_1_custom_setting_data.html&tree=tree_search.html?search=setcustomsettingdatauser

http://doc.developer.milestonesys.com/html/index.html?base=serversoaphelp/class_server_command_service_1_1_custom_setting_data.html&tree=tree_search.html?search=setcustomsettingdatauser

The documentation is thin so let me add.

The purpose of SetCustomSettingDataGlobal is to save data in the XProtect server for your convinience. SetCustomSettingDataGlobal is independent of user, SetCustomSettingDataUser saves the data in the context of the current user. GetCustomSettingDataGlobal is used to retrieve the data from the server again.

-

SetCustomSettingResultType ServerCommandService.SetCustomSettingDataGlobal (string token, Guid customSettingId, CustomSettingData customSettingData, bool forceOverride ) [inline]

-

string token is the authentication mechanism, you get the token at login

Guid customSettingId is the identification you give your solution

CustomSettingData customSettingData is the data you want to save in the server

bool forceOverride overwrite previous data