Object Reference: In the template, we have “objectReference“ as field feature, this field enables it’s Entity to have a reference to other entities (Ashrafuzzaman Purno bhai, need to add which entities it can refer to). Example: `AKTOR_RELASJON` under Participant module → Aktor can refer to Project entities. To set a field as object reference, the field must be of type uuid
and objectReference
selected as feature.
Table Name Reference: In the template, we have another feature field “tableNameReference“, this field works in conjunction with the objectReference. When the objectReference field is selected, the entity type of the objectReference is autofilled (from the UI). To enable this, there must be a objectReference field, and a tableNameReference field, the tableNameReference field must be of type varchar.