Lead to opportunity workflow based on a field value

I am trying to convert a lead in to a opportunity based on a field value.Below is the workflow i have configured. But it is showing an error upon saving. can someone explain me easily what this is and how to fix this issue.

Like 0

Like

1 comments

Greetings!

 

This error occurs because you are using an object from the *UsrCrt* package on a page that belongs to another package. 

Since the package is lower in the hierarchy than the *UsrCrt* package, you are encountering a cyclic dependency error. 

To resolve this issue, you need to move the schema to the correct package.
 

Alternatively, you can restructure the package dependencies to ensure that the schemas are accessible.
 

You can find more details in the article:

https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/app-management/cyclic-connection-chains
 

Best regards, 
Orkhan

Show all comments