To get parent name from the customer name hierarchy

In order to get the parent name from the customer name hierarchy through the saved search, use the following formula

TRIM(REGEXP_SUBSTR({job.entityid}, '^[^:]+'))
Where {job.entityid} will be the name hierarchy

Leave a comment

Your email address will not be published. Required fields are marked *