How do you import Excel BOM data into Aras Innovator open version?
Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind of batch loader. For the latest free version of ARAS, what are the exact steps to import an excel file containing BOM data into Aras? Any help would be greatly appreciated.6KViews1like7CommentsRESTFul API Delete Method Error 405
I tried to delete ItemType by following the Document about RESTful API in Aras. For example, PostMan was called as below (DELETE) localhost/.../exItemType ('abcde') If you call it url A 405.0 - Method Not Allowed error message is returned. Additionally, I tried to remove the RelationshipShip for itemType, but the same error occurred. Relationship remove was also carried out according to Document's method. For example, PostMan was called as below (DELETE) localhost/.../$ref This also returns an error of 405. How can I use RESTful to remove itemType?0Views0likes2CommentsFeature licenses error when activate
We are using a stand-alone server currently until we get ARAS fully stood up, then we will go live. We received the feature license keys and went to activate feature key but we keep receiving the pictured error below. It also pops up upon entering our database. Has anyone seen the below error before?1.9KViews0likes4CommentsWill the upcoming Innovator 12 edit concept lead to tons of nonsense revisions?
Hi, I think this one is a good topic for a Community discussion. I have seen the Aras Innovator 12 demo at ACE Europe 2018. One upcoming UX enhancement is a simplified way to edit an Item. I really like the new concept, but I wonder if it will eliminate the ability to overwrite existing generations when using the automatic revision mode. Let´s assume we have an Item with Versioning Disciple “Automatic”. Typical use cases are Methods, Workflows but maybe also the standard Parts or Documents. As long as you have locked an Item, the existing Item generation will be overwritten while editing. The current “Lock” helps to prevent that every little change leads to a new Item revision. But as far as I have understand the demo, “Lock” will be removed in the upcoming Innovator version. Of course we have the option to choose by our self, if we want to use Automatic or Manuel revision mode. But especially for core ItemTypes, it isn´t wise to change the revision mode. What does the new edit concept mean for the automatic revision mode? Will we now get tons of nonsense revisions? I am already looking forward to your opinion! And I hope Aras will correct me if I got things totally wrong. Best regards! Angela5.5KViews0likes6CommentsUnable to set the default value in dropdown
I am having one drop down box in the form. Where it showing all the list of values in dropdown. But, I need to display default selected value from the relational grid and display it in dropdown box along with list of value. I tried to assign default value by document.getElementById("Maindataform") .Textbox1.value="Text"; But is not showing in dropdown default value. Any suggestion0Views0likes1CommentTab Layout for Form in Aras Innovator
Hi All, If someone can help regarding Tab layout for Form like below I tried to use code for Form Tab Layout from below link but it is not working. Is anything missing. Create Tab Layout for Form in Aras Innovator (cylnote.blogspot.com) Thanks, Pankaj5.3KViews0likes17CommentsTypeError: this.newItem is not a function - Client Side Error
I am attempting to run a Javascript/ client side method that calls other client method, and for some reason I am having a difficult time getting anything to work as I would expect. My confusion lies in many areas. The syntax check runs 'ok', no errors, but something tells me it is not working correctly (or at all) because it comes back with an OK immediately, no wait time. I am simply trying to grab an item of a particular name, grab it's ID, and hand that ID to a known, working method, that requires this item I am getting as the context item. var itemName = this.newItem("Itemtype", "get"); itemName.setProperty("name", "desired name"); itemName = itemName.apply(); var body = itemName.getID(); return innov.applyMethod("Second Method Name", body); When I run this from the intended run location (a button with an OnClick field event), I receive an error. My initial reaction is that, this.newItem is most certainly a function, and works both in server and client side code, not sure why this is the error. Very well could be something that I'm missing or not understanding. There is no other information in this error message, has anyone seen this before?5.3KViews0likes4CommentsBlank Screen After login - Aras Innovator 12
Hi All, New innovator setup implemented at our office version 12, i can login to clients without any issues but only having trouble with some machines like it goes to blank screen login. 1. I can see login page appears. 2. once login is performed, it goes to blank screen with windows 10 pro. Tried with admin login as well. Please help me to get the solution. Thanks! Yuvaraj9.8KViews0likes10Comments