New Boolean Property Created in a Table, Values for Inflight Records

We created a New Boolean Property in a Table, what is the default value for Inflight Records
Will it be null or false ?

If null, how can we make the default values to false without updating the lastupdatedatetime as we have BIX running on that Table, which filters based on lastupdatedatetime.

Hi @dixithpuram For existing cases, the value will be null. You can test this out opening a existing work object.

To update the data, you can create a agent which opens the case, set the value and save it back using Obj-Save. Obj-Save will not update pxUpdateDateTime in cases. Please check.

Alternatively you can also create a data flow.

Thanks.