Expression rule

Certified Associate Developer

Hi guys,

I am new to appian, anyone explain this code line by line briefly.

if(rule!AF_RULE_General_isBlank(wherecontains(cons!GCC_DSE_cons_getReadOnlyDrillStatus, tointeger(local!drill.drillStatus))),

remove(local! facilityFloors, wherecontains (false,local! facilityFloors.isActive)),

if(not(rule!AF_RULE_General_isBlank(local!drillfacilityFloors)),

local! drillfacilityFloors,

remove(local!facilityFloors, wherecontains (false,local!facilityFloors.isActive))))

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stewart Burchell

    if(rule!AF_RULE_General_isBlank(wherecontains(cons!GCC_DSE_cons_getReadOnlyDrillStatus,tointeger(local!drill.drillStatus))),
    remove(local! facilityFloors, wherecontains (false,local! facilityFloors.isActive)),
    if(not(rule!AF_RULE_General_isBlank(local!drillfacilityFloors)),
    local! drillfacilityFloors,
    remove(local!facilityFloors, wherecontains (false,local!facilityFloors.isActive))))
    now see the code i have inserted

Children