- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 02:06 PM
I'm working on a script and I want to use a system property rather than hardcoding a sys_id.
Question is, if I create the system property in my DEV instance within my update set will it be passed to PROD in the update set? or must I create it on Prod as well??
Very newbie question I know, I appreciate your time.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 02:09 PM
@Code_Tiefling : System properties gets captured in update sets, so update set migration will take care of the property to be carried forwarded from DEV to PROD.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 02:09 PM
@Code_Tiefling : System properties gets captured in update sets, so update set migration will take care of the property to be carried forwarded from DEV to PROD.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 03:28 PM
Thank you so much!!