
Hello everyone,
I'm currently working on a power bi reports and I integrated some data from dynamics
I would like to be able to open an item (opportunity, account,...) in my web browser via an url
So the link have the following structure:
myDynamicsEnv/main.aspx?appid=f35cdd4-bd0c-dz12-a816-001e4a21b92f&forceUCI=1&pagetype=entityrecord&etn=account&id=az2d9135-5a9e-ea11-a812-000d3a27452
So I'm trying to find the 3 red fields in my entity: the weburl, appid and the entity name
Any idea where I could fine these information?
Many thanks for your help
Hello,
appid can be found in appmodules table from below API URL -
org50b8451e.crm8.dynamics.com/.../appmodules
Replace org50b8451e.crm8.dynamics.com with your crm instance URL
weburl can be found by navigating to Advanced settings ->settings->Customization->Customize the system->Developer Resources
entity name can be found in entities table from below URL