AI OnAI Off
Hi Deane
What are you trying to achieve? Assuming you are using CMS 6 upwards then you can use the DDS to grab xform data directly (OK but you do need the form id). Linus Ekström put a good post about this together a while back:
http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2010/7/Using-the-dynamic-data-store-with-XForms/
David
Is it possible to get XForm data with just the form data ID, or do you have to have the form ID too?
This exists:
XFormData.CreateInstance(Guid id)
However, it's marked as deprecated and always returns NULL. If you pass in the form ID to the overload, it works fine.
If I just have the form data ID (not the form ID), can I load the data?