Clarity

  • 1.  Multi-Valued Lookup Attribute in Process Start Condition

    Posted Dec 02, 2012 06:23 AM
    Hello All

    We are on clarity version 12.1. I would like to know if it is possible to use a multi-valued lookup attribute in process start condition (on an update event especially), something similar to this:

    "Attribute != [Previous Value] Attribute"

    Thanks in advance

    Best Regards
    Pravin


  • 2.  RE: Multi-Valued Lookup Attribute in Process Start Condition
    Best Answer

    Posted Dec 02, 2012 07:03 PM
    From a quick test on Clarity 13 it looks like you are out of luck. The "has the attribute changed from its previous value" trigger on an update event works fine for single selection lookup attributes but not for multiple select
    ones. The simplest work around would be to try to replace the multiple select lookup with a set of single select ones. Alternatively you could use a simple GEL script that copied the selections of the lookup into a hidden field on update and then looked to see if these had changed when the page was next edited.