Hi - The sharepointListDestination component is awesome, with the tables and fields other than Guid fields properly, I have a list which pulls data from the Sharepoint loop up tables , where in it holds some LT_UID and LT_STRUCT_UI fields . These type of fields are not getting populated in the List. Since these are of guid type. Because of this . I am not able to use the sharepointlistdestination component. Could someone help to resolve this issue,Showing Guid field in the sharepoint list
Comments: ** Comment from web user: kevinidzi **
Comments: ** Comment from web user: kevinidzi **
For lookups - there is a property on the source control to decode lookups, which will make an id/value column for any lookup columns - which you can then massage back into the destination to repopulate the lookups as needed. Does that work differently with the guids you're describing? Did you know that property was there? Try it out and see if you have some luck with that.
Otherwise, I need some help with how you created your test list and the actual scenario you are using (in a bit more detail) to repro.