How user know which node is updated from salesforce?

Is their any way through which we check which node is updated from salesforce?

CommentFileSizeAuthor
#6 views-sfdata-1311822-6.patch18.94 KBkostajh

Comments

kostajh’s picture

Version: 6.x-2.0-alpha9 » 6.x-2.x-dev

Not easily. There is this issue #1147180: Store time of last import, last export and initial creation for items in salesforce_object_map table for storing timestamps of last sync, and then we would also need to surface that information to admins (maybe via Views?) so that you could easily see what has been synced and when.

kostajh’s picture

Category: bug » feature
EvanDonovan’s picture

Title: How user know which node is updated on admin/content/node » Make it possible for admins to see which nodes/users are updated from SF on content admin pages/views

Kosta,

I think the views integration in #1147180: Store time of last import, last export and initial creation for items in salesforce_object_map table satisfies this use case, correct?

The only thing that would make it better would be if the timestamp fields showed up in views as dates.

kostajh’s picture

I think the tasks are:

- Have timestamp fields show up in views as dates
- Provide a default view with Salesforce API module that can be enabled/disabled/cloned that shows a list of users/nodes along with their SFIDs, created, last import and last export times.

kostajh’s picture

Assigned: Unassigned » kostajh
kostajh’s picture

Status: Active » Needs review
StatusFileSize
new18.94 KB

Patch alters the implementation of hook_views_data() to expose created, imported/exported times as date fields, and also provides default views with menu items for SF Node and SF User. These views are disabled by default and require the 'administer salesforce' permission to view.

kostajh’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Needs review » Patch (to be ported)
kostajh’s picture

Status: Patch (to be ported) » Closed (won't fix)