that seems to be regular JS code which works properly independently from the environment. Could you please specify what is exactly not working? It does not generate a number at all? Or it does generate a wrong one? How exactly are you using later this date?
There is one section section1 with a lookup Lookup1 and another section section2 that has the same lookup Lookup1. I want to fetch the value of two columns of section1 with the same lookup value that is selected in section2.
1) Empty ParentId for the module that the parent should have (you should deploy the OOB DB check with a query)
SELECT * FROM SysSchema
WHERE ManagerName = 'EntitySchemaManager'
AND ParentId IS NULL
set of return values on the box and on the site with the problem. If it is different, then delete such objects from the system (DELETE FROM SysSchema)
2) empty metadata for some object/scheme in the system.
SELECT Id, CAST (MetaData AS varchar (MAX)) FROM SysSchema
WHERE CAST (MetaData AS varchar (MAX)) = ''
You can also look in the application logs in the Common and Error log files for whether additional information on the generation of statics has been recorded (usually the error should be signed there with details). And you can also directly filter all schemes by the "Has error" filter in the configuration:
and see if any objects in the list are returned. If yes, then "Last error message" will be filled on the object in "Properties":
2022-03-23 15:20:14,091 Errors and (or) warnings occurred while compiling configuration dll
2022-03-23 15:20:14,091 Autogenerated\Src\GlbAsposePDFHelper.GlbWordToPdfConverter.cs(5,8) error CS0246: The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?)
Please suggest how solve this issue. Detailed log file is attached.
I have a question regarding system operation permissions. My goal is to find out if the current user has a specific operation permission. In order to do that within a business process, I've used the template from the marketplace with success. I'd like to do the same in client-code, for example in the Javascript code of an object page – ultimately I want to show some specific buttons only if the current user has specific operation permissions.
Just an idea, if you can get html2canvas to work as a module in Creatio, it can save part of the rendered HTML as an image. See https://html2canvas.hertzen.com
It's easy enough to use, something like
html2canvas(#divOfConnectedToElement).then((canvas) => {const base64image = canvas.toDataURL("image/png");
window.location.href= base64image;// you could pass the bytes to a configuration service to save // as attachment or use FileApiService});
However, you'd likely need to wrap the html2canvas up in a module to use.
We use 'Data binding tool for Creatio' to bind lookups and other data to their 'data package'.
And when we bind data, the tool offers to choose one of packages. By unknown reason there are also 3rd party packages offered. And it is possible accidentally to bind data to them and not possible to delete from such packages after.
What is the filtration condition to display/hide packages in this tool?
Hi it would be great to be able to group series by trimester.
For example if we want to compare signed opportunities by quarter, either we have to create 4 tables at the moment with filters on specific dates (need to rework the dashboard each year), or make due with visualization of 3 months. But we would like to group per quarter for the whole year and compare par current versus last year.
Also, in the visualization, could we have months in text and not numbers ?
We have already registered the idea for our R&D team to implement this functionality in further releases. I will assign your case to this project in order to increase its priority.