Hi Ajeet,
The team may utilize DQ+ environment properties to store the link, then use that property within your email notification. For example :
${email.link.fin.recon}
In doing so there will only be one environment property name, it will exist within each environment and its value is different in each environment. For example :
Within DEV : ${email.link.fin.recon}=X
Within TST : ${email.link.fin.recon}=Y
Within PRD : ${email.link.fin.recon}=Z
Please note, the ${property.name} will be how the team references the property. When creating within DQ+, the ${} will be omitted
Matthew Kennedy