Trying to use the Application.addObjectsByType() and am getting this error:
java.lang.Error: Unresolved compilation problems: The type com.appiancorp.ix.Type cannot be resolved. It is indirectly referenced from required .class files The type com.appiancorp.ix.Haul cannot be resolved. It is indirectly referenced from required .class files
Is there an issue with the SDK or have I missed something?
Any help resolving this error is much appreciated
SDK I'm using if from v20.2
Discussion posts and replies are publicly visible
I've seen that error when I tried to use cast to a class from com.appiancorp.ix.Type. I found another jar library that included ix classes https://github.com/mchirlin/ps-ext-FitNesseForAppian/blob/master/plugins/AutomatedTestServlet/lib-compile/appian-ix.jar.
Thanks for the info. I'll give it a shot