You have to erase the current binding in the package to bind the data to the other one.
Data should be bound only once in an application. In order to control the binding process more carefully, we recommend to avoid using the data binding tool and bind data only via SQL scripts binding.
This way you'll make sure that all data was bound correctly according to your needs.
Also, it's not recommended to bind the access rights to the package. All system administration settings like object permissions, operation permissions, roles, users, licensing must be set up in the production environment directly.
I have a case where I need to get the section's id that the detail belongs to in detail edit page. While var sectionName: this.get("DetailColumnName"); gives me the code of the section, it would be easier to process logic if I could get the section's Id in SysModule table.
You can initiate the ESQ query on the onEntityInitialized method execution on the edit page of your detail and call the SysSchema table using the detail column name so to get the UId of the section schema and then call the SysModule table to get the module id (the column in SysModule is SectionSchemaUId).
I have a detail that has been added on an opportunity in code, so I cannot make it read-only with the opportunity designer. How do I set up the code so that make a decimal field in the detail read-only ?
It's not recommended at all. Please create a section that will be not displayed anywhere and use its table to perform a data import from an external source.
Most probably, this field was replaced (added manually). We kindly suggest approaching our support team via support@creatio.com to have a closer look at the issue. It is hard to determine the root cause without having the access to the system itself.
We need to import lookup values in more than a language from an Excel file.
We have an Excel with two columns: Name (italian) and Name (english).
When we import from Excel the Name column goes into the "current language" lookup name but we want to import the names in two different languages (both active in Creatio) without duplicating them.
You need to import values into two different objects. Let's take [Lookup] for example.
When you import the values for the English culture, you can import directly into [ObjectName] (Lookup in our case) and can only have two columns: Id of the record and the actual Value.
When you import the values for Italian Culture you need to import into Sys[ObjectName]Lcz ( SysLookupLcz in our case) and you need 3 columns: Id of the record - mapped to RecordId, CultureId and the Actual Value.
I noticed that the "Feed" has a field called "Color" yet it doesn't really do much, I tried changing the colors and posting different stuff but it appears to be there for no reason, I assume that's not the case as there must be a reasoning behind this field so I figured I'd ask.
What does it do or change? How can I use this field?
For me I can see the colors in the feed section itself, but not in the communication panel feed. There is CSS out of the box that hides the colors in the feed panel in the right side communication panel. I don't know if it was intentional or not, since it adds the left border color, but then sets the style to not show it, weird. Just thought I'd mention this in case you're looking at the feed in the panel. See
The add-on is no longer supported as this functionality has been already implemented directly in a system. So you can now, for example, see the preview of the image attached to the case directly on the case page by only clicking on it (without downloading it).
With this old add-on, it was also possible to view a PDF file in a popup, the same way as an image. Now, this is not possible anymore. Will this be implemented in a next release?
We have a customer who used this add-on very frequently and is now complaining that he needs to download each PDF...
This functionality has been already implemented directly in a system. So you can now, for example, see the preview of the image attached to the case directly on the case page by only clicking on it (without downloading it).