Is it possible to refresh the design of only specified design elements? Example: in your development database you have some ongoing design changes not ready for release. Meanwhile, users urgently need a new view. You would like to release the new view without releasing the other design changes (and there are no functional dependencies between the view and the incomplete changes). Is there any way to do this, other than pasting the new view directly into the production database (and likely ending up with two versions of it after the next full design release)?
Subject: Yes
EITHERTemporarily mark the ones you don’t want refreshed as ‘do not allow design replace or refresh to modify’
OR
Create a new template with a new template name
Mark the view to be modified with the new template name
Refresh from the new template
Subject: Thank you!
Your suggestions are much appreciated. I used to know about the temporary template method, but had forgotten it in the mists of time.