is there away to customize Freedom UI to have multi select on dropdown. I am working on "product elegibility criteria" and this type of feature is important to us. Classic UI is not an option to us.
I am currently trying to edit an account info page and am running into an issue. I want to create a field with options in a dropdown format, but so far, I have not seen any way of doing so.
Is this something I did not see in the documentation, or will I need to use the booleans to ensure my users can select their needed options?
Any help is appreciated. I appreciate any help you can provide.
I was working on Bussiness Process to generate Successful message in Corressponding Section as a Popup.So,I choosen Autogenerated page for this requirement to display message but it was working. It was showing Notification in Notificational Panel but it should shown in Corressponding Section.
Currently i want to implement a soap type web service in Creatio, but i have a problem, where the content type must be set to application/xml-dtd. How do I change the content type to application/xml or text/xml?
Below is i'm the attaching the sample web service that i create.
I have a question regarding the "Full Name Starts With" Filter.
I was told that the way I entered them above is not correct. What would the best option be for entering multiple values for this filter? I would think there would be an opportunity to select multiple values like below, but this isn't the case:
In a section edit page, we have created custom buttons and have functionalities to hide and show the button. If we refresh the page Button enable/ Disable are working fine
But once we open the edit page, the button visibily/ page opening are not working properly until we refresh the page
we tried this.reloadEntity(); inside init:function(){} Method.