Need to remove unused fields from Record type.

Certified Associate Developer

Can anyone help me on this : -

You need to remove an unused field from an existing record type Product, which has data sync enabled and is backed by a database table. What should you do?
A. Delete the field from the record type and optionally delete the column from the database table.
B. Delete the field from the product Custom Data Type (CDT) and perform a full resync of the record type.
C. Delete the column from the database table and perform a full resync of the record type. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    hi,  Unused fields in a database don't directly cause performance issues since you wouldn't be writing or reading from that field we might have to think regarding efficiency in the long run. May vote for option C. That both the record type and the database schema remain synchronized. This approach eliminates the unused field from the record type and also in the database table and also has consistency in both the record and db.

Reply
  • 0
    Certified Senior Developer

    hi,  Unused fields in a database don't directly cause performance issues since you wouldn't be writing or reading from that field we might have to think regarding efficiency in the long run. May vote for option C. That both the record type and the database schema remain synchronized. This approach eliminates the unused field from the record type and also in the database table and also has consistency in both the record and db.

Children
No Data