Is there a way to skip specific files when publishing a scoped app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 12:40 PM
Wondering if there's a way to skip a specific record when publishing. We have a UI action on a scoped app that redirects to a URL but the client is wanting it to be a different URL in each instance. Dev, test, etc.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2022 02:01 AM
Hi Charlie,
a good practice in that cas would be not to hardcode the URL in the UI Action, but to create a system property to store it. Then it is really easy to set it up correctly on each instance, plus you can create clone preserves for it etc.
Otherwise, I am not aware of a way to skip a specific configuration file. IIRC, if you just remove a file in the related list under the application form, it will delete the actual UI Action too, which I guess is not what you want.
So my best advice is refactor your app as suggested above 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2024 01:35 PM
What about excluding system properties so they are preserved in production?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2024 01:39 PM
Great Article that answers this question.