Hi, I have a scenario where I have a Geodatabase Feature class which has a subtype.
Depending on the subtype I split the data into a feature class and a related table. The relationship class is defined as
Source OID
Destination RelatedOID
In a standard scenario one would have a pre-existing Destination table and can use counters, and renamers, etc or the data model would not have used the OID for the relationship.
Does anyone know how one might go about getting the OID of the newly created feature and populating that into the related table? I might have to do this as a subprocess or seperate model to post process the data but would like to avoid that if at all possible.
Thanks