I am noting that the Input Form name value must be equivalent to the underlying schema name.
Hence it would seem only one form per schema is possible?
Solved! Go to Solution.
It appears that you can have multiple forms to work on the same schema. To designate the form to use, add the attribute
form="namespace:formName"
For example in a nodeModel open tag of a navtree
<nodeModel folderLink="program" form="xtk:folder" ...
The names don't have to match, but then the form XML has to explicitly call out the schema to edit with that form, using the attribute:
entity-schema="namespace:schemaName"
in the form open tag, e.g. <form entity-schema="neo:product">.
Regarding your second question, can you use multiple forms to edit the same schema, let me look into that.
Linda
It appears that you can have multiple forms to work on the same schema. To designate the form to use, add the attribute
form="namespace:formName"
For example in a nodeModel open tag of a navtree
<nodeModel folderLink="program" form="xtk:folder" ...
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies