I have a xrmquery in typescript:
cgk_employerid_guid is like this:
I need to get the cgk_employerid_formatted value. But when the query runs it gives cgk_employerid_guid as a string, so it's not possible to get the formatted value from it.
Does anyone knows the solution to get the formatted value with the select of the query?
thx in advance.