There is a simple workaround for this:
In the provisioning lookup to map the date attribute as follows:
| Code Key | Decode |
| SampleDate | targetSampleDate=SampleDate!=null&&!SampleDate.startsWith("1970-01-01")?SampleDate:null |
| Code Key | Decode |
| SampleDate | targetSampleDate=SampleDate!=null&&!SampleDate.startsWith("1970-01-01")?SampleDate:null |
No comments:
Post a Comment