Hi,
I have a Canvas App which is embedded into Model-driven app. The app is working perfectly in the Web but not working in the "Dynamics 365 for Phone" app in Mobile.
The issue is there are 2 buttons:
1. Button1: Refreshes the data source
2. Button 2: Opens a new form in the same page.
Code for Button 1:
Refresh('Quote Line Detail')
Code for Button 2:
NewForm(EditFormQuoteLineDetail);
Navigate(
EditFormQuoteLineDetail,
ScreenTransition.None,
{
QuoteQL:ComboBoxQuoteQLForm
}
);
UpdateContext({ShowQuoteLineDetail: true})
None of the button is clickable in the mobile app.
Hello @tjalui
Please check the documentation about embedded canvas app on https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines#kn...
Unfortunately, The canvas app custom control is only supported for use with the Web client type. Currently, the Phone and Tablet client types aren't supported.
Hope this can help you!
User | Count |
---|---|
263 | |
110 | |
98 | |
55 | |
40 |