PureEngage On-Premises

 View Only

Sign Up

  • 1.  Get option from CME in WDE

    Posted 05-31-2016 05:45
    How can I get the option value from CME in WDE? I am customizing the WDE.


  • 2.  RE: Get option from CME in WDE

    Posted 05-31-2016 08:03
    Hello,

    you can find similiar topic in history. Just use the IConfigManager object, which offers method for gettting the data from Genesys configuration.

    HTH!

    Regards,
    --Jakub--


  • 3.  RE: Get option from CME in WDE

    Posted 05-31-2016 23:33
    From the other posting Jakub helped with...

    IConfigurationService configService = container.Resolve<IConfigurationService>();
                CfgApplication app = configService.MyApplication;

    from the CfgApplication you can get access to annex and option info.