How can I force false value instead of null or ‘’? When the form loads it does not populate the Jobs_Over_Under_Issued_0_6.JobHead_JobClosed field with false value, it leaves it ‘’. I tried the following, ‘??{Jobs_Over_Under_Issued_0_6.JobHead_JobClosed,‘false’}’ but that did not work.
Only JobHead_JobClosed and JobHead_JobComplete
The main issue is that the form has only two filters, Job Closed and Complete checkboxes. When the form loads the grid panel does not populate until I check both checkboxes and then uncheck them.
I created new events which bypass the system created events and populated the Jobs_Over_Under_Issued_0_6.JobHead_JobClosed and Jobs_Over_Under_Issued_0_6.JobHead_JobComplete fields with “false” values. Now the grid is populating with the correct data but the checkboxes in the filter area are checked.