PureEngage On-Premises

 View Only

Sign Up

Expand all | Collapse all

Can we trigger a SCXML treatment on the record based on User Data i.e. Disposition which is a User defined field

  • 1.  Can we trigger a SCXML treatment on the record based on User Data i.e. Disposition which is a User defined field

    Posted 03-16-2015 07:53
    Hi

    I want to trigger the dialout of next chain based on Disposition of the 1st one.
    How this can be achieved?
    I suppose this can be achieved through SCXML?... 
    Can you help with a test script on the appraoch
    Regards
    Santosh


  • 2.  RE: Can we trigger a SCXML treatment on the record based on User Data i.e. Disposition which is a User defined field

    Posted 03-26-2015 21:00
    Hi Santosh,

    I think the behavior you are looking for is possible.  OCS ships with some SCXML samples which are located in the OCS installation folder.

    If you view sample01.scxml it will show you how to go to the next record in the chain.

    Additionally, you can form logic around mandatory fields or custom fields.  The samples should show you how you can refer to mandatory fields.  If you want to refer to a custom field, you first must make sure that send_attribute in section default is defined on the field.  Then you can refer to the field like, "_event.data.fields.send_attribute_name".

    Additionally, this page may be helpful, it defines some call results and provides some other information: http://docs.genesys.com/Documentation/OU/8.1.2/Dep/ArchitectureSCXML

    Regards,
    Andrew


  • 3.  RE: Can we trigger a SCXML treatment on the record based on User Data i.e. Disposition which is a User defined field

    Posted 04-01-2015 07:43
    Thanks will check and update