Official comment
Hi Jared,
You can add a new custom formula field on the request that will contain the current object URL. The formula should look like this:
GetObjectUrl(CurrentObject())
I hope this helps,
Elad
When pulling a request up in clarizen one will get a url such as this:
https://app2.clarizen.com/Clarizen/EnhancementRequest/159116545
is there a field in clarizen that stores the full url or the last part: 159116545
I have looked through the configuration at the Cases > Request fields, and I don't see any that would store that.
Usecase - when we are adding requests problematically we want to provide the url shown above to an external system as a link, or when someone searches for the request we can generate the link to the request.
Hi Jared,
You can add a new custom formula field on the request that will contain the current object URL. The formula should look like this:
GetObjectUrl(CurrentObject())
I hope this helps,
Elad
Please sign in to leave a comment.
I guess I am surprised we have to use our limited number of custom fields to get that - perhaps in the future that could be a standard field for tasks/requests/projects? I will file a feature request.
I have tested the solution you provided and it works great - thank you for your help and for taking the time.