There's no direct way to reset the auto number field.
It's based on the Sequence object in the DB, you can run the script that will restart the sequence. For example, you could create a business process that will execute a script that will restart the sequence.
However, it appears that the provided document only covers information up to version 8.0, which unfortunately lacks the source code for the Freedom UI. Given this limitation, we are uncertain about the compatibility and feasibility of implementing the multicurrency field within the Freedom UI framework.
If anyone can kindly provide us with insights on whether it is possible to successfully implement a multicurrency field in a record page using the Freedom UI framework? If there are any updated resources or documentation available beyond version 8.0 that could assist us in achieving this implementation, we would be grateful to receive that information as well.
Our R&D team has a task to implement multicurrency field in Freedom UI in 8.2 application version. Unfortunately there are no examples in the documentation or application on implementing it in the current application versions. So please wait until 8.2 where this column will be available out-of-the-box and could be used on the pages.
They are working for me. One thing I did initially was add it to the control in the viewConfigDiff. You're actually supposed to add the validator to the attribute in the viewModelConfig - not to the control in the diff. Once I moved it there it worked. Your column is likely in the viewModelConfig already (if it's been added to the page). Look for it there and just add the validator to that existing attribute in the model.
Hmm. Not sure about that. I've only used validators where I need the control's value only (which is provided in the params passed in). I had assumed you could pass in other values in the validator params, but that doesn't seem to be the case (or at least I can't figure out how that works). Hopefully we'll see more documentation soon.
Currently, the R&D team is working on such task, they plan to create a solution in the next releases. You can try to workaround in this way: On the field's change add a custom handler, set a flag in it, look at this global flag (atribute's value) in the validator.
Most likely to validate "if end date it's not before the begin date" you can use in handler await request.$context.DateTimeAttribute_nnnn
There is a restriction in the system on the number of fields displayed in the quick filter for this field (15 records). Those 15 records are displayed from the drop-down list. You can also check it if you build a quick filter by the other lookups, the system won't let you to choose from all possible variants.
At the same time, if you start typing in the search field, the needed options will occur. If you want to choose all possible variants of the lookup you can use an advanced filter that doesn't have restrictions on the number of records (you will see a pop-up window with all options to choose from). The number of records displayed by the quick filter can be changed only via development and there is no possibility to change this amount with the help of out-of-the-box tools of the instance (there is no appropriate system setting or lookup value to change).
There is a big possibility that this logic is implemented in the core of the application so that's why it should take huge changes to be changed. We have created a functional request to the responsible team so the needed functionality can be implemented in future versions of the Creatio application.
We would like to display Section Analytics Dashboards in the portal, but we are having trouble making them appear. I have been able to get the Dashboard button to appear in our custom section, and it opens the Dashboard view, but no dashboards appear even though I have set the permissions for external users to view the dashboards.
The Main Portal page displays analytics dashboards, so what must be done to allow the Section Analytics Dashboards to display in the portal. Is there a certain file or files that must be overridden and altered to allow for the display of the dashboards, and if so, which files and methods? Any guidance would be much appreciated!
When you have to check a lot of checkboxes in the detail (e.g. setting access rights, force update and so on) hint apperrs and hides large area with many rows.
So, I need to make extra movements to hide it.
I think, it would ne enough to show hint only over column header not over every row
Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)
Is the printable template uploaded? Can you run/generate the printable normally? I believe I've seen an error like that when the printable record is missing the actual Word template file (but not sure if it's that exact error)
Ryan
I guess no. Do I have to upload a complete template as well? I just set up the columns in the reports and I haven't uploaded any template with it
Yes, there needs to be a template uploaded, even if it is just a blank Word doc. Without a template it will produce errors when trying to generate the printable.
However, what's the purpose of generating a printable to attach to an email with no content set up in the printable? (I assume you just haven't gotten to that part yet?)
I am setting up cases in my environment and I want it to move to 2nd stage when the user fills in all the information within the 1st stage.
I believe that it can be done through business processes. But when I am adding the Sub-process within the case, it asks whether to run at the start of the case. Does it mean that it will only run that process one time? Because if it runs at the start that means our users will not have inputted their data and after when they have added the data then it will not run the process and will not move forward?
Also, let me know how can I make a formula that checks if the fields are filled or not filled?
We have a custom application on Freedom UI that manages all our orders and management. We just received news from Creatio team that reports currently do not work in Freedom UI and we can workaround through business processes. If there is any relevant material anyone has on how to create reports through business processes, then that would be really helpful! Thanks!