We have consulted with the product owners of this feature and we are certain that this task can only be achieved by the means of development.
Also, we have created a request for our developers in order to bring this functionality in future releases.
Thank you for this suggestion, this helps to make our product better!
In the meantime, as a workaround, we recommend creating a Word report and generating it within a business process, followed by sending it via email. This approach should help you achieve the desired outcome.
For detailed instructions on setting up this business process, please refer to the following articles on the Creatio Academy:
Can you please tell me how to process such a case: we have a table with 21 000 records and we can't load it because after 20 000 records an error appears, how can we solve this problem?
Can you be more specific as to what you are trying to do? Are you trying to load data from your DWH to a Cloud instance? Is this a one time thing? Are the inserts or updates? How are trying to load? Odata DataService? Are you using an app or self coded?
This solution does not take into account Functional Roles. If a Role has a Functional role assigned, and a user has that functional role, there is no direct link between the user and the functional role. Don't we have a SDK Creatio function for this?
If a user has an assigned functional role or an organizational role directly, this information will be stored in the "SysUserInRole" table. If it is an organizational role that has a functional role, then you need to refer to the "SysFuncRoleInOrgRole" table. The "SysAdminUnit" table contains a list of all users and roles (both organizational and functional). It has a column SysAdminUnitTypeValue, which can be used to determine the type of record. All types of records are described in the "SysAdminUnitType" table.
All these entities are available for reading data in the business process. Therefore, on the basis of one user, you can view all the roles that have been assigned directly in the "SysUserInRole" table and through organizational roles in the "SysFuncRoleInOrgRole" table.
I have deleted on Column from the backend and published the object, but on the frontend when I am trying to create and save a new record, a message displayed that no null value allowed in that column (which I already deleted from backend)
Below is the error message when I try to save new record -
Below is when I try to search Column "Usrave" (I already deleted) in the object -
I tried to Generate the source code and the compiling the applicaiton but it doesn't work.
Please check this link Foreign Key Violationto find out where are all the places the column is being referred.
And make sure to check is there any trigger is created for table dbo.FinAppliation (With the column name) UsrSave. In that case delete the invalid triggers that uses the 'Column name of table which is deleted from DB'.
We have a use case, in which we built out the 2 case lifecycle in the Lead Section.
Ref Image,
And we have deactivated the OOTB case lifecycle. This DCM process built out of new column known as ("Lead Flow Status").
When we export this package and import in new environment. The existing Case, Column to build the stage, Column determines which case case to be used - all the things are not updated.
Ref Image,
My use case is to build it out of new lookup column("Lead Flow Status"). And DCM flow changes based on new column ("Current Stage"). This need to be reflected in my proceeding environments.
Can you let me know any data Bind need to be done to deactivate the existing case and update other two fields. Or write any scripts for it ?
I could see 6-8 records when we run the query. As "SysSchemaProperty" contains many records for each SysSchemaId of different properties. Which column should be updated to "False".
Also I have attached below the image for reference which is the query result of deactivated DCM Case in local development environment. I could not able to find any column with value as "False".
Image -1 : "Result query of deactivated 'LeadCase' DCM"
Image-2: "Result query of newly activated 'LeadFlowCase' DCM"
Result of both queries seems to be similar. Not major difference. Initially I thought, Enabled property defines the Active/InActive state of DCM case. But in this case both values are True.
Thanks for it. I am able to deactivate the existing OOTB - Lead case stages. But the columns "Which column to build the stages by?" and "Which column determines which case to use with a record?" are not updating, Retains the same state.
Ref Image,
Kindly help us, how to update these values! Am I missing any other thing?
We see that you have also registered a case directly for our Support team and we are already working on it so we will update you on the problem in that case.
As we mentioned in the submitted case to support, we do not recommend you manually check those boxes, to properly add them please follow the steps below:
In the object, permissions section add your restrictions
The system will create a "copy" of the object you are working on in the current package as a reference to the original object
In that copy, you will see the checkboxes checked for the chosen options from object permissions.
Please make sure to set the "Current Package" system setting to the one you are developing in.
For further questions please refer to your support case.
This happens in the Application Section. When i fill in the product terms and try to save the Application this pop up is shown. Meanwhile the object SysFinApplicationSpecRight doesnt exist at all in the database. How can I fix this problem ?