Solved
Forum Discussion
AlexKaras
7 years agoCommunity Hero
And if myObj is an object, like in your example, then something like this should work:
eval(myObj.FullName + '.' + myAction)
s21_shankar
7 years agoNew Contributor
Nopes as mentiined above myobj is an object and myactiin is a string.
Thanks for the response.
Thanks for the response.