Vishal Chaudhari
05/22/2025, 1:51 PMMike Robbins
05/22/2025, 8:06 PMREGEXP_REPLACE({entityid}, '^[0-9]+', '')
to remove the leading numbers, but if a customer's name actually starts with a number, it's going to remove that as well.
To make it clickable, you'll have to use an HTML formula field and do something like this:
'<a href="/app/common/entity/custjob.nl?id=' || {internalid} || '" target="_blank">' || REGEXP_REPLACE({entityid}, '^[0-9]+', '') || '</a>'