Is there anyway i can join one entity to another, using a modified key? For instance, i want to join EntityA.ID with EntityB.ID, but i want to add 100 to EntityA.ID before the join. Is this possible?
When using the entityRelation to join between these entities, set the CustomFilter to the specific filter, and set CustomFilterReplacesOnClause to true