Forum Discussion
angela
4 years agoCatalyst II
That´s normal behavior. After versioning you have to open the new item with a separate call.
- haider4 years agoIdeator III
Hello thank you do you know what call that is how can I do that
- angela4 years agoCatalyst II
aras.uiShowItem . You sure will find some samples in this forum.
- hkhan4 years agoCreator II
Item myThis = this.apply("version");
This is what i use for versioning and is server method on lifecycle
how and where can i use the call you have sent as it seems like a client one