
Announcements
We are currently building an app for and in this app we have created a new business process flow (Recruitment Opportunity Process). When this flow was created automatically a table was created (new_recruitment). This all works in the test environment.
Currently we are trying to export the test environment to production, but when we import the managed solution we get a dependency error that the (new_recruitment) table is not imported.
This is what we get when we try to import the managed solution (apologies, the image is in Dutch):
Anyone an idee how to properly get the (new_recruitment) table to also be imported?
Alright, I found a solutions. It appeared the table was not created in the managed solution and therefore was not exported.
The solution was to remove the process flow and the accompanying table from the solution and importing the process flow again. When the process flow was imported it automatically imported the accompanying table too.
After this the solution could be exported and imported in the production environment.