-
Beta Was this translation helpful? Give feedback.
Answered by
tortmayr
Feb 7, 2023
Replies: 1 comment
-
HI @wss29 , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wss29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @wss29 ,
Typically model property updates are highly domain specific and require some sort of customization anyways so we currently don't offer a generic mechanism for this.
So using a custom action is the recommended approach here. For your usecase, you should probably implement a custom update
Operation
and implement the correspondingOperationHandler
.