Genesys CTI User Forum > Genesys-related Development
Updating the Options of genesys application using Genesys SDK
genesyslearner:
Hi All,
I am new to Genesys SDK and i want to learn on how to make a Java code to update the Options of an application through genesys SDK.
I have already written a code to establish the connection with Configuration Server but I am not sure on how to Update the Options of an application.
It would be a great help if I could get a pointer to class and method which I can use to update the options of any application using Genesys SDK.
RobertH:
[quote author=genesyslearner link=topic=10815.msg49163#msg49163 date=1515093109]
Hi All,
I am new to Genesys SDK and i want to learn on how to make a Java code to update the Options of an application through genesys SDK.
I have already written a code to establish the connection with Configuration Server but I am not sure on how to Update the Options of an application.
It would be a great help if I could get a pointer to class and method which I can use to update the options of any application using Genesys SDK.
[/quote]
Did you checked samples released with psdk? Isn't such basic example there?
Odoslané z D5803 pomocou Tapatalku
abudwill:
Use CfgApplicationQuery to obtain the application you are interested in. Example the APIs for CfgApplication to see how to access the options. After modifying them you can call the Save method to save any changes you made. If you search the board for CfgApplicationQuery you should find some examples.
genesyslearner:
Thanks RobertH for you reply but there isn't any example provided in PSDK examples 9.0.
Hi abudwill,
Thanks for the reference to classes. I am able to give the name of Application i want to update using CfgApplicationQuery but there are no examples of CfgApplication on how to access the options.
Could you please guide me to the URL where there are some examples on the same?
genesyslearner:
Hi folks,
I am struggling to update the Options of an application using Delta objects. I have set the new value for a application using key Value collection class object but now as i need to update the options i have to use the method "update(ICfgDelta deltaObject)" of cfgapplication.
Could you please suggest the way to pass the KeyValueCollection object as delta object?
Navigation
[0] Message Index
[#] Next page
Go to full version