I've implemented a conditions field on one of my tables, and I'm trying to evaluate another table that meets the criteria set up in the conditions field: gs.info("Querying " + scenario.reference_table + " for " + current.sys_id); gs.info("Quering...
Thanks Param.So my use case is to allow a user to save a predefined action when a specific criteria has been met on a record.My users are currently asking for the ability to say when field x changes to value y, execute the action.At this stage I am s...