Has anyone solved the circular dependency issue? ...
# sdf
d
Has anyone solved the circular dependency issue? I can't seem to get it resolved no matter what I do
p
When I’ve encountered it I’ve had to create manual “placeholder” objects in the environment. For example creating a role with the correct script id but without the reference and then deploy the other objects and then updating the role again. Always felt it should be doable to build some logic to handle it but haven’t had an opportunity to dive into it. Would be very interested to hear if someone has managed to solve this
m
I haven't had issues deploying a custom role with a custom record permission. Is that what y'all are trying to do?
p
My main issues has been when we’ve had 3 components with circular dependencies to each other
m
@Petter Does yours actually throw an error or only a warning?
p
I don’t actively develop in NS anymore but pretty sure it was an error since I had to do the steps i described above