Can I add an item to a form which already has entries? I tried adding the item, but I cannot go through the old entries and programatically change the item because it doesn't seem to exist in the old entries. Is there any way to do this?
as I understand iy you have a form with N number of fields, you than add a new field and would like to update this for the existing records? As far as I know you will need to new field to the record manually before you can put data in it as it will not exist in the field collection when you load the record.
Add Item to Form which already has Entries
Can I add an item to a form which already has entries? I tried adding the item, but I cannot go through the old entries and programatically change the item because it doesn't seem to exist in the old entries. Is there any way to do this?
Comment author was deleted
Hi Andrew, what exactly are you trying to do? Import some records into a form?
Andrew,
as I understand iy you have a form with N number of fields, you than add a new field and would like to update this for the existing records? As far as I know you will need to new field to the record manually before you can put data in it as it will not exist in the field collection when you load the record.
Harald,
is working on a reply...