I’m customizing a kinetic form in application studio and trying to make a data rule that makes 2 fields mandatory when the value in another field equals a certain value (when field 1 == ‘x’ then field 2 and field 3 are mandatory, otherwise they are not). I assumed I could do this through a data rule but I’m struggling to find any documentation om this specifically. Is there another approach I should be using? I know I could probably do this in BPM but I figured there might be a nice UI way to do this with the application studio. Thanks.
Didn’t mean to necropost this, but I actually managed to find a way to make it mandatory via datarule which works for my case. Ofcourse, there are lot of Epigurus who would know this and could do it much cleaner.Still in testing stage for Kinetic. But, anyway, I was tasked to make Resolution field mandatory under DMR Processing when user rejects the material. I disabled the grid except the column which will need to be filled. That way, it becomes mandatory to fill Resolution.
Hope it might help others too.
PS: I tried BPM but no luck.