Is it possible to set certain business requirements on Dynamic Case Management, for example to require that certain fields are populated or that a lookup field is one of a selection of values?

Like 0

Like

3 comments

To be clear, as I think I might not have been initially, is it possible to have manual transitions with transition requirements, as opposed to automatic transitions when certain conditions are met.

Hello,



"Manually" you can go both to the previous and subsequent stages from the current one, except when there is a mandatory task, in which case you can only go back (to the previous stages) without completing the task. More detailed information is provided at our academy in the block "Dynamic case setup (DCM)":

 https://academy.creatio.com/docs/user/bpm_tools/dynamic_case_setup

Hi Malika, thanks for your reply. I think the options for mandatory tasks is quite limited though right? As it doesn't enable transition requirements like I put in my original question - requiring that certain data requirements are met, such as certain fields being populated or lookup fields contain certain values etc. Unless I'm missing something in the academy documentation you linked to me?

Show all comments

We are trying to set up a default case in DCM for our Leads, but I cannot see a way to achieve this with the GUI editor - we can either specify some other set of values for the "Which column determines which case to use with a record?" column, or can specify that that column is not filled in, but our use case is such that it should choose this default case when either the column is not populated or the column is populated by any values not specified in other Cases' filters. Can this be done in some way I'm missing?

 

Thanks in advance.

Like 0

Like

2 comments

Hello,



Unfortunately, the desired behavior cannot be configured in such a way out of the box. You can only use a set of values for the "Which column determines which case to use with a record?" column or can specify that that column is not filled in separately on standard DCM tools.



We believe that default case managing can be achieved by means of development.



Thank you.

Hi Serhii, do you know what sort of development this would entail? I tried modifying the case's metadata in a trial environment using a filter generated by adding a static filter to a data list, but the case management designer failed to load properly when I'd done that and the Lead that would match the modified query didn't have any DCM bar against it when I loaded it, so it didn't seem to work.

 

The only other thing I can think of would be to have an additional redundant field that's based on the column(s) that are wanted (and automatically gets updated as they do) that stores the Case required, but it's not the most elegant solution. Would be nice to hear if there is some method I've not thought of?

 

Thanks,

Harvey

Show all comments

Hi Community,



When we change states in DCM, lines are added to the CaseLifeCycle object with data about the case at that time.



Does anyone know how and where this is triggered? I want add some more information in other columns that i added on the replacing object that i did.

 

Thanks in advance!

 

Best Regards,

Daniel Longo

Like 0

Like

1 comments

Hi Daniel,

 

All the logic related to the Case Lifecycle can be found in the Case object of the SLM package (the process on the object, script tasks there and the methods):

Feel free to study the logic.

 

Best regards,

Oscar

Show all comments

Hi Team,



I have followed a below setup to register a case automatically  from emails.

https://academy.creatio.com/docs/user/service_tools/service_cases/case_settings/set_up_case_registration_from_emails_from_mailbox_alias



I configured a mail box and when a mail received, a new case is Created.



I see that this business process runs to send a notification when a case is created.

BP - Incoming email registration process 



when a case stage is changed, I noticed that this business process triggers 

BP - Send email to contact on case status change, this is linked to another Sub-Process BP - Send email to case contact.



Here, I would like to send the email only to the contact from whom a mail is received to Creatio CRM instance. All the CC has to be removed?



How to achieve this?





Scenario : MAIL Notification is sent only to the sender not to the people in CC



STEP 1 : support@MyCreatio.com ---> configured in Creatio CRM Instance

 

STEP 2 : A user (From : TestUser@Company.com , CC : TestUser1@Company.com, TestUser2@Company.com) sends a mail to support@MyCreatio.com asking for a clarification/request.



STEP 3 : A new case is created and a notification is sent to the user who created a request (i.e., From : Support@MyCreatio.com, TO :  TestUser@Company.com, CC : TestUser1@Company.com, TestUser2@Company.com).



Here, I want to remove the CC and the notification is sent only to  TestUser@Company.com from whom the request is created.





Please find the attached image below for reference,

 

 

 

Best Regards,

Bhoobalan P.

 

Like 0

Like

4 comments

Hello Bhoonalan, 



Please enable Features CasesOnlyRespondToSender  and SendOnlyToContactEmail .  For MSSQL, use following script:



DECLARE @featureCode varchar(max) = 'Feature code',

 @featureId uniqueidentifier;

set @featureId = (select top 1 Id from Feature where Code = @featureCode);

IF @featureId is null

BEGIN

 insert into Feature

  (Name, Code)

 values

  (@featureCode, @featureCode);

 set @featureId = (select top 1 Id from Feature where Code = @featureCode);

END;

delete from AdminUnitFeatureState where FeatureId = @featureId;

insert into AdminUnitFeatureState

 (SysAdminUnitId, FeatureState, FeatureId)

values

 ('A29A3BA5-4B0D-DE11-9A51-005056C00008', 1, @featureId);



This script enables the feature , or creates the feature if it's not created on your instance 



Also, please enable sysSetting AutoNotifyOnlyContact.



Best Regards,

Yurii.

Yurii Sokil,

Thanks for the response!



I ran this query but I couldn't find the following two codes casesOnlyRespondToSender  and SendOnlyToContactEmail  in Feature table & AdminUnitFeatureState.



Kindly help me with where can I find the mentioned field values?

1.CasesOnlyRespondToSender  

2.SendOnlyToContactEmail  

Dear Bhoobalan, 



If you cannot find this codes, it means that the record for that feature doesn't exist in the Feature Table. 

Using the query i provided you can update the feature if it exists, or create it if it doesn't. So in your case the query will look like this(i'll only show the relevant piece of code, please use the full query mentioned above) : 



DECLARE @featureCode varchar(max) = 'casesOnlyRespondToSender',

.........

DECLARE @featureCode varchar(max) = 'SendOnlyToContactEmail ',

 ...........



Best regards,

Yurii.

 



​​​​​​​

Yurii Sokil,

Great, Appreciate your assistance!



This helps and also can you please help me with reverting the changes to the previous or existing ones.

Show all comments

Dear community,

 

How to find all the required activities created in the current stage of DCM, which have not been completed yet ?

For example, I need to determine that there is at least one required activity at the current stage of DCM.

 

 

Thank you in advance.

Best regards,

Mariia

Like 0

Like

3 comments

Hello Mariia,

 

You need to use the "Activity" detail (on the "History" tab) of the record where the DCM is set. Or you can simply take a look at the Actions Dashboard and see if there is an "*" mark on the activity subject and that means that the activity is required.

 

Best regards,

Oscar

Hello Oscar Dylan,

Thank you for your answer, but the task is a bit more complicated.

My business task is to prevent the process (that can be started with the button on the page) from changing the stage if there is at least one required action at this stage.

It is something like if the user change the stage manually (in the base logic of DCM):

 

Thank you in advance.

Best regards,

Mariia

Mariia Prostiak,

 

In order to get the information about the uncompleted activities please use the “GetRequiredUncompletedElements” method from the “Terrasoft.Core.DcmProcess” namespace. Please find more information about this method in the documentation by the link below:

 

https://academy.creatio.com/api/netcoreapi/7.15.0/index.html#Terrasoft.Core~Terrasoft.Core.DcmProcess.DcmEntityUtilities~GetRequiredUncompletedElements.html

 

Best regards,

Norton

Show all comments

Currently, it's possible to specify that certain conditions are met in order to progress Case Management from a given Status to another Status, such as what the current Status is and, when Approvals are turned on, that an Approval exists for the current Status.

 

It would be incredibly useful to have an additional type of data-driven transition checks such as 'last update to the record was over a month ago', or 'there is a record related to this one in some child table with a value of X'. These could be added to the Stage under 'Possible next stages' for each possible next stage (see screenshot) and would be checked each time the page is loaded to determine whether a user could progress to this next stage.

 

I think this would be a valuable addition to the Case Management system as it currently exists, please let me know what you think and vote this idea up if you agree.

 

2 comments

Dear Harvey,

 

This sounds like a great idea, thank you for the suggestion! I will forward it to our developers so they could consider enhancing the following functionality in the upcoming releases.

 

Best regards,

Angela

Thanks Angela!

Show all comments

Is it possible to specify certain data requirements for case management transitions to be enabled/disabled on?

 

For example, say I wanted to only enable a case transition from 'Draft' to 'Published' when there's at least one file attachment record - would this be possible?

 

Thanks in advance.

Like 0

Like

3 comments

Hi Harvey, 



Unfortunately, it is not possible to implement such behavior using out-of-the-box functionality.



But it is possible to do it with the help of additional development

which will perform the page validation to check if here's a file attached.



Thank you!



 

Bohdan Zdor,

 

Do you have an example of how this might be done so that it integrates nicely with how Case Management works out of the box? i.e. disabling clicking on a subsequent step unless a certain data condition is true? The simplest way I can think to implement this would be to have validation on the save event, but this would still allow the user to click on the subsequent stage but just fail to save, which isn't a great user experience.

 

Thanks,

Harvey

Harvey Adcock,

 

Such integration is possible in theory, but we did not face such integration before. You can only operate with the information which is available on the Academy.



Thank you.

 

Show all comments

Hello, I am creating a custom section for employees to submit access requests. I created a custom package called ITrequests which I've been building the custom section and all associated objects in. I've somehow run into this error when I try to save the Case, it says "Package sequence contains cycle: "ITrequests-->Custom-->ITrequests". This error is preventing me from saving this case. Can someone point me in the right direction for where to look to resolve this error?

 

Like 0

Like

7 comments

Check the dependencies for your package. Just guessing, but I assume it has something to do with that. Or a package that has your package as a dependency. Possibly a dependency that has your package as a dependency or something along those lines. (so check both the depends on packages and the dependent packages for your ITrequests package)

 

Ryan

Ryan Farley,

 

I thought that too, but Custom depends on all packages, and ITrequests can't depend on Custom, nothing can depend on the Custom package as far as I understand it. I had looked at them and at first glance it looked fine, but I will go through them again and see if I can find a "loop".

Mitch Kaschub,

Try checking what the dependency tree on the Package Dependencies tab shows for your package, anything weird about how that looks? Custom still shows at the bottom of the tree?

Ryan Farley,

 

Yes, the tree and the dependencies look as expected to me best I can tell.

 

The only other thing I can think of is I may have changed the "Current Package" system setting to "Custom" for a brief moment and inadvertently saved a change to one of the objects or pages in my "ITrequests" package before I set the system setting back to ITrequests. I think I'll recompile the system to see if that resolves it.

 

Ryan Farley,

No luck after recompiling. Same error. Probably have to be a support ticket? Anything else you can think for me to check?

Hello Mitch, 



Can you please check and make sure that package indicated in the system setting with code CustomPackageId is set to "Custom" and not to "ITrequests" or any other? 



Kind regards,

Roman Brown

Roman Brown,

Thank you! That was the issue!

Show all comments

Hi,

I am trying to find the parameter values changed through a process execution which is attached to a case stage.

I have enabled the trace data option in process.

 

But after the process ran, I can't see the traced data in the process log.

Is there anything I am missing to turn off or on?

The process has an approval element. Does it have to do anything with trace data option?

Like 0

Like

2 comments

Hello,

You did everything correct, but the trick here is that trace data cannot be received from "Terminate event". Please view trace data of approval element and check parameter values before this element execution and after this element execution so to get needed data.

Best regards,

Oscar

Thanks Oscar.

Actually the process was typically not accurate for the action that I wanted to perform.

Show all comments



Dear mates,

I'm trying to modify the DCM Opportunity.

I want to add a step before the first step.

But when i create a new step, the opportunity goes automatically to the old first step. i look everywhere i can, but i can't find why.

Does anybody have an idea please.

Thanks,

Nicolas

Like 0

Like

2 comments

Dear Nicolas,

In OOB system "stage" column is required when opportunity is created. You should check what stage is used when opportunity is created: http://prntscr.com/pqzl32

Dear Angela,

Effectively, i add the stage on the mini-page, and the stage used when opportunity is created is not the DCM first step (it is "En cours").

i have to find where the developper has forced the stage on the mini-page to a specific step.

=> Solution:

The default opportunity's stage was defined on the Opportunity Object.

Thank you Angela !

Show all comments