Hi team,
I'm attempting to set a Text datatype attribute in my client module and enable doAutoSave for it, but it's not functioning as expected. Could you suggest a solution for this?
Regards,
Mahalaxmi Ganesan
Like
1 comments
17:14 Sep 11, 2024
Hello,
We found an example from a community member in previous posts: You'll need to add a change request handler to track when the value changes. See Responding to an Event When a Field is Changed on a Creatio Freedom UI Page for details.
Then, you'll need to execute a crt.SaveRecordRequest
to save the record. See Saving a Page Before Some Action on a Creatio Freedom UI Page for instructions.
Show all comments