Skip to main content
August 18, 2024
Question

If we reorder the column name changes in Record type, will it get impacted in the database or not?1. YES 2. NO

  • August 18, 2024
  • 3 replies
  • 0 views

Could you please help me to find out the correct answer for this question?

3 replies

konduruc733182
August 18, 2024

Hello [mention:5020d9382b994a04885a77142ba25215:e9ed411860ed4f2ba0265705b8793d05] 

The answer to your question is NO, if its a column name change with the reordering or even just the reordering. It would update only the name change and not the order. If there is any change in the DB structure your record would provide you the updated Database script. When you change the order there no change in your script.

davidj137213
August 19, 2024

If the names are the same, and you only change the order of the fields...the database will not be impacted....

stefanhelzle0001
August 19, 2024

NO