PureEngage On-Premises

 View Only

Sign Up

  • 1.  how to validate Case Information field before end the call in IWS?

    Posted 09-13-2017 11:16

    hear i want to validate the URNnmber field (i.e mandatoryto fill) before end the call through WPF programing.


  • 2.  RE: how to validate Case Information field before end the call in IWS?

    Posted 09-13-2017 12:21
    You can achieve that by using chain before end call, where you implement WPF validation mechanism.


  • 3.  RE: how to validate Case Information field before end the call in IWS?

    Posted 09-19-2017 11:19
    Yes i got it by creating custom command and register the custom command in a class which implement IModule interface.