Trying to build a script to gather information about objects such as Packages or Policies, I get errors like AttributeError: 'Packages' object has no attribute 'classic' after running any command such as allpackages.recordWithId(500) or Packages().find(141)
Trying to build a script to gather information about objects such as Packages or Policies, I get errors like
AttributeError: 'Packages' object has no attribute 'classic'after running any command such asallpackages.recordWithId(500)orPackages().find(141)