Hi All,
As per my business requirement I need to create BPF on three entities like Entity1, Entity2, Enitity3 and BPF starts at Entity1 and ends with Entity3
stage1: Entity1
Stage2: Entity2 ( on Entity2 record creation, I have a lookup on entity3 to select one record)
Stage3: Entity2
Stage4:Entity2
Stage5: Entity2
Stage6: Entity3 (Here its asking me create new record for Entity3, but since I have already selected Entity3 in stage2, I need to use the same in further stages )
Stage7:Entity3
Stage8:Entity3
at stage6, it not should ask to create new record for entity3, but allow to use the one already selected in Stage2. Is there is way to achieve this.All possible solutions are welcome.
Regards,
Persis