Value remain null but not 0 in the list view when hit Enter upon

sdf1
Tera Contributor

When I try to update the values in my breakdowns (a table I created via Scoped App) to say ex. 10,000

sdf1_0-1709636324308.png

then open the record in the list view and press enter and remove the values from the block and press enter.

sdf1_1-1709636357266.png

This makes the value as null and doesn't update the record to 0.

 

sdf1_3-1709636398509.png

 

So my Business Rule doesn't take it as an update and doesn't trigger the logics so eventually the values in the breakdown in the backend stays the same (ex. 10,000 and not 0), it displays as null but the actual values remain. What is the solution to this and why does this happen. It doesn't happen with the other tables. [It is a Global Scoped App, is this the reason why ?] and how can I fix this.

 

3 REPLIES 3

Tony Chatfield1
Kilo Patron

Hi, have you tried updating your business rule to first check for a NULL value and updating this to 0 ?
You could also disable list edit for the field and use a client script to set 0 value when the field content is cleared.

I can't disable the list view and use client script coz I'd have to use onchange, and have got 20 fields like that, so can't write 20 client scripts to check this.
The BR is also not getting triggered since it doesn't take is as an update.

Hi, unfortunately with no clear details of your configuration or BR, the best guess I have is that your BR is configured incorrectly.

Perhaps you could share details of your field type and your BR as plain text\xml export?