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