Repositories with FED attributes

(Short description required)

The implementation for performing service method operations on repositories with a Timestamp type attribute mapped to "EFFECTIVEDATE" is as follows:

  • Add operation: You can add any record including future dated records to such repository.
  • Update/Delete operations: You can Update and Delete all records including future effective dated records.
  • Find operation: You can search only those records which are confirmed and already effective. The EFFECTIVEDATE attribute value should be less than current system date for Find operation to be successful. Find operation now supports options searching for FED versions only, include FED versions and exclude FED versions. The option for search is set as value for context variable 'EffectiveDateSearchOption'. The available values are, I for including FED versions, O for only FED versions, and E for excluding FED versions. If none provided FED versions are excluded from the search.