FlatFileActiveSync Changes

If i configure a flat file activesync to process differences only on a pipe delimited feed from SAP...when it processes the diffs is there any way to tell what the previous value of a changed value was. In other words the Joe's department has been updated in SAP and is reflected in tonight's feed, FFAS detects that there has been a change in Joe's entry in the SAP feed. Is there any way to tell which attributes have changed or what the value of Joe's department was on the previous day's feed. Is this something that's available to you within the activesync namespace?

[585 byte] By [jerky966a] at [2007-11-27 10:33:39]
# 1

Not sure if this answers your question, but the index file from FFAS will let you get a diff.

Ankush

ankushkapoora at 2007-7-28 18:24:03 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi,

Only way we figured this out was to have an extended variable for department and match the current value from feed activesync.department with the current value stored in the user object waveset.attributes.department. I guess you could match against the resource holding the department attribute as well with e.g. accounts[LDAP].department

We needed this test so we could then trigger notify Emails informing User xyz has new department.

greenfan88a at 2007-7-28 18:24:03 > top of Java-index,Web & Directory Servers,Directory Servers...