UI Action client and server code
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 07:51 AM - edited ‎10-27-2023 08:00 AM
Hey Experts,
I have a requirement in which when users made some changes to the record they want to see the changes without having to save record each time they made a small change.
So what I did is, I'm calling the server code to save the record and then continuing with the client code. It is working but I'm not sure if its a good practice.
Can anyone guide me if its okay or is there another way to do it.
Thanks in advance!
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 07:53 AM
forgot to add the code