Paul Hale
Paul Hale

Reputation: 305

How can I qualify a lead in Dynamics 365 when Dynamics 365 is embedded in Microsoft Teams App?

When we login to Office 365 and use our Dynamics 365 Web App we can easily qualify a lead by clicking the "Qualify" link.

We use Microsoft Teams (MacOS app) and have embedded the Dynamics 365 App. However, we are unable to qualify a lead due to the Dynamics 365 command bar not being rendered.

Dynamics 365 Web Version

Dynamics 365 MS Teams Version (MacOS)

Upvotes: 1

Views: 125

Answers (1)

I am also experiencing the same behavior when I use the embedded Dynamics App in MS Teams. Reason is the embedded url has cmdbar=false in it.

enter image description here

enter image description here

When I change the url querystring in popped out url as cmdbar=true, I see the command bar/ribbon buttons.

enter image description here

Not sure about this, it could be a bug & a MS ticket can confirm this.

Alternately If you use the tab component, it works nicely.

enter image description here

enter image description here

Upvotes: 2

Related Questions