Our embeded canvas app is working flawlessly in our development environment. If i export the solution and import into our UAT environment then the app loads find and functions as expected. Except for navigation from my gallery to the read only form, this error is displayed, there are no onvisible updates:
Solved! Go to Solution.
Hi @namurdock,
To fix this, you need to enable the "Improved Data Source Experience for Common Data Service" preview setting.
Steps:
Hi @namurdock ,
Could you please share more details about the Navigation formula within your app?
Do you pass parameters from one screen to another screen using the Navigate() function?
I have made a test on my side, and don't have the issue that you mentioned.
Please consider remove the CDS Entity connection from your app, then re-add a new connection to your CDS Entity from your app, then try your Navigate formula again, check if the issue is solved.
In addition, an alternative solution, please consider set a global variable (using Set function) to store the value you want to pass from one screen to another screen rather than use Navigate() function. Then you could reference the global variable everywhere within your app.
Best regards,
The OnSelect from the Gallery (AvailableVehiclesGallery) is:
Navigate(VehicleDetail);
Then the detaSource for the read-only field is:
Vehicles
and the Item is
AvailableVehiclesGallery.Selected
There is no OnVisible code on the VehicleDetail screen at all.
I'll give the suggestions a go and report back, hopefully later today.
Update: I have tried setting the global variable as suggested. then using that instead of the "Gallery.SelectedItem". But i still get the same error.
Hi @namurdock ,
Do you deploy an app with a Solution from one Environment to another Environment?
Which Solution to you import to your Target Environment (UAT)? Managed Solution or Unmanaged solution?
When you deploy an app within a Solution from one Environment to another Environment, the connection within your app created within previous Environment would be invalid within the new Environment.
On your side, you should create a new connection to the same Entity within your target Environment from your app, then re-publish your app, check if the issue is solved.
Note: I assume that you have deployed the same CDS Entity from your source Environment to the Target Environment successfully.
The user @dileep_gopalakr has faced same issue with you, please check my response within the following thread:
Best regards,
Hi @v-xida-msft ,
I am deployment the solution from DEV to UAT as a managed solution.
I have removed and re-added the connection in UAT and changed nothing else but get this error when i try to publish:
The canvas app '[Embedded] Available Vehicles' was installed as part of a managed solution and direct editing is not supported at this time. Session ID: ba828b7c-53c8-40ec-b7b8-00bfa3ba8584
Which confirms my thoughts that these things should "just deploy" with no post deployment steps event when changing environment.
Deploying as an unmanaged solution is not an option here as the solution (prior to the introduction of a canvas app) already exists as managed and so cannot go back to unmanaged.
The limitation listed here:
Basically renders managed solutions useless.
Quick bump on this topic. Given the managed solution piece, is this a bug that we will just have to wait for a fix for?
Would be great to see a resolution to this. App has been working just fine publishing as managed solution from DEV -> TEST and now it's getting this error.
Hi @namurdock,
To fix this, you need to enable the "Improved Data Source Experience for Common Data Service" preview setting.
Steps:
User | Count |
---|---|
252 | |
107 | |
90 | |
51 | |
44 |