08-23-2019, 01:38 PM
Hi
The native validation must be incorrect, I'll have someone review that.
The error you have are all at the start:
Should be:
Timecontrol, not Timecontrol_ListColumns: originname is the name of the module
HelpDesk, not Helpdesk
You only need linkfield if the native linkfield isn't in your list and, obviously the new link field you choose MUST be in the list of columns.
The native validation must be incorrect, I'll have someone review that.
The error you have are all at the start:
Code:
<originmodule>
<originname>Timecontrol_ListColumns</originname>
</originmodule>
<relatedlists>
<relatedlist>
<module>Helpdesk</module>
<linkfield>Description</linkfield>
Should be:
Code:
<originmodule>
<originname>Timecontrol</originname>
</originmodule>
<relatedlists>
<relatedlist>
<module>HelpDesk</module>
Timecontrol, not Timecontrol_ListColumns: originname is the name of the module
HelpDesk, not Helpdesk
You only need linkfield if the native linkfield isn't in your list and, obviously the new link field you choose MUST be in the list of columns.
Joe
TSolucio
TSolucio