I have a custom opportunity entity. The opportunity is linked to a project client entity with 1:N.
When the opportunity is closed as won, the workflow generates a new project. The project should inherit the same clients which has been added to the opportunity via client entity. The project has also a 1:N relation to project client.
Basically I need to update the project client’s project field when the opportunity is closed, but how?