System Property vs Sys_id hard code

Code_Tiefling
Tera Contributor

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.

1 ACCEPTED SOLUTION

Sainath N
Mega Sage
Mega Sage

@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.

View solution in original post

2 REPLIES 2

Sainath N
Mega Sage
Mega Sage

@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.

Code_Tiefling
Tera Contributor

Thank you so much!!