Hi all,
With code source i'd like to retrieve the Id of the element.
Exemple for the activity page, how can i get the ActivityId ?
this.get("Id") //did not work
Like
2 comments
20:09 Oct 16, 2019
this.get("Id") will work only in the ActivityPageV2 module and only after the onEntityInitialized function. Check the ActivityPageV2 existing modules. There you'll find a lot of examples of getting values.
Show all comments