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
Can you post your gradle/maven build file?
Hi Vinay, I don't have a gradle/maven build file as I followed the setup here: https://docs.appian.com/suite/help/20.3/Custom_Function_Plug-ins.html and Eclipse can create JAR files by exporting. I can convert it to maven/gradle if that will help troubleshooting. If so, do you have any steps for me to follow to make sure my setup is correct?
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