How this relationship works?

J V

New Member
How the relationship between ih_hist and sp_mstr , works?
Do I have to make 4 different joins like these, if there is a array of fields like ih_slspsn[4]:
ih_slspsn[1] = sp_addr
ih_slspsn[2]=sp_addr
ih_slspsn[3]=sp_addr
ih_slspsn[4]=sp_addr

or is it sufficient to make just one relationship ih_slspsn[1] = sp_addr?
Please, help me to figure out.
 
D

dermie

Guest
You have to do them one by one if during sales order maintenace you are using multi-reps and assigning a different rep.

Hope this Helps

Message imported from PEG email list
 
Top