yuuvis® RAD Q&A

0 votes
by (180 points)

Hi,

i would like to access the id directly from current object to use this id for further requests. At the moment I have to search for it afterwards with the current informations i get from form scope. This is a waste of performance...
How can i get the enaioId inside a script?

1 Answer

0 votes
by (310 points)

I think the ID should be accessible using "scope.objectID"

Having multiple elements selected they could be stored under scope.objects, but i haven't checked that.

Related questions

0 votes
1 answer
0 votes
2 answers
asked Oct 9, 2018 by MPW (140 points)
...