We created a custom column CCC_UID_Person on attestationcase as a FK to UID_Person. However, the column does not showup on Attestation procedure. We checked permissions and they look OK
The attestation procedure is a separate table (AttestationObject). Extending AttestationCase won't "propagate" your schema changes to that table. The attestation procedure essentially supplies information on how to fill the attestation case - the system uses the information from the procedure to populate the columns in case.
The attestation procedure is a separate table (AttestationObject). Extending AttestationCase won't "propagate" your schema changes to that table. The attestation procedure essentially supplies information on how to fill the attestation case - the system uses the information from the procedure to populate the columns in case.