Browse By Tags

  • Can I customize Tree Grid View input XML

    Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are…
  • How can I use this library within aras 11 SP12?

    How can I use this library within aras 11 SP12? Hello, I am trying to send an email with a copy, to generate evidence, but I have only found that I should use this method of C # System.Net.Mail.MailMessage myEmail = new System.Net.Mail.MailMessage…
  • c# method with several functions

    Former Member
    Former Member
    Hi there, I am trying to make a recursive method in c# to process some relationships in my product structure which is based on several itemTypes. To do this I made different functions which are first called from a main. The only way I found to get…
  • add a method using C#

    Hi, I am new to this domain.Is it possible to add a method to an item type using C sharp code? If so, could you give an example.