Task #1086
Updated by Vít Švanda over 6 years ago
For the needs of the time slices contracts, it is necessary to create a data source "Data exchanger". The data source must be possible to connect via the ConnId connector (ideally DB view). Currently, the following columns are required for time slices in IdM: * ID - a unique slice identifier - can be realized by composing the contract identifier and the beginning of the slice validity. * CONTRACT_ID - Unique contract identifier. It will be used to find / join all the slices of the contract. * DATE_FROM - Validity date from of time slice. * CONTRACT_DATE_FROM - Validity date from of whole contract. * CONTRACT_DATE_TILL - Validity date till of whole contract.