|
|
|
ExceltoCI 6 Months, 4 Weeks ago
|
|
|
Hi..,
In a component Interface i included all the necessary record fields. there is a scroll-level 1 primary record, it has 2 key fields and one required field. i need the 3 to appear in exceltoci. but only the required field is coming. is there any constraint to be followed while using scroll in exceltoci.
thanks in advance
|
|
|
|
|
|
|
|
|
|
|
Re:ExceltoCI 6 Months, 4 Weeks ago
|
|
|
Go back to App Designer and look at your Component Interface. Make sure all of the Scroll Level 1 fields are included as Properties and they're not set to Read Only.
|
|
|
|
|
|
|
|
|
|
|
Re:ExceltoCI 6 Months, 3 Weeks ago
|
|
|
getting "NO KEY MATCH WAS FOUND FOR COLLECTION" error. i have added that level 1 field into exceltoci, so i'm getting this error. i need that field to be displayed with values.. could u plz suggest me why i'm getting this error.
i tried to add that tables key fields but its not getting into exceltoci (i checked in app des too.. its not a read only key..)
|
|
|
|
|
|
|
|
|
|
|
Re:ExceltoCI 6 Months, 3 Weeks ago
|
|
|
Click the "Generate Log" checkbox and run your CI. It should give you a log file in your temp directory that you can investigate to see if all of the key fields are being populated in the XML. You'll want to make sure your level 0 and level 1 keys are being populated. If not, you may have to tweak the component interface to allow it.
|
|
|
|
|
|
|
|
|