Browse By Tags

  • How can I wait for the result of aras.evalMethod when the called Method opens a dialog?

    Hi community, I have a custom button inside Form that leads to a custom Method. This Method calls a second client Method with aras.evalMethod. The second Method does a few checks and then opens a "confirm" dialog. User have to press OK or cancel the…
  • IOM Factory (VBA)

    I want to update part bom quantity based on the data in Excel I registered the IOM.tdl in the VBA tool and wrote the following VBA code (based on the manual): Dim f As New IomFactory 'must use the New keyword Dim innov As Innovator 'Establish User Credentials…
  • Compatibility of IOM.dll with .NET Core 8

    Hello Innovators, I am currently trying to integrate the IOM.dll with .NET Core 8. Has anyone successfully managed to get it working? If not, are there any recommended workarounds or alternative approaches? Looking forward to your insights. Best…
  • How to use getid() method to get id?

    In the system the "Id", and "config-id" are the item name. For Document item, the id is the document name(screenshot below). I need the id property, the one that is unique, to be added to the properties of Document item. I have this method but it doesn…
  • How to get more specific error details from getErrorDetail() ?

    Hi community, we can use getErrorString() and getErrorDetail() to catch error information from failed queries. getErrorString() only contains a short description, while getErrorDetail returns the short-description + some long text + some XML content…
  • Getting 0x80131040 error while uploading a file

    Hello Experts, I am getting below error while uploading the file, could you please help me on the same. Thanks in advance! Regards, Maddy
  • update a part's extended property through the iom

    hello, i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model) thanks, Lucas
  • apply PE_createNewRevision from client method

    hello, My initial goal is to have a confirm pop up when using the action to create a new revision.(for parts) I have an action that run a simple client method like this: if(confirm("creation of new major revision")) { //here i want to launch the…