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

  • 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
  • Thanks for the response Kunal. We extended attestationobject to include UID_Person as a FK. However, the column does not show up in the attestation procedure in Manager for us to assign this column a value.
    We are trying to create a new column that shows in attestation procedure in manager and assign it to UID_Person. Please advise if this is the correct approach
    Thanks in advance,
  • I don't think it will reflect in Manager. Can I ask what is the intention behind what you are trying to do?
  • Thanks for the response. When an attestation triggers we need to send an email with some field specific to the user in question and we are trying to access the specific values like person company etc using uid_person
    If the field will not reflect in Manager, is there a way to accomplish what we are trying to do?
  • We used a script in the email template to obtain the values needed from person