I have added attribute of custom object type in object list component.xml. Below is the code
<column>
<attribute>reference</attribute>
<label>
<nlsid>MSG_REFERENCE_TEXT</nlsid>
</label>
<visible>true</visible>
<load>true</load>
</column>
I have defined the value of nlsid i.e MSG_REFERENCE_TEXT= ReferenceText in nls properties file.
This attribute is added in the column display as reference instead of "ReferenceText". So,I dont know why its not displaying "ReferenceText" in column.
I tried all the possibilities to debug it.
Please help me to resolve this issue.Its Urgent.
Thanks in advance for the help.
Thanks
Shilpy