Custom Scoped Application not available in Studio

NICK145
Giga Contributor

Hi Team,

We have created a custom application in NewYork and Published it to Application Repository. Post that we had the instance upgraded to Orlando. Now we installed the App on DEV instance. 

We have requirement to make the application available on Mobile. Now when we checked into Studio the custom application is not available. 

Added a couple of admins as developers of the app but the Custom Application is not coming in studio to do the mobile Applet configurations.

@Brad Tilton @Chuck Tomasi @Kalaiarasan Pushpanathan @Ankur Bawiskar 

--
Regards,
Nitish

1 ACCEPTED SOLUTION

NICK145
Giga Contributor

Hi Chuck,

Found the culprit, during clone the 'sys_app' table was not Preserved due to which the application was coming in Read mode only.

It was a slight overlook, as we usually don't preserve that table. (Sigh)

View solution in original post

12 REPLIES 12

NICK145
Giga Contributor

Hi Chuck,

Found the culprit, during clone the 'sys_app' table was not Preserved due to which the application was coming in Read mode only.

It was a slight overlook, as we usually don't preserve that table. (Sigh)

Was there an easy way to fix this?

Inactive_Use945
Kilo Expert

i am in a similar situation:

1. Created App in DEV.
2. Published to Repo.
3. Installed in QA
4. DEV cloned from PROD
5. App installed from My Company Applications

Now the app is not there in sys_app table and i cannot edit it in Studio too. What is to be done to fix this issue?

Hi Sankalp,

Restore the DEV to its previous state before Clone. Then in the PROD, exclude tables add the table 'sys_app'. Also, add this table in the Preserve Data.

--
Regards,
Nitish

Thanks for that answer. Any other creative ideas as I see some challenges internally to do it.