G9 Contact ExtenderExtender: hide some fields for selection criteria or list
Hello,
One customer of us is using an ExtenderExtender to display the info from the Contact extra table.
Now he would like to hide some fields in the selection criteria and another fields in the contact list.
Is this possible with ExtenderExtender?
Thank you in advance,
Alles Antwoorden (1)
The ArchiveColumnInfo.CanRestrictBy property can be set to false which should remove it from the criteria fields. You can also set the IsVisible property to false to remove it from available columns.
Hope this helps!