Perrott, Greg
2006-11-23T23:09:00Z
I would be good if you could expose the user name of who last modifed a contact in Outlook.

We are running OutlookConnect on a server and syncing data to a shared exchange folder. We would like to record the name of the user who modified a contact in Outlook when the contact us synced back to the database.





Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2007-05-30T11:25:00Z
Implemented in version 4.0.0.1

New Outlook Columns (Exchange only)
Exchange LastModifier Name
Exchange LastModifier EntryID
Perrott, Greg
2007-07-01T22:11:00Z
Thanks for adding this feature as well as the CreatedBy Name.

Would it be possible for Genius Connect to set the value of Lastmodifer for deleted recrods.

I have configured GeniusConnect to call stored procedures for inserts, updates and deletes and when a record is deleted in Exchange/Outlook I need to mark the record inactive in the database and write a history record identifying the user who did this. This all works for create and updates but GeniusConnect does not set the LastModifer when a contact is deleted.
Administrator
2007-07-01T22:21:00Z
Hello,

LastModifier is a read only column, the value can't be changed (Exchange will always set/overule the value).


Perrott, Greg
2007-07-01T23:27:00Z
All I want is to know the usr name of the person who deleted the exchange record.

You curently provide Creator and LastModfier. How about Deleter?
Administrator
2007-07-01T23:32:00Z
Hi,

We will investigate this.

Thanks.
Administrator
2007-07-10T17:36:00Z
Hi,

during the delete the only guaranteed value is the primary key, when user deletes the item permanently, we can't get the values like LastModifier etc..

GeniusConnect is caching primary keys and EntryID's, if the item is permanently deleted, GeniusConnect uses this cache during the delete, caching other column values will consume to much memory.
Similar Topics