This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - getAssignedActivities() not Given Result

nilesh_jos - Monday, December 17, 2012 6:55 AM:

hi All,

 

I have already active and pending activities  and i use getAssignedActivities() method from outside aras.It  gives empty shop result like below.

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../SOAP-ENV:Envelope>

 

Regards,

Nilesh



Boro - Wednesday, January 9, 2013 9:34 PM:

Hello Nilesh,

getAssignedActivities() method requires two parameters. Did you set these parameter correctly?

---

public function getAssignedActivities(state : String, userID : String) 

---

You can check the details of this method in API Reference.

Thanks




nilesh_jos - Friday, January 11, 2013 11:36 AM:

Hi Bore,

 

Thanks......