- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2020 03:10 AM
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.
--
Regards,
Nitish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 12:24 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 12:24 AM
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2021 12:21 PM
Was there an easy way to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 01:56 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 03:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 03:50 AM
Thanks for that answer. Any other creative ideas as I see some challenges internally to do it.