InnovatorgetAssignedActivities Method |
Note: This API is now obsolete.
Returns an Item where the nodeList property of the Item contains Activity Items.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 9 SP1. The method will be removed from future releases of IOM. Please use GetAssignedActivities server method instead.",
true)]
public Item getAssignedActivities(
string state,
string userId
)
<ObsoleteAttribute("Obsolete since 9 SP1. The method will be removed from future releases of IOM. Please use GetAssignedActivities server method instead.",
true)>
Public Function getAssignedActivities (
state As String,
userId As String
) As Item
/** @attribute ObsoleteAttribute("Obsolete since 9 SP1. The method will be removed from future releases of IOM. Please use GetAssignedActivities server method instead.",
true) */
public Item getAssignedActivities(
String state,
String userId
)
public function getAssignedActivities(
state : String,
userId : String
) : Item
Parameters
- state
- Type: SystemString
InBaseket view mode; possible values - "Active" | "Pending" | "Both".
- userId
- Type: SystemString
User ID.
Return Value
Type:
Item
Remarks
The method sends a request to Innovator server to obtain activities.
See Also