Is there a way to save CustomField.getAssociatedProjectObjects()
values in a list?
I have tried something like this:
List<Project> associatedProjects = CustomField.getAssociatedProjectObjects();
But this does not work. I receive error: "cannot find symbol".