Forum Discussion
As already mentioned before the project still should work. But since Innovator 14 the way "init" Methods work has changed a bit.
E.g. the shown project still uses
var states = aras.evalMethod('cui_reinit_calc_tearoff_states');
Newer Aras versions have simplified this one.
First I would try to remove the "init" Method from the CUI element for testing purposes. This way you can test, if the more important "Click" Method still works. Updating the "Init" Method shouldn´t be hard to do.
EDIT: I assume your last picture show what happens when you "Click" the button? Than the click Method needs some upgrade too. The dialog call definitely looks outdated, but I still expect it to work.
But newer Aras versions don´t have content: "InBasket/InBasket-VoteDialog.aspx" any more. It´s now a html file, so change the file ending to html.