Hi Everyone,

I have created an custom Applicaiton which has some pages and extension on existing functionality, It is working fine as per the expectation.

When trying to uninstall Application from Applicaiton HUB, the app is getting deleted but the custom package is not getting deleted and is still showing in system designer.

I am not sure if I am missing something here. Can any one guide me on how to do this?

Like 0

Like

4 comments

Hello,

Thanks for your message!

Just to clarify — did you uninstall the application using the method shown in the screenshot I attached in Application...MoreLess

Show all comments (3)

Hi,

I'm working on Creatio Cloud Instance (Freedom UI) where I need to create separate packages for multiple clients in this single instance.

Challenges:

  1. changes made in one entity i.e. Contact for client 'a' should not reflect on UI or anywhere when employee of Client 'b' log into system.
  2. Load the modification based on client.


    Platform: Creatio:Energy (freedom UI)
Like 0

Like

3 comments

I would be interested to know if it is possible to install a package, uninstall it, and upload a second package.  The application was creating...MoreLess

Show all comments (2)

Hello

When I try to create the package for certification and adding ProductCore as a dependency, the following error appears: 


 

This error happens with every dependency that I try to add to a new package, I deleted some old packages before  but I can´t pinpoint the exact issue.

How do I solve this? Thanks in advance 

Like 2

Like

2 comments

Hello,

This error occurs because the data is not bound to the shown in the screenshot objects: "SysModuleEntity". Please follow the describe...MoreLess

Show all comments (1)

Hi, I have developed a package in a Creatio environment, now I want to lock this package, so other developers will not be able to modify it? How can I do this? 

I would be grateful for any additional information on how locking of packages works and how it affects other packets that might have dependencies on such a packet, because the information I have been able to find in the creatio academy is limited.

Like 1

Like

10 comments

Hello!
 

Thank you for your question.
You can lock the package for Hotfix. By default, the package opens for hotfix only for 30 minutes,...MoreLess

Show all comments (9)

I've built a demo in a Creatio cloud server, and I wasnt to continue working on that package, but now on my dev environment. Is there a way to extract package contents from the zip file to convert it to a file system installed package?

thanks in advance.

Like 0

Like

1 comments

Hello!
Absolutely, you can export the package:https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…;
Then install it in your...MoreLess

Show all comments

Hello,

I have been asked to help with an environment built within the default package of "Custom."

It seems that the previous user did not create a new prefix or package to build out their new objects and fields but rather kept the default prefix of "Usr" and package of, "Custom."

As far as I know, they...MoreLess

Like 2

Like

1 comments

Hello,
 

By default, the "Custom" package is the highest in the package hierarchy and depends on all packages below it. If you want to transfer...MoreLess

Show all comments

How to create a new custom package in Creatio ?

I am working on the Analyst Certification

Like 0

Like

9 comments

Before creating the package set the prefix for new schemas and the package in System settings and reload the browser cache.

From the Application...MoreLess

Show all comments (8)

Hi, 

I hope someone can help me, I am exploring the Idea of Moving our system from Classic UI to Freedom UI. I am experiencing Cyclic Chain issues after updating our Dev system when I save the Freedom UI Account Form Page.

I've not worked with Cyclic Dependencies previously and the help from Creatio Support didn't help me achieve a fix. 

If someone could explain step by step how to fix these dependencies (image attached) I would be very grateful.

Many Thanks

Tom

Like 0

Like

1 comments

Hi Tom,

What's happening here is that the Account Form page needs to access items that are located in your Custom folder, but because of the...MoreLess

Show all comments

You can face the issue when some changes that you made in the section wizard aren't displayed on the page.

This can occur if the package set in the 'Current Package' system setting is not the last one in the hierarchy (typically 'Custom'), and changes have been made in packages lower in the hierarchy...MoreLess

Like 2

Like

Share

0 comments
Show all comments

Hi all,

I'm trying to migrate a package from our dev site to production.



We have multiple metric widgets on one of the pages and these are not migrating with the package (only their placeholders in the diff).



Can anybody advise what needs to be bound to the package to ensure these elements migrate across?



Nb. Version is up-to-date but we are not using the Freedom UI.

Like 0

Like

1 comments
Best reply

The metric definition is stored in SysWidgetDashboard. 

 

You’ll need to locate the row and bind the data to your package. The page code will contain the Id for  the record. 

The metric definition is stored in SysWidgetDashboard. 

 

You’ll need to locate the row and bind the data to your package. The page code will contain the Id for  the record. 

Show all comments