Adding link in each environment

0
Hi, I had added the links in a button each has separate links. In UI, it is showing all the links in all environments but my expectation is one link should be in one environment and the other two follows the same. Can anyone suggest the idea? Appreciate your help.
asked
2 answers
1

You can just have one link button and put the link into a constant or configration objects[you will have to create entity view_edit overview pages to manage values].

now on click of link u can call a nanoflow and in the nanoflow call the open link activity to route to link from constant or configration.

answered
0

If the links are to pages in the same Mendix application, you could just use an “Open page button” rather than a “Link button”. Would that solve your problem?

answered