Hi, on the agent desktop, the cases pulled from the queue and then canceled are only being displayed for the current operator(agent) that pulled them from the queue. The rest of the agents can't see them on their agent desktop.
How can I change it so that all agents will see the same cases uniformly on their agent desktop?
The mentioned situation occurs according to the OOTB logic and the configurations set for the Queues. As an example, if you have filter "Assignee is not filled in" for the queue then when the agent opens the case from the queue, it is being automatically assigned to the agent (expected behavior).
For the case to be put back into the queue, the agent needs to press "re-queue" button. Also, let me mention, that the case won't be re-queued immediately, but within update frequency specified in queue's settings.
But using the "re-queue" button is automatically putting the case at the beginning of the queue. I need the case to get back to the same position it was before it was pulled from the queue.
But using the "re-queue" button is automatically putting the case at the beginning of the queue. I need the case to get back to the same position it was before it was pulled from the queue.
By a default while clicking the [ Re-queue ] button (to put off processing the case), the [ Agent desktop ] section will be displayed again. The postponed case will be placed at the end of the queue regardless of the set record sorting rules in the queue.
By clicking the [ Cancel ] button (to cancel processing the case), you will as well return to the agent desktop and the case will be queued back to the same position it had before you started processing it.
If the issue persists despite the mentioned above recommendations, please email us at support@creatio.com, so we will be able to check the corresponding configurations and advise in more details.
By clicking the [ Cancel ] button (to cancel processing the case), the case is displayed only to the operator that pulled it from the queue. This is what my problem is about. The main problem is that the same case that was canceled (let's say by me) will not be displayed for the rest of the agents on their agent desktops!
Is it possible and are there any articles for adding a custom button in the action panel? I searched and was unable to find a specific question or article for this. See image and highlighted spot below. I want to add a button and link it to creating a new custom type of Activity record (in addition to the existing blue flag icon for a to-do task)
When Registration Status = Approved and Duplicate Records Exist then I have to show the Duplicate Records to the User On Some MessageBox and Take input from him/her wether he want to save the record or not
Please see this image below :
I want to show the records(in the detail highlighted in red) in message box and ask user whether to save the record on not ?
Once you click "Save" button after filling the Registration Status, you will get message in the dialog window that contains the records from the detail.
Also add using the Terrasoft.Core.Entities namespace to your code as well as System, Terrasoft.Core.Factories and System.Runtime.Serialization namespaces.
The development of such a logic is redundant since the subject can be modified even if it's filled in with the subject of a template. You can manually remove the subject and fill it in with the value you need.
The answer remains the same: the development of such a logic is redundant since the subject can be modified even if it's filled in with the subject of a template. You can manually remove the subject and fill it in with the value you need.
That's the thing, not having to delete it manually.
When user reply to an email, the subject is filled in automatically (regardless of whether a template is added or not). To force the user to change the subject when adding a new template, it is necessary to delete the subject (required field) for them to complete it.
It may not be a correct solution to my problem, but I can't think of another idea to force change the subject only in cases where a new template is added.
We're looking to integrate a Creatio instance with the Mitel telephony system and we installed the MiContact Center connector for the instance. Is the connector a standalone solution to integrate with the phone system or do we still need to have the BPM Messaging Service running in order to establish the connection between Creatio and the phone system?
I have a need to add additional status's to the case workflow and for one of them I need to pause the case SLA timers. I am adding under 'Waiting for Response' a new case status 'Session booked' as that has a number of specific actions generated for it and for this additional status, how can I also put a pause on the case.
The documentation just indicates that cases are paused when moved in to a 'Waiting for Response' stage, but I cannot find a process or field which controls this.
Thanks for your reply. I am aware of the process of using the Case Designer to add another stage in the process, and also the ability to group them, for which this entry is intended to be grouped with the Waiting for Response stage that already exists. It is the method of applying a pause to the SLA timer when a user puts a case in this stage that I cannot find how to do.
I looked at using a process, for when a case changes to that stage, but I cannot find a no-code method of pausing the SLA timer.
Do you, or anyone else know how to put the pause in place?
I have a scenario where I need to trigger a business process on record addition in CaseFile Object, but the record will be added using an SQL Query.
The issue is that even after the execution of "INSERT INTO CaseFile . . " SQL command using SSMS, the business process does not get triggered in Creatio. Any help on this would be highly valuable.
The processes are not triggered when you do direct inserts/updates in the database. Technically, it is possible to create a trigger in the database that would start a process for you upon the database insert. Else, you can try to achieve the similar functionality with the help of external applications.
I would like to execute a business process from a 3rd party tool. I found this Creatio article for this purpose.
I followed each step on this article to define business processes to add contact and list contacts. When I save the process, I see pop-up screen to "Publish" the business process. When I try to publish it, I receive "The name ContactName does not exist in the current context" message. I also see same error message for other process paramaters (ContactPhone and ContactList) as shown below.
Does anyone have any idea about this issue? I'm concerned if I'm missing a step or this article script content is not valid anymore. Thanks.