Is there any way to change this:
To salso show for example the Description attribute
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @CampaignerForLife ,
You can see the description, length, data type in the Documentation tab of your schemas. By default in the structure tab, it will display the label of the attributes defined and clicking on display advanced fields will show you the links and xpath (i.e.name) of those attributes.
Thanks
Hello @CampaignerForLife,
do you mean to have these columns permanently added to the form view? If I got it correctly, then you need to change this in navigation hierarchy feature:
...
<model img="nms:packages/mini-delivery.png" label="Delivery management" name="delivery"
order="30">
<nodeModel folderLink="folder" img="nms:delivery.png" label="Deliveries" name="nmsDelivery">
<view enumImage="@state" form="nms:deliveryDet" img="nms:delivery.png" name="listdet"
schema="nms:delivery" type="listdet">
<columns>
<node colSize="35" xpath="@label"/>
<node colSize="15" xpath="@deliveryCode"/>
<node colSize="18" xpath="@state"/>
<node colSize="20" xpath="[scheduling/@contactDate]"/>
<node colSize="8" xpath="[properties/@toDeliver]"/>
<node colSize="8" xpath="[indicators/@processed]"/>
<node colSize="8" xpath="[indicators/@success]"/>
<node colSize="20" xpath="@lastModified"/>
<node alias="@editForm" expr="'nms:delivery'" hidden="true"/>
<node hidden="true" xpath="@nature"/>
</columns>
<orderBy>
<node expr="@lastModified" sortDesc="true"/>
...
...
Marcel
Hi @CampaignerForLife ,
You can see the description, length, data type in the Documentation tab of your schemas. By default in the structure tab, it will display the label of the attributes defined and clicking on display advanced fields will show you the links and xpath (i.e.name) of those attributes.
Thanks
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies