Tengo un tablero en Dynamic 365 use iframe inside.
en mi recurso web
<html><head> <meta name="viewport" content="width=device-width, user-scalable=no"> <meta charset="utf-8"> <script src="..//WebResources/new_jquery.min.js"></script> <script src="..//WebResources/new_ConstantValue"></script> <meta><meta><meta><meta><meta><meta></head> <body style="overflow-wrap: break-word; overflow: hidden;" onfocusout="parent.setEmailRange();"> <iframe style="width: 100%; height: 100%" src="https://apps.powerapps.com/play/[app id]?source=website&hidenavbar=true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation" referrerpolicy="no-referrer no-referrer-when-downgrade origin origin-when-cross-origin same-origin strict-origin-when-cross-origin unsafe-url" allowfullscreen="true"> </iframe> </body></html>Quiero redirigir www.test.com en iframe pero usar Launch('www.test.com',{},Replace) y luego power app redirigir esta página (windown.top en javascript) Quiero windown.self.
En crm https://i.stack.imgur.com/9isL6.jpg
En powerapp https://i.stack.imgur.com/im3A4.jpg
entonces como hago? ¡Gracias!