Update Bound Text Field When Related Record Name Changes #46
Replies: 2 comments 4 replies
-
Hi @matthewdevaney. Because a PCF component only runs at front end, it only be refreshed when you open the form. For background update scenarios you'll need to build your own logic using a flow or a plugin. It would be out of scope of the component. Any idea/suggestion, please let me know. Thanks for your interest in the component, please give the repo a star if possible! |
Beta Was this translation helpful? Give feedback.
-
@khoait Your explanation makes sense. Was simply looking for some inspiration to build for myself. It seems a flow or plugin is the correct way to go. Is my requirement something your clients have asked for? Have you ever built it for yourself? I am not asking you to build this for me. I just would like to know if it's been done. Many thanks 😊 |
Beta Was this translation helpful? Give feedback.
-
How can I update the bound text field when the related record display name changes?
Example:
Now lets say that the display name for California gets updated to the name California2 in the Market table
When the display name is updated the Sales Lead record bound field does not update to California2 immediately. I must open the Sales Lead form to see the changes reflected.
Question: how can I ensure the bound field in the Sales Lead table is updated for any associated Markets when their display name changes? I do not want to open the Sales Lead form manually for each record to accomplish this.
I'm a huge fan of this component. The UI is so simple and elegant. My users love it. Thank you so much @khoait 😀
Beta Was this translation helpful? Give feedback.
All reactions