Community Tip - You can change your system assigned username to something more personal in your community settings. X
I've implemented a Custom User Picker Utility, and displaying it on an attribute called 'PR Owner' on Problem Report. When I initially create a PR and search for a user using the find icon and pick a user, or edit an existing one and pick a user, it is working as expected.
But, when I open the PR in a Edit Mode, and save/finish without making any changes to the previously selected user in that attribute, the values vanishes, it is not being persisted upon save. Once the save is completed, the PR Owner attribute value is empty. Any suggestions/ideas on how to persist the value?
Hello!
To ensure the 'PR Owner' value persists after saving in Edit Mode, check the field configuration and data binding to confirm it’s set up to save correctly. Review the save logic to ensure it properly handles unchanged values and inspect the UI for any issues that might clear the value. Debug the process to identify where the value might be getting lost.
Hello @RG_11025060,
It looks like you have a response from a community member. If it helped to solve your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.
The part selected in the red box is the main code