Hi,
on the add page I have a lookup value for my customers which displays concat(company,' (',cust_id,')') and the link field is set to "cust_id". In the database the value is stored correct - only the customer ID.
When adding that field to the List page, it would display the customer ID the same way as on the Add page though - "concat(company,' (',cust_id,')')". If I would change the settings in the "Edit as" dialog to a regular text field, this would also change the Add page field layout which is not desired though.
How could I have only the actual stored customer ID displayed on the List page?
Best regards,
Chris