Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I copy record values in a workflow to a new record, I cannot update the values without it updating the value in both records. #1778

Open
1 task done
lennyhorstink2 opened this issue Apr 24, 2024 · 0 comments

Comments

@lennyhorstink2
Copy link

lennyhorstink2 commented Apr 24, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Version of Corteza

2023.9.5

Current Behavior

I have a workflow that creates a new record and a step where I copy the values. Now, if I update any value in the new record, it updates also the value in the main record of which the values were copied.

image

image

image

Expected Behavior

If I clone values in a new record, I should be able to update them without it updating the data of the values of the record I cloned the data from.

The last screenshot above should show:

record.values.AccountName = account name (from the record)
recordB.values.AccountName = modified
recordC.values.AccountName = modified again

Steps To Reproduce

  1. You can test it on QC in the CRM instance,
  2. Go to the account module. There is a "CRM - Clone" button. The workflow it calls has ID 383351435045109761.
  3. Hit the button.

Environment and versions

No response

Anything else?

Reported first on the forum: https://forum.cortezaproject.org/t/copying-a-record-in-wf/2015/3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant