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