• Debugging Server Method

    Hello All, I am new to Aras. Since I have 15+ experience .net. Willing to learn and get updated. I have download and gone thru programming guide. I have installed and setup Aras Innovator in IIS. I have added element in config file. I am not able to…
  • How to pin TOC by default in Innovator 12?

    Hi community, When users login to Innovator 12 the first time, they only get a huge white welcome page with deactivated TOC. This is confusing, as people may think Innovator is not working. I remember my first steps with Innovator 12. I was literally…
  • Custom CUI items in relationships - do I add them in the Parent or Child ItemType?

    Hi community, Innovator 12 offers us the new wonderful possibility to use custom CUI elements in relationships. Let´s assume we want to add a custom button to the Part_BOM relationship tab. I know that I have to modify 'Client Style' in the corresponding…
  • Comments after return in Client Method leads to 'event handler' error

    Hi community, I discovered a strange behavior in Innovator 12. Let´s assume we have a regular Form with a button that uses the following onClick event: alert("This is just a test button event"); return; // Todo for later: add additional validation…