Add human-readable display names for your contacts using a special EG2_CONF worksheet.
By default, the admin panel’s View as dropdown shows raw email addresses. If you have many contacts, finding the right one can be tedious. The EG2_CONF feature lets you attach a display name to each contact — for example, showing “Acme Ltd” instead of [email protected].
This feature is entirely optional and requires no configuration in eg2 — just add one worksheet to your spreadsheet.
1. In the same spreadsheet connected to your portal, add a new worksheet named exactly:
EG2_CONF
The name is case-sensitive.
2. Give the worksheet two columns with these headers:
| contact | label |
|---|---|
| [email protected] | Acme Ltd |
| [email protected] | Partner Corp |
The column headers are case-insensitive: CONTACT, Contact, and contact all work.
3. Save the sheet and trigger a sync (or wait for the next automatic sync).
The View as dropdown in the admin panel shows each contact as:
Acme Ltd ([email protected])
instead of just:
[email protected]
This makes it much easier to find a specific customer when your portal has dozens or hundreds of contacts.