Hi everyone,
i have created an EpiCheckBox field displayed on Quick Job Entry BO, it is bond to a BPM data call context variable which i am using to pass its value from this Custom view to JobHead table at added RowStatus using a In-Trans BPM, the solution is working as designed, but what i need is to control the display of this -on the fly- field i.e. to make it enabled/disabled based on methods that run from this BO, could any one help on that please, Thanks in advance
ok guys, i figured out an easy and simpler idea which is calling a BPMCall form on the target method to capture this value instead of displaying it on the form, thereby no need for any view control.