when I try to install some pkg from application hub gives me this error
Like
1 comments
16:27 Sep 01, 2025
Hello Mariam,
The message “Inactive package ‘AmsSurvey’ was not found” indicates the system has an reference to a missing inactive plugin package. To resolve this:
- retrieve the package Id via [SELECT "Id","Name" FROM "SysInactivePackage";]
- delete that entry with [DELETE FROM "SysInactivePackage" WHERE "Id"='AmsSurvey package_id';]
- then rerun the installation to reinstall the package.
Show all comments