Skip to main content

Hi,

On the pers_related view there is a column called Related_id, does anyone know if this field should be incremental or not as I am unable to work out the logic.

Thank you.

Nikki

Hi @mlcscottonn,

It seems to be taken from the oracle sequence "RELATED_ID".

Cheers !
Dhananjaya.


Hi @mlcscottonn ,

This is incremental.
(Related_Id gets the next value each time when inserting a new record. If the current value is 10, then the next value would be 11 or higher as how the sequence is defined.)

/Sandun M.