In the context of a Saved Search formula field of type “Text,” you can concatenate two fields, such as the customer’s name and internal ID, using the || concatenation operator. Here’s an example formula:
{entityid} || ‘ – ‘ || {internalid}
This formula concatenates these two fields together with a hyphen and space (‘ – ‘) as a separator.