Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Custom Entity Action After Refresh List Data
I want to add an action button to a Custom Entity and update the field in the list. Is there any content or example for this topic?
Hello greenday,
so it's a more standard thing. To refresh the data after the action, use the $self at the end. More infos here.
I am grateful for your feedback.
My question is; How can I use action in a Custom Entity example? I could not find any example about this.
For example, Read READ ENTITIES OF and MODIFY ENTITIES OF do not work.
I want to update the value on the screen after clicking the button, I could not do this :(
In an Unmanaged scenario the READ is triggering the ready method and CREATE the create. So you have to handle all actions and the buffer for your self. If you set a breakpoint you can check which filter you get.
The actions you can use like in the managed scenario. When you call the read entity, you have to implement it first.
I can check if I can implement a scenario in the YouTube series or an article.
You can get more information here for the unmanaged implementation.
Thank you very much. I will examine the RAP - Unmanaged (Local) example you shared. I would be very happy if you could make an example about this and share it.