I am creating a message to route a message or notification to a external system. In this specific case it is to MS Teams. I want the teams message to provide a useable link back to the object so the person or people receiving the message can navigate quickly to the object.
The link needs to be generated as if the “Get Shareable Link” row action was used but I can’t use that in my scenario. It needs to be generated on the fly so it can be used in any environment (ie AppDev, ToolsDev, ReleasePipeline etc…).
Is there a way to do this or a way to invoke and use the string populated into the Shareable Link dialog in a Logic Block?
I have constructed them manually in the past using Drillable Links. However I’m not sure if Drillable Links is an officially supported feature or something that never made it past ‘beta’. Another problem is determining the base URL which is context dependent depending on where Nextworld is running (development, release pipe, production, whitelabelled), and I’ve had to either hard code that in the Logic Block or define it in something like a settings table environment-by-environment.
@brigid.mulligan or @Clounie, do either of you know if Drillable Links made it past beta and if there’s a way for Aaron to use them nicely in a logic block?
Thanks for revisiting @brendan.b. I worked with Brigid and for the time being there is a logic block, GetDrillLinkHT, that can be called which accepts certain parameters to construct a shareable link. Though it is only available in the 25.2 release currently