• Add Documents To BOM Structure

    Like the title says. I need the PDF version of all CAD documents to be shown in BOM and BOM Structure. Also, these have to be downloadable, if I can add a "Download All' button that would be cherry on top! I saw a post there similar to this. Do I need…
  • Change CAD Structure to Float

    Good day. Currently we do not have a working CAD connector due to our network infrastructure. I want to bring all of the CAD files into Aras so they are all in a single location and create a relational data structure. I noticed that the CAD files added…
  • Uploading CADdocs with Relationships from local PC to ARAS

    Hi All, looking to create a method to allow me to upload CADdocs into Aras, from my local computer, without needing to use a CAD Connector. I am new to developing for Aras and could use some pointers. Does anyone have any ideas or could lead me down the…
  • add access is denied for CAD

    Former Member
    Former Member
    // Create the CAD Document item var docItem = MyInnovator.newItem("CAD", "add"); docItem.setProperty("item_number", "CADDoc 004"); // Create the relationship between the CAd Document and File var relItem = MyInnovator.newItem("CADFiles", "add"); relItem…
  • Create event for property update

    Hello, I am new to ARAS development, but not new in development :) Trying to understand the ARAS development structure. Right now I am stuck in one implementation on CAD Document property - I want to get the full file path chose as a Native File - Also…
  • Create CAD Document using IOM API

    Former Member
    Former Member
    Hi, How can I create and attach file with a  CAD Document through IOM API? Here is the code I am trying to implement. <hr /> // Create the CAd Document item var docItem = MyInnovator.newItem("CAD", "add"); docItem.setProperty("item_number", "CADDoc…
  • Add Document

    Hi everyone.... When i creating a new document or CAD document, Can't add a file with that document. Help me.