• 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…
  • add access is denied for CAD

    // 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…
  • Add Document

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