Hi FolksJust sharing the experience!When writing to child record via write record, there was no error on process model, but it was still not writing to DB.
Then we realized the issue was because of two reason which we did not pay attention
1. We need to make sure the record object is updated o latest version means below pop should not be visible
2. On the model switch to latest version of smart service.
Discussion posts and replies are publicly visible
To be clear, updating the record type will ensure that rv!record will automatically include everything the start process form requires. It doesn't impact Write Records directly, but you could probably see the difference in the record variable constructed in your process. You can also check the variable in the process execution to see what is passed in to Write Records. Regarding the version, looking at tools -> documentation in your process main toolbar, you can see the version of the node.
Hi Dhananjay, our records and smart services are on latest version still we see this issue, any solution you found for this?
Is there any other potential issue you already ruled out?
Process ran successfully ,no errors thrown
I mean, did you verify that e.g. the relationship is enabled for write/delete?
It helps a lot when you describe what you already did to investigate this issue.
Do you want to continue this conversation in this thread, or your other one?
Yes relation is enabled for write/delete