Creating a new package and put dependencies

hi all,

 i have my Vm Installed Creatio in it with version 7.18.4.1532 

 

so when i create a package and add dependencies " SalesEnterprise_Marketing_ServiceEnt " it gives me this error 

any sol please 

thanks 

Like 0

Like

2 comments

I believe the error is indicating that you have bound data in your package for SysModuleInWorkplace and the bound data references a record in SysWorkplace that doesn't exist in your package. 

Basically, you've added something to a workplace and bound that in the package. However, The workplace itself hasn't been added as bound data to the package.

To solve this, add bound data for the SysWorkplace record that is referenced by the SysModuleInWorkplace record currently bound in the package.

Ryan

Hello

Please follow the described steps on how to bind data:
(Use your ID from error message)
1. Create a "Data" element in your package. Example in screenshot below.
Screenshot 2023-12-29 193055.png
2. Select the SysWorkplace object. Example in screenshot below.
image.png
3. On the "Bound Data" tab, add the id specified in the error. Example in screenshot below.
image.png
4. Select the id specified in the error from the list. Example in screenshot below.
image.png

5. The result.
Screenshot 2023-12-29 192311.png
 

Show all comments