I need to change the name of a field of an existing CDT to match database field. The CDT is backed by database entity whose data store has the automatically update database schema option disabled. The old column name is EMPLOYEEID and the new column isEMPLOYEE_ID.how to proceed further.
1. Download the CDT as XSD, make the appropriate changes, and re-upload the XSD, verify and publish the data store.
2. Rename the field in the record type in appian to automatically update the CDT field.
3. Rename the field in the CDT in appian. Verify and publish the data store.
Discussion posts and replies are publicly visible
Where is this question coming from?
IMHO no answer is correct as all rely on the disabled automatic schema management. And answer 2 mentions records, but the question is only about CDTs and data stores.
Stefan Helzle This question is asked in the Developer Certification. So which answer would be correct?
If that change in the DB is already done, then answer 1 is correct.