moqui - How to get column header of an entity -


i have entity

<entity entity-name="employee" package-name="demo">     <field name="employeeid" type="id"/>     <field name="employeename" type="text-medium"/> </entity> 

i want column header of entity(i.e employeeid , employeename). there particular method or way in moqui?


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -