You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jbest84 edited this page Feb 22, 2013
·
6 revisions
The mobile client does not support a "my activities" view that is available in the web client.
Parent Branch
2.0
Merge Status
This branch has been merged into the 2.1 branch.
Details
topic-my-activities was created for viewing "my activites" support in argos-saleslogix. This branch is based of the 2.0 branch. diff stats
Changes
New list view: Views/Activity/MyList.js with the id: "myactivity_list"
Pulls data from the userActivities endpoint
Inherits from Activity/List
Default where clause will filter out declined statuses or literature types
Added quick actions to complete, accept or decline the activity, and to make a phone call
Added new my activity list view to the list of default views shown on the home page (Application.getDefaultViews)
Added a new formatter: Mobile.SalesLogix.Format.userActivityStatus. This transforms user activity status enum values to user friendly values, example: "asDeclned" becomes "Declined"