• RE: How to get comment from LifeCycle promotion in Pre server method?

    https://github.com/AngelaIp/arastutorials/tree/master/Get%20User%20SignOff%20Comments Or I didn't understand something?
  • .NET Applications in Release 14+ -> Shall we still use ASP.NET Web Applications or better use ASP.NET Core-Web-Apps for own projects?

    Hi community, I play around with building a custom .NET Application. The dev guide currently recommends us to start with an ASP.NET Web Application. But: My development guide is pretty old, so I wonder if ASP.NET Web Applications are still recommended…
  • Calling a REST Web Service From an Aras Method

    Data federation is something we are asked to implement more and more when we are evaluated for PLM projects. Mainly because of the legacy systems in place, but also because some dedicated software may be very well suited for some specific people in your…
  • Calling a REST Web Service From an Aras Method

    申し訳ありません、このコンテンツはただ今  アメリカ英語  のみです。
  • Debugging Client and Server Methods

    This section contains instructions to debug client and server methods when developing solutions with Aras Innovator.
  • Calling server side Methods directly from CUI element ?

    Hi community, does anyone know anything about calling server side Methods from CUI elements? Right now we can only use client events for CUI elements. Sure this elements can call a server event and then return the result, but we ALWAYS need the extra…
  • Web Services Configuration integration within Aras Innovator 11

    Hi Team, I am developing webservice using WebServiceGenerator in ARAS innovator 11 SP8. I got success when I do with single item type but not able to add multiple item types in single web service. Please suggest the solution. Thanks in advance…
  • RE: Creating Web Services in Aras

    We can create web service with help of Visual studio. And deploy it on IIS. We can consume the same web service (which is deployed in IIS) from Aras server side method using (HttpWebRequest)WebRequest (same as how we are consuming web service in asp…
  • Calling server method from another server method

    Hello All, From one server method (Method A ), I'm calling another server method (Method B) . From (Method B) returning inn.newError("Error"); And in calling method (Method A) checking result has error but it is not working. Error message is showing…
  • Debugging Server Method

    Hello All, I am new to Aras. Since I have 15+ experience .net. Willing to learn and get updated. I have download and gone thru programming guide. I have installed and setup Aras Innovator in IIS. I have added element in config file. I am not able to…