It's not recommended at all. Please create a section that will be not displayed anywhere and use its table to perform a data import from an external source.
We need to import lookup values in more than a language from an Excel file.
We have an Excel with two columns: Name (italian) and Name (english).
When we import from Excel the Name column goes into the "current language" lookup name but we want to import the names in two different languages (both active in Creatio) without duplicating them.
You need to import values into two different objects. Let's take [Lookup] for example.
When you import the values for the English culture, you can import directly into [ObjectName] (Lookup in our case) and can only have two columns: Id of the record and the actual Value.
When you import the values for Italian Culture you need to import into Sys[ObjectName]Lcz ( SysLookupLcz in our case) and you need 3 columns: Id of the record - mapped to RecordId, CultureId and the Actual Value.
Which exact API call do you perform? Also try publishing the object directly from configurations and try calling the API once again and check the result.
Were the new columns added in the section wizard (and not to the object directly)? In some older versions it wouldn't build the OData objects when done via the wizard and you had to open the object in the configuration and publish before it was available via odata (however, that's no longer the case in recent versions)
Have you tried opening the object and publish it to see if the properties show up?
If you have questions or encounter any issues while using the add-on, please write at a.technologies.foundation@gmail.com in order to get assistance on this matter.
Can anyone tell me what is the functionality of the Portal message button (as highlighted in the image) present in the Cases section on portal, and where can I find its configuration in the system?
There is no inbuild element that allows the process to show a popup, but you can create a logic that can open a popup for the user and then the input data can be used elsewhere.
The set of actions is simple:
1) Using the logic described by me in this community thread you can create a process that will send a WebSocket message to the user that triggered the process and pass all the parameters needed to the message.
2) When the message is received to the edit page you can create a handler that will open the popup with fields that can store values. There are community posts about creating a popup on the UI as well as Academy articles, for example here and here.
3) When the information is input and the OK button is pressed you can pass this information either to the UI fields, or create requests with UpdateQuery\InsertQuery classes (examples of the client-side logic using InsertQuery class and UpdateQuery class) to input information elsewhere. Or trigger another business process as described here.
So you need to study all of these and then create the logic on your side.
You need to debug the logic of this placeholder and implement a similar logic for the detail that you need. The methods you are interested is updateSummary from the OrderProductDetailV2 schema and diff objects are all that contain summaryCount and summaryAmount in their names.
Cannot read property count of null means that some element that should return the count or count something tried to count something out of null. You need to debug the code and check which object returns null.
I am trying to delete a custom section added on to the customer portal. I have deleted its object from the "List of objects available for portal users" lookup. But the "Portal custom section name" is still there when I add it using the workplace setup (see below image for reference).
Moreover, there is no edit page for that portal section in the section wizard (see below image for reference).
In the previous versions of Creatio, In the User Task element there was the Script where you could implement the task logic, as shown in the image below
In which part of the User Task Source code , in the 7.18 Version of Creatio, should I implement the same logic ?
Thank you Anastasia for your quick reply. But this is a different approach. I am not asking about the Script Task, but about the User Task.Because i want to use my logic in different bussiness processes.