Question

Get the Id of the element



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 0

Like

2 comments

Dear Nicolas, 

With a business process, you can use the [Read data] element to retrieve the element Id. If it's not what you mean - please specify the details.

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