Skip to main content
September 19, 2022
Question

pickerFieldRecords issue when updating

  • September 19, 2022
  • 9 replies
  • 0 views

I'm using a pickerfieldrecords. When i'm updating the interface and unselect one of the choices that came from the create, I save but it doesn't change the data when I access it again.


9 replies

Participating Frequently
September 19, 2022

I think the values are not getting updated in your database when you are removing them it is having that particular entry there try to remove the mappings from the database.

joaoc1131Author
September 19, 2022

how do you suggest doing it 

Participating Frequently
September 19, 2022

I will suggest to delete the entries every time you are changing anything before inserting the new ones if you need them for audit you can have a Active flag in your database which you mark to false before creating a new entry.

harshitb6843
September 19, 2022

Interface only saved the code. Not the state of the components, unless you hard code the values in the local variables or set them as default values in the rule inputs. 

joaoc1131Author
September 19, 2022

why doesn't this problem happen when using for example, dropdown?