Berto2002 Posted February 27, 2023 Posted February 27, 2023 My Collab users have asked if they can have a list of their Activities shown as links in a PowerBI report. So I was after where the link is stored and how the link resolves so that I could turn into a clickable link for them. Table h_buz_activities has the Activities but, unlike RequestID, they are not in a simple URL format. When I inspect the element of the Activity link in the UI I see only the below: Can URLs for Activities be constructed?
samwoo Posted February 27, 2023 Posted February 27, 2023 Hi @Berto2002, If you go to home -> my activities then click on an activity, then click on the activity title at the top of the popup screen, you can see the Task ID in the URL. The URL would look something like this: https://live.hornbill.com/<INSTANCE>/activities/activity?taskId=TSK20221128000091 (Replace <INSTANCE> with your own an everything after ?taskId= with the ID of the task itself) As long as you have the Task ID, you should be able to construct it, but I think permissions also need to be taken into account as well.
Berto2002 Posted February 27, 2023 Author Posted February 27, 2023 Sam, great top, thanks. With this I have managed to get a PowerBI report that shows the Customer's text Update - when an Activity exists for a Collaborator to watch for it - and where the last update on a Request was made by a Customer; so they can react swiftly by clicking the link to the Activity they need to action. Feels like a victory that one!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now