Hi all,
Something quite basic. I am not able to figure it out though.
I have created a custom item type (ETAR). I have also created a form to go with it. I have fields on the form that are associated to item properties. When the user enters values on to the form, the properties of the item should get populated accordingly. This is only working for fields populated with lists of values from the item. Any other fields (Date and String), where the user enters the value are not sticking. Once the item is saved and re-opened, the values are lost.
For example:
ETAR has a string property "location"
ETAR form has a text field called "txt_location" which has its data source set to the item property "location"
When a new instance of ETAR is created, and a value is entered in the txt_location field, upon saving, this value is not saved into the ETAR location property.
What am I missing?
Thanks to all who reply.
Kamran