Show form on promote
Hi, Usecase is as follows need to validate field on promote if case of failure need to popup form(existing) and capture user input. for validation, i tried with pre server method on lifecycle but popping up form not possible from server method. Is there a way to achieve this? Any suggestion/work around would really help ThanksSolved13KViews0likes8CommentsCrowdsourced Requirements for an ARAS mobile client (iOS+Android)
Dear Community Members, We are developing a react native based client that could communicate with the ARAS server- as we have expertise both on ARAS and react native framework. Since it is react-native, it could be used by users for both iOS and Android platforms. I thought of writing to the community to get feedback as to what could be the features that could be incorporated based on the real market need. Right out of the box, I can think of these features that could be useful to the people on the go: 1. Change workflow management/approval (Currently managed by ARAS flow on windows store) 2. Part search/ edit 3. User management / access management If you are working at an establishment that uses ARAS, and have a good use case for mobility, let us know specific features that we could incorporate into the mobile client. Regards Pranav7KViews0likes4CommentsUpload File without creating a new generation
I wish to create an Action for the Document ItemType that 1. Prompts the user to select a file, 2. Uploads the file, and 3. Does not create a new generation of the Document Item. Use Case: A Document, for example at Rev C, are reviewed via the out-of-the-box (OOTB) Document Change Object. Prior to the Release step, a PDF file is generated and submitted to the customer. The workflow is then completed, setting the state of the Document as Released. The PDF is sent to the customer for approval. And a new revision, Rev D, of the Document is started using subsequent DCO. Not a problem. The customer returns a wet-ink or digital signed PDF file of the Rev C of the Document. This version of the PDF is to be included in the the latest generation of Rev C, which most probably will have been updated by Rev D and subsequent generations. It is not appropriate to add the signed PDF to Rev D or later iteration. This process is possible using AML, by 1. Determine the ID of the latest generation of Rev C of the document. 2. Using admin, drag and drop the file into the file vault. 3. Get the ID of the file, after it has been uploaded, and 4. Using AML <AML> <Item type='Document File' action='add'> <source_id>id of the document at the correct generation</source_id> <related_id>id of the uploaded file </related_id> </Item> </AML> Can the above sequence be done using an Action, a Form with a File Item field or some other method?6.3KViews0likes6CommentsTypeError: 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.3KViews0likes4CommentsDownload file to specific location on client machine
Hello All, I am trying to checkout file through client code but file.checkout downloads to browser download location. Using Chrome browser. ActiveXobject is not supported in chrome. Any help/suggestion would be helpful ThanksSolved5KViews0likes2Commentsclient error
we have installed aras innovator with all the default settings, The database was also created successfully but when we open browser with aras it shows mentioned error we tried IE11 and Firefox ESR Application Server URL: localhost/.../InnovatorServer.aspx Web Alias: InnovatorServer SMTP Server: queue Vault Name: Default Conversion Server Name: ConversionServer DB User: innovator Pass: innovator DB Name: InnovatorSolutions ERROR: - <SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../"> - <SOAP-ENV:Body> - <SOAP-ENV:Fault xmlns:af="">www.aras.com/InnovatorFault"> <faultcode>SOAP-ENV:Server</faultcode> - <faultstring> - <![CDATA[ Database Name Or Database Description Is Wrong. (Check your request and server configuration file) ]]> </faultstring> - <detail> - <af:legacy_detail> - <![CDATA[ Database Name Or Database Description Is Wrong. (Check your request and server configuration file) ]]> </af:legacy_detail> <af:exception message="Database Name Or Database Description Is Wrong. (Check your request and server configuration file)" type="Aras.Server.Core.InnovatorServerException" /> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Please suggest4.9KViews0likes1CommentInstruction: Changing the Header Logo in Aras Innovator V12
Hello everyone, Here is a short instruction on how to change the client header logo when logged in into Aras V12. Whereas V11 used a simple .svg file inside the code tree, in V12 we need to dive a little deeper: Open the TOC and go to Administration > Configuration > Client Presentation Perform a search and open the single record that you find named 'JavaScript' On the 'JavaScript' item, click on the 'Global' item / URL On the 'Global' item, open the 'Command Bar Section' relationship and expand the 'Name' column Scroll down until you find an item with the name 'com.aras.innovator.cui_default.mwh_header' and open it On the 'com.aras.innovator.cui_default.mwh_header' item, open the 'Command Bar Section' relationship and expand the 'Name' column Find the item with the name 'com.aras.innovator.cui_default.mwh_header_logo' and open it Click 'Edit' and attach your logo file to the property that has the 'Image' label Note: using .svg files is recommended by Aras because it scales without stretching and your logo will not get blurry or pixelated (.svg is a vector format). I hope this helps. All the best from Almelo. Daan2.8KViews2likes2Comments