RE: Does LEI transfer data from X-pages application Daniel W Heichel 3.Sep.14 02:33 AM Lotus Notes LEI LEI - 8.0Windows
What activity type are you using (replication, direct transfer, etc)?
If you look in the leilog entry for this activity, the statistics at the bottom will tell you a lot about what the activity successfully did. We suspect that no records were inserted, and this section will confirm that for us. But were any records *fetched* from the Notes side? This will help identify whether the issue is with retrieval or transfer.
Do you have the correct form/view and fields mapped in your Notes Connection Document?
XPages is really just a front-end for Notes data, so you should still be pulling from forms and fields the same as ever - having an XPages browser interface for that data shouldn't have an effect on the data itself.
For keeping track of your data, you do not necessarily need to use UNIDs. You can simply select a different field that you know will be unique and consistent across all records. However, unless you already have such a field, you would have to add one. A numeric key field is an ideal option, for example.