• Changing displayed title from "ID" to "name" in custom ItemType

    Hello everyone, I've recently created a custom ItemType in Aras Innovator. By default, when I open an instance of this ItemType, the displayed title is the item's ID ( which is keyed_name property and it's reflecting the ID value). What I'd like to…
  • GUID showing up in keyed name on change of an item while in edit mode.

    After creating an item, if I open the item back up and make a change to it, the keyed name changes from its original name to the GUID. In this case the original keyed name was 'Concept-0047 1' but after making a change it switched to the guid of the item…
  • Creating A Custom DPN Query

    Dynamic Product Navigation (DPN) is one of the strongest tools for an Aras Innovator® administrator. The ability for you to query data related to your CAD Assemblies and alter your 3D viewable based on that data is incredibly powerful. Allowing users…
  • Creating Custom Poly Item Improvements

    Looking back to one of our previous blogs last April , we explain how Poly Items can be used to contain multiple ItemTypes and maintain them as one searchable type. Using these special types we can also create relationships combining similar ItemTypes…
  • Create custom property for workflow Task

    Hello Guys, Please suggest me. how to create custom property for item type Workflow task? Because i created c ustom property for item type Workflow task. I getting below error. Thank in advance Regards, Ashok Kumar Yadav
  • Creating Custom Conversion Server DLL's

    Writing your own DLL method code gives you greater control over your Aras Innovator instance. This includes providing your users the benefit of being able to run an action without locking up the UI for methods that may take longer to process. Meaning…
  • Creating Custom Conversion Server Configurations

    The Conversion Server, despite its name, is a great tool that can be leveraged for time consuming processes and not just file conversion tasks. This means that it can be used for really any asynchronous process. This is best used for tasks that may…
  • Why do TOC Editor created menu items not show up in in the TOC after packaging and Import

    Hello Community, I've just tried to Package a staging table environment that includes TOC Menu elements created in the TOC Editor. The Import did not result in the rendering of the added TOC Menu Items in the TOC Menu or TOC Editor. I would appreciate…
  • Create a new Action Items when it passed its Target Date

    The user needs to create an action item in the Issue form even if it’s past its Target Closure Date. The options by providing the following update: 1. Allow anyone assigned as an Issue Champion (whether a group member or an individual user) to add any…
  • Is it possible to create custom ConversionServer tasks without external DLL?

    Hi community, does anyone know if we can create custom ConversionServer without external DLLs? I want to run some "export files" task in the background if the expected file size is very large. I right now use a Minerva extension for this task, but…