I have this problem with my Mobile emulator, after giving the creatio server address and clicking "Continue" button, emulator is redirecting to web login page not to mobile login page. I already tried to clear browser cache I have already deleted "ChromeUserData" folder but still this issue is happening. Any idea how I can fix this?
This is a known issue for mobile emulator when you are using Chrome of version 80 or higher.
Our R&D team is working on fixing it.
Meanwhile, as a workaround you can install ChromePortable of version 79 or lower and specify the path to it in "startchrome_withcookie.bat" file by changing:
I want to add a Multiselect lookup for a custom detail in a custom section. I have created a custom section with the name of Applications and added a custom detail with the name of Bank Details. In this detail, I have added a lookup called Bank Documents. In this lookup added 3 values. So, I need a Multi Select lookup for that lookup field. Can anyone please guide me on this?
We have requirements to capture signature in mobile application. A drawing pad will show to where user can draw/write their signature and it will be saved as image attachment of a record. Any idea how we can achieve this?
1) third party Js libraries can be added as modules in configuration. If we are talking about mobile app, they can be included in CustomSchemas in manifest.
2) In mobile app, there is a way to create your own control. It is called Panel item. It can be then added to the page. Here is the sample adding chart to the page:
We have this requirement, on user's contact information, we have added one field which is currency. Once user will login in crm, user should see product prices on product section and product dashboard based on the specified currency. How we can achieve this?
Our R&D team has a task to implement personal currencies or group currencies (currencies that will be displayed for a user role), but currently, there is no way to do that using out-of-the-box logic and it won't be easily possible using additional development. But I will inform our R&D team that you have such a requirement so to speed up solution of this problem-task registered on their side.
We are facing the same issue with a client that is working on multiple countries/currencies. Do you have an ETA for the feature of personal currencies or group currencies?
I had a talk with the product owner and currently there is no ETA for this implementation since they need to review the logic that is stored in the application core completely. Also I let him know that the functionality requested is important and asked him to prioritize the problem for the R&D team responsible for currencies functionality implementation.
Thank you all for your involvement in this problem!
Seems that there should be a screenshot in your question, but there is none. And I assume that you receive "Selected address cannot be found due to the web mapping service error" error message and it is related to the fact that https://nominatim.openstreetmap.org service that is used in maps cannot find address you've specified (for example because of ZIP/Postal code). Please remove Postal code from your address and check the issue once again. Also please check if your address can be found in https://nominatim.openstreetmap.org.
I have the same problem with the addresses in Brazil, and it works fine when I remove the Zip/Postal code. Is there any setup for that, so that I can keep address with the ZIP/Postal code and prevent the OpenStreeMap service from using it for the search?
I am working on deploying Creatio on-site in order to check heavy sql queries to add some indexes. I have been following the steps on the documentation page for on site installation, however I am having trouble finding the ConnectionsStrings.Config file and any help figuring out where I should look would be greatly appreciated.
I am confused on file path to get there. I received a database backup from support and then deployed the backup by restoring the database in MS SQL Server Manager. Is there someplace else I should be looking?
To create an on-site install, you need the database, which it sounds like you already have, but you also need the actual application files that you setup under IIS. You can get this from support (it needs to match the version of the database backup you've been given)
In mobile, we have fields which basically of data type decimal. If these are not in focus, it should show on proper decimal format the same behavior in your web application. Any idea how to achieve this?
I want to write code for "Auto Increment Numbering" when any entry will be added from anywhere in instance like Add page or business process or Data import utility.
One of possible reason why this issue occurs is turned on Debug Mode on your Creatio website.
This process seems to be a process from the DCM panel on Cases.
When the Debug mode on the site is turned on, DCM flow is displayed as process as well in process log. And when you try to open it in a process designer - the following error appears.
Please make sure that debug mode is turned-off and check the issue again.