Hi Lukas, so I created a custom class in my project under the src folder.
Ivy.log().info("Name" + sourceProducts.get(0).name);
but when I go into an Ivy Script dialog and try to import it ie
Import ricoh.JavaFileOperations
I get an error saying the the import ricoh.JavaFileOperations cannot be resolved.