Hi,
I have a form with inherited and custom attributes to fill out for the user, before the user can import a document into repository using Taskspace. The values filled for inherited attributes are saved into the repository, where as the values entered for custom attributes are not seen in the repository.
I created the form using Forms builder and also I feel the data-binding and the storage mapping for the custom attributes are correct.
For eg:
Custom object type: program_doc
Custom attribute: meeting_number
Name of the form: Program_Doc
So, the data-binding is /Program_Doc/program_doc/meeting_number and
the storage mapping is
data model data item attribute
program_doc meeting_number meeting_number
Can someone help me out?
Thanks.