if the outageEligible (boolean) is false , then I need to null the value for outage(boolean)
if(rule!GBL_isnull(ri!outageEligible,false()) , a!save(ri!ouage,null(), a!save(null(),null()))
above is the code , I am using. But it is not working
Discussion posts and replies are publicly visible
Hello preethas0001
preethas0001 said:a!save(ri!ouage,null(), a!save(null(),null()))
Is your rule input named the same? Why do you have a second a!save(null(),null()) which does not make any sense.Also can you share your code properly and the button widget code.(Hope you are using this logic in a saveInto parameter)
Yeah , I am using into the saveinto of button widget