Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Oct 2011 at 05:49 UTC
Updated:
10 Dec 2012 at 16:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
kostajh commentedNot 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.
Comment #2
kostajh commentedComment #3
EvanDonovan commentedKosta,
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.
Comment #4
kostajh commentedI 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.
Comment #5
kostajh commentedComment #6
kostajh commentedPatch 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.
Comment #7
kostajh commentedCommitted to 6.x-2.x-dev: http://drupalcode.org/project/salesforce.git/commit/add7f92
Comment #8
kostajh commented