Also, has anyone else noticed how the webstorm plu...
# sdf
p
Also, has anyone else noticed how the webstorm plugin can’t really deal with some sorts of circular dependencies? Though to be honest, I have no idea how that would be solved seeing as you’d have to partially create objects, then add the component parts that were dependencies. An example I have from my system is a custom record that has a saved search sublist - the saved search searches another custom record that also contains the first custom record. You can’t create the first object because it needs the saved search as a sublist. You can’t create the saved search as it requires the 2nd custom record, and you can’t create the 1st custom record because it requires the 2nd custom record. I’d open a case with NetSuite, but I know it’d be a difficult thing for them to fix
c
Hello @PNJ, Honestly I don't have the answer to that question. First I would like to understand better the use case because is not clear to me, then I need to analyze if this is something that we can solve in the tooling side or is more a core/SDF implementation, and finally I would need to involve other members of the product area to think about it. I would happily follow this case if you send me an email with the explanation so I can share it internally and then come with a better answer to you. (colivares@netsuite.com)
p
Thank you. Let me create a trivial test case on a development account & I’ll get back to you! Thank you again
👍 1
Thanks again Carlos - I’ve just emailed you
h
Hi, I have also experienced this issue, especially with sublists on a Custom record. I have to remove dependent objects and deploy several times, each time adding the next dependency back in. There is an Enhancement request for SDF to manage circular dependencies Enhancement # 568674.