Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ribbon button to open the development solution #72

Open
tdashworth opened this issue Apr 28, 2021 · 2 comments
Open

Ribbon button to open the development solution #72

tdashworth opened this issue Apr 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@tdashworth
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I know it's something small but it would be nice to have a quick link to the development solution from the Solution Merge and Issue. This would save needing to navigate to the Maker Portal and finding the solution.

Yeah, yeah. I'm lazy....

Describe the solution you'd like
I ribbon button would work nicely here or just a link on the form. I don't think it will be hard to get the solution id but the environment id might be tricky or not possible?

@tdashworth tdashworth added the enhancement New feature or request label Apr 28, 2021
@ewingjm
Copy link
Owner

ewingjm commented Apr 28, 2021

This annoys me too 😄 It shouldn't be difficult to implement. I notice the ALM Accelerator for Advanced Makers has included similar functionality:

image

@tdashworth
Copy link
Contributor Author

tdashworth commented May 10, 2021

It looks like this is the solution for the environment id:
workflow()['tags']['environmentName']
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#workflow

I'm not sure if this will work or if the id need to be retrieved using this action: https://docs.microsoft.com/en-us/connectors/powerplatformforadmins/#get-environment-as-admin

I'm thinking of adding another column to store the URL if it's easier to build in a flow that client side.

I would guess the solution id is that of the solution record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants