Hello,
i have a Configuration set up, where I have a superclass “PC” and “Desktop” and “Notebook” are inheriting. One Key function I need to have, is to be able to print “Desktop” and “Notebook” at the same time as a .csv file. Everytime I try to print the Superclass this Error comes:
{“success”:false,“messages”:[{“level”:“ERROR”,“show_user”:false,“message”:“java.lang.IllegalArgumentException: permission denied for attribute = Attribute{owner=PC, name=IdClass}”}]}
Is there hacky way to do it, if its not possible? I really really need to have this functionality.
Thanky you,
Martin