prasad - Thursday, May 24, 2012 1:15 AM:
Dear Experts,
How am I able to create Aras Object(top.aras) at client side outside Aras Framework in an ASP.Net WebApplication?
I want get all the activities(active and pending) present in the InBasket of current user. Is there any other way to do that?
Can anyone please tell me what steps do I need to follow?
Thanks in advance.
Yoann Maingon - Thursday, May 24, 2012 9:36 AM:
Hi,
on our codeplex page : http://prodeos.codeplex.com/SourceControl/list/changesets
if you download the sources you'll find the DepositStation project which is an interface to Aras outside the Aras UI framework.
here is what it does : http://www.youtube.com/watch?v=qdPsNoGYF8w
Should be pretty easy !
Yoann
Brian - Thursday, May 24, 2012 9:46 AM:
Hi Prasad,
Have a look in aras_object.js under the Client/javascript directory of your aras installation.
In here look for "getAssignedTasks"
This will show you what Aras is doing to actually get this information from the server.
You will see that they are sending a SOAP message to the server which you could also do from your ASP application.
Cheers,
Brian.
prasad - Thursday, May 24, 2012 10:20 AM:
Thank you very much for quick reply.
Let me check the Aras files how was it done there.
I hope the code is easy to understand.
Prasad
Yoann Maingon - Thursday, May 24, 2012 10:33 AM:
It might be "POC coded" feel free to ask for clarification.
It's mainly simple html + javascript/ajax call to server side methods via aspx files from a .net webapplication containing the IOM.