@Mark Johnson
Thank you so much.
We tried to use the associations you recommended. However still we don't get the player list we expects (Only players belonging to the team listed).
We added "Has Player" and "Is Player For" associations to the AssiociationTypes list of System and use them.
We created the following BOs:
Module:
cstBaseballTeam
BO1:
cstBaseballTeam (Parent) Fields: cstBaseBallTeamidTX(Object Mapping Field), cstBaseballTeamNameTX
BO2:
cstBaseballPlayer Fields: cstBaseballTeamidTX(We use cstBaseballTeamidTX instead of cstBaseballTeamid2TX as you recommended), cstPlayerNameTX, cstPlayerAgeNU
I posted the following screen captures related to association settings. I'd appreciate it if you check our settings are correct?
- Association of cstBaseballTeam
- Association of cstBaseballPlayer
- QuerySection of cstBaseballTeam form
- Association Filter of Advanced tab ("Query - cstBaseballPlayer" that is used in the QuerySection)