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
1 comments
14:58 Oct 03, 2024
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:
Best regards,
Orkhan
Show all comments