This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom column in attestaioncase not showing on attestation procedure

Hello,

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

Please advise

Parents
  • Hi,

    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.

    HTH
    Kunal
Reply
  • Hi,

    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.

    HTH
    Kunal
Children
No Data