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.
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,
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?