Mighty Genesys Wizards,
Request your help to understand if there is any feasibility to read below within WDE code without opening a Config Server Object within code?
- When I look into InteractionWorkspace.logs , I could see that WDE Is reading the below values [Have pasted a Extract]
############################# Dictionary ConfigApplication #############################
'<media-type>.auto-answer' ='false'
'<media-type>.auto-answer.enable-reject' ='false'
...//Arul -- some Config Values
'keyboard.shortcut.action.help' ='F1'
is there any code feasibility to read these parameters in a any collection obj or any other obj within the WDE code?
i.e can I somehow read the same values eg: ( ‘keyboard.shortcut.action.help’ =‘F1’) without creating a new Config object , opening a connection etc?
Reason I am saying without a new config obj being created is that - if WDE is able to read this value while its loading can we not consume it readily in code somehow?
Please advice.