Forum Discussion
Gopikrishnan
6 years agoIdeator I
Hi Charlie
Its bid different in client side method than server side method call. Try below code and let me know if it works
var itemName = new Item("Itemtype", "get");
itemName.setProperty("name", "desired name");
itemName = itemName.apply();
var body = itemName.getID();
return aras.evalMethod("Second Method Name", body);
Thank You
Gopikrishnan R
- Nathan_H_3 years agoIdeator I
Gopkrishnan,
Thanks for this info. I had the same problem mentioned above.
- Former Member3 years ago
I have the same problem as you Thanks for the information. The issue cited above applied to me.