Is there a way to disenroll a contact from a campaign temporarily? The idea is to have the ability to disenroll a contact from a campaign (manually) and enroll them back at a later point. At that time, the contact should continue the campaign from were it previously stopped.
I was able to achieve this with the help of 2 static folders (enroll and disenroll) specific for each campaign. I then added filtering condition to each conditional flow element to see if the contact is present in disenroll folder. (if yes, the contact will not proceed through the campaign). When the contact needs to be enrolled back, it is removed from the disenroll folder. Hence, the contact will proceed through the campaign as the filter condition is no longer met.
With this option, the Delete Item would still be "visible" to all users (although only certain roles will have permission to perform deletion as defined in object permissions).
Any way to display the option only for specific roles?
This feature is available in 8.x sections and pages OOTB in Application Hub. You should create an Application and add sections and pages based on existing objects. The "list" tool will help you to achieve the needed list view.
In the 7.x pages - there is no no-code solution, you would need development to add numeration to OrderPageV2 and InvoicePageV2 details.
This feature is available in 8.x sections and pages OOTB in Application Hub. You should create an Application and add sections and pages based on existing objects. The "list" tool will help you to achieve the needed list view.
In the 7.x pages - there is no no-code solution, you would need development to add numeration to OrderPageV2 and InvoicePageV2 details.
We are using the Advanced list setup for Creatio. Is there a way to utilize the columns already setup on a folder to copy when creating a new folder?
What’s happening is if you copy a folder and go to edit the columns, the columns are blank and you have to start from scratch to setup the columns you want to see in the folder. Is there a way to start with the columns already set on a folder?
Thank you for your question. The add-on does not currently support this function. You will need to set up columns for the copied folder from scratch. However, I have forwarded your feedback to the developer in charge, and, hopefully, we'll have more information soon.
I have a business task to add a search button to the email at the communication panel - which will allow the client to search for a specific email / search by the sender of the email, etc.
Theoretically, this is possible, however, this is quite a difficult task to do and I cannot even say if this is even possible.
If you really want to do it then probably you should start with analyzing the base logic behind this module. Change the email box and see what requests the system will send, see the initiator of these requests. In your button, you should do something similar to them.