Sometimes it is useful to have previous value of some attribute. For example we may need id of previous user’s manager or the name of previous user’s department. I can imagine a lot of scenarios where it may be useful…
How to implement paging for ECMA2 when data source doesn’t support paging
During my last FIM project in Cairo, one of my colleagues asked me how to deal with hardcoded object limit in ECMA2. It appeared later on that problem is not the object limit but the page size versus data source…