I have a project where we have a decent amount of tabs per edit page. Many fields are labeled similarly due to the nature of the project. However, not all of them are required on a given page. I think it would make it easier for the users if there was a way to let them know in which tab they are missing a required value. I attach a picture describing what I mean.
Nothing to worry about since it's just a warning. You can turn those off (or control the level of warnings you receive). See this for more information:
If you want to develop the customization only for the Contact and Account objects, then I think that the dependency from the “UIv2” package should be enough.
If you want to develop the customization for some other base objects, please use the dependency from the “ProductCore” package.
We do not recommend you to delete the system users such as Mandrill from the application since they are connected to other system entities and deleting of them can cause errors. If you don't need this user now, please deactivate it instead by unchecking the checkbox on system user's page.
If you want to save your custom content block you can simply use the save button on the right side of content block created in email designer by clicking on the 3 vertical dots and then on the save icon.
After that, the saved block will be available in the content library and stored in the object called "MJML User Block Library".
In order to simplify interaction with your templates you can create a lookup based upon this object so you could see all the templates of content blocks created.
I have a custom package which I am trying to update from my development to production environments. Both are cloud-based, and I am not using SVN. I am exporting via "export packages to archive" in the Configuration panel and importing via the "Installed application /add application" in the System designer panel . I get the message:
Unable to install zip package while SVN package with the same UId exists.
In this case I suggest to approach the support team via support@creatio.com.
It is necessary to provide the support with the source and the target instances to look into the package closely. It is quite complicated to find the root cause without the access to the website.
Most probably, the issue happens because you didn’t create a replacing schema for the section page and didn’t add the code to this schema that check if these actions are enabled. Please find more information about it in the article by the link below (chapters 4-6):
As Norton answered, there's actually two places you need to add this. Once to the section page and once to the edit page for the section. An edit page can be seen in two different modes, (1) edit mode (where you're only displaying the edit page, this is what you're getting when you refresh the page while in edit mode) and (2) combined mode, this is actually the section page, where it displays the context of the section list you were on with the edit page on the side.
With this in mind, you need to add the action menu in both the edit page and the section page for it to appear in both modes.
View settings I have configured do not operate correctly when not activated directly from an unfiltered view. If I change between folders, the configured view formats are not presented as configured, also when I close my session and connect again, the last view is also not presented correctly, please watch video on https://share.vidyard.com/watch/6c5HKQyNyzNDSZkSwMWdub?
We have successfully reproduced the issue that you encountered and reported it to the responsible team. We are waiting for the team’s feedback and will notify you of any updates.
Good morning Alexander, did you know if there some news about this issue? We're on a POC to a bigger University and it's very important to us this functionality.
We have received the feedback. Unfortunately, there is no way the responsible team can develop these features in the add-on. However, they made the add-on available for shared development - https://github.com/Creatio-labs/advanced-list-setup.
Hello, we are not asking to develop new features, just the provided ones, to work, or retire the app from Marketplace, I understand somebody certify them to works
We will ask the responsible team if they have any updates on the issues mentioned above. We will also relay your request to the Marketplace team to check the functionality of the add-on.
Hi Alexander, yes I saw it was removed :-( I'm sad, it's a good a necessary tool, just to correct the fails. Did you know if they consider to improve it? or be part of the producto core?
Currently, the responsible team is committed to other tasks and is unable to extend the same level of commitment to improving the add-on. That said, we have relayed your request for this functionality to the product core team.
I'm working on the process with an email message base on feed notification.
If the user is mentioned on feed message, notification is created - that starts my process. The process reads info about the message and sends an email. My question is if it is possible to add a link in the email message to the record? For example, I can add info to feed on Lead record and in email message user will receive a link to this lead
In message/comment object there is filed Object instance but I'm facing an error in the custom message template for add link function "There is no entity for column section". I'm not sure how to work with this feature.
where o_drobina.tscrm.com should be replaced with your application name.
The idea here is to read the object schema name where the feed message was left using the "Read Schema" process element:
and as you can see we compare the UId from the "Schema" object with the "Schema" value that we read from the "Read message" process element (the "Read message" element has the following configuration):
And also we read the link to the record from the "Read message" element and use it in our formula ([#Read Message.First item of resulting collection.Object instance#]).
As a result when using the following template in the "Send email notification" process element:
we receive this email when adding the feed message to a lead record:
So you can test the following approach on your end and you will be able to send email notificaitons as well.
where o_drobina.tscrm.com should be replaced with your application name.
The idea here is to read the object schema name where the feed message was left using the "Read Schema" process element:
and as you can see we compare the UId from the "Schema" object with the "Schema" value that we read from the "Read message" process element (the "Read message" element has the following configuration):
And also we read the link to the record from the "Read message" element and use it in our formula ([#Read Message.First item of resulting collection.Object instance#]).
As a result when using the following template in the "Send email notification" process element:
we receive this email when adding the feed message to a lead record:
So you can test the following approach on your end and you will be able to send email notificaitons as well.
Using "PageV2" is not good way for custom sections - there is another format like : "UsrSomesection1Page" And it doesn't work in case if we have several pages for a section
Hard coding CardModuleV2 will make this not work with Freedom UI pages, and appending "PageV2" will not work with custom pages. Instead of using the URL as shown above, you can make it more flexible by using it as follows:
Currently, Creatio uses same schema code for all mini pages, so modifying "View Mode" will lead to changes in other modes. Our developers know that some users want to have different views and are working on implementing this task in future releases.