tomansley / SimpliListViews

Salesforce List Views App Package
GNU General Public License v3.0
0 stars 0 forks source link

Sandbox: Can't Access Admin App #162

Open amartineverservice opened 1 day ago

amartineverservice commented 1 day ago

Describe the bug When in a sandbox environment, I am unable to access the Admin app in order to create or import a global config. This means I can't refresh the list views.

Simpli List View Version 2.267

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Simpli List Views Admin' App
  2. Wait a couple seconds and error message will display.

Expected behavior Ability to access the List Views Start & List Views Admin tab on the app.

Screenshots Attached.

Desktop (please complete the following information):

tomansley commented 1 day ago

Have you gone to the admin page and imported or created a config?

tomansley commented 1 day ago

More precisely. Have you gone to the "List View Admin" tab within the SLV Admin app?

amartineverservice commented 1 day ago

Yep. sandboxscreenshot2

tomansley commented 1 day ago

Ok, definitely a problem I will need to resolve.

To get passed this I believe you should be able to open a dev console. Click on Debug -> Execute Anonymous Apex.

Type in the following -

    simpli_lv.ListViewHelper.insertCoreConfiguration();

Click execute button. Assuming no errors were thrown try to reload the admin page.

amartineverservice commented 1 day ago

That worked, thank you!