from this perspective it is really difficult to say where the issue may occur, So we would recommend you create a support case so our team can investigate the reasons for such an error and provide you with the solution.
A report was made previously, but since the Excel Add-in was made by a third party creatio was unable to asssist.
Essentially in the Excel Add-in, when i am trying to create a related schema to the main table, i am being forced to select "id" as the Master Column. Even though the "id" is unique to each record. If i do not select "id" i get the aforementioned error message when trying to generate the report. I would prefer a different identifier so i can link the data from the main table to the related schema table. Thanks.
I am working on adding new fields in the cases section on mobile application to be visible for a portal user when submitting a case. I have added the fields in page setup via mobile application wizard as shown bellow:
but I still can't see those fields on mobile as a portal user:
For some technical issues, I had to reinstall database. so I exported the package "Custom" to be able to import it via application install. while trying to import it, it fails to restore configuration from backup.
How can I retrieve configuration done on this custom package? is there any best practice to export packages?
Thank you for the reply. in fact this is what I have done and then I tried to import the package from the installed application section. bellow is the screen of import failure.
Bellow is a snippet of the errors in log file.
Error occured while performing operation on "Custom" item, UId = a00051f4-cde3-4f3f-b08e-c5ad1a5c735a.
2022-04-15 10:15:43,737 System.AggregateException: One or more errors occurred. (Error occured while saving resources for schema 'UsrServiceCatalogc9afd9b9Section' in 'Custom' package for 'pt-PT' culture) (Error occured while saving resources for schema 'UsrServiceCatalogc9afd9b9Section' in 'Custom' package for 'ro-RO' culture) (Error occured while saving resources for schema 'CaseInFolder' in 'Custom' package for 'pt-BR' culture) (Error occured while saving resources for schema 'UsrSchema6cea64dfPage' in 'Custom' package for 'it-IT' culture) (Error occured while saving resources for schema 'UsrSchema6cea64dfPage' in 'Custom' package for 'vi-VN' culture) (Error occured while saving resources for schema 'CaseInFolder' in 'Custom' package for 'he-IL' culture) (Error occured while saving resources for schema 'UsrSchema6cea64dfPage' in 'Custom' package for 'ar-SA' culture) (Error occured while saving resources for schema 'UsrSchema6cea64dfPage' in 'Custom' package for 'fr-FR' culture) (Error occured while saving resources for schema 'UsrCaseVisa' in 'Custom' package for 'en-US' culture) (Error occured while saving resources for schema 'UsrSchema6cea64dfPage' in 'Custom' package for 'cs-CZ' culture) (Error occured while saving resources for schema 'UsrRentalVehicle' in 'Custom' package for 'nl-NL' culture)
The package "Custom" cannot be exported between environments. A solution would be to add a new package and add the same dependencies as in the package "Custom" and move files from Custom to the new created package. then you can export that package between environments.
The basic functionality does not support sending the emails from the portal case page, and therefore it is not possible to add the email activity on the detail from portal, so this page is not available when you are logged in the portal.
It is not possible to access this URL in the portal or register it. Despite that, we will take into account this idea, but currently, emails cannot be sent via the portal.
Is it possible to have an "add from event" item and an "add audience" item in the same campaign?
If the flow for the "Add Audience" item goes to a landing page that registers an attendee for an event, was the attendee captured by the "Add from Event" item?
As it may be judged from the screenshot you shared - the contact will not reenter the campaign, as the participant is not exiting when following the flow 1. In other words, participants can't enter a second time until they exited.
There should be an exit element (perhaps with a specific filter set) for flow 1 so the contact will have a possibility to reenter the campaign for flow 2.
// CreatedOn is the 1st month (January)
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.Month, 1));// CreatedOn is the first day of the month
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.DayOfMonth, 1));// CreatedOn is in the year 2022
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.Year, 2022));
// CreatedOn is the 1st month (January)
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.Month, 1));// CreatedOn is the first day of the month
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.DayOfMonth, 1));// CreatedOn is in the year 2022
esq.Filters.Add(esq.CreateFilter(FilterComparisonType.Equal, "CreatedOn", EntitySchemaQueryMacrosType.Year, 2022));
INSERT INTO "SysModuleInWorkplace"("Position", "SysWorkplaceId", "SysModuleId") VALUES ('99', (select "Id" from "SysWorkplace" where "Name"='<Name of workplace>'), (select "Id" from "SysModule" where "Caption"='Excel reports'))
We are aware of this issue. It can occur after the installation of any package, not just this add-on.
Our R&D department is reviewing it, but we don't have a solution currently.
As workaround, you can make any changes in workplaces. For example, delete a section and add it again. You should not have problems with adding a new section after this.
I am trying to connect a full organizational role with an organization. To implement this solution I want to update the Account column of SysAdminUnit table which is impossible from the client side. Is there a way I can update the Account column of SysAdminUnit?
Could you please specify what is the purpose of connecting an organizational role with an Account? Organizational roles are used to distribute access rights between the users in the system, however, organizations and accounts do not have access to the system.
I created 2 edit pages based on the category field.
The weird thing is that if I remove the block element "Response container" and "Solution container" from edit page 1, the same changes appear on edit page 2
The issue may occur if the edit pages were created incorrectly, for example directly from the configuration and have incorrect dependencies. I would suggest to re-create anew the edit pages directly from the Section wizard.
If the issue persists, please contact us at support@creatio.com so we could investigate the issue from our side.
Basic functionality doesn't include the ability to apply filter conditions based on the connected objects for the portal user directly in the section, therefore the advanced filter option is not available for such user there.
As a workaround you may use a dynamic folder and set the needed filter conditions for it.
Also, we already have a query registered for our responsible R&D team to implement this functionality for portal users in the upcoming versions of the application. I will assign your case to this project in order to increase its priority.