Hi guys, I have three custom record course, secti...
# suitescript
m
Hi guys, I have three custom record course, section and terms. course has one to many section section has one to one term now when i add the field of section fields it appears to be duplicate in course save search for example I'm showing these columns (consider section column is not showing) SectionId and TermId column is showing from section fields custom record CourseId SectionId TermId 29 12 25 29 13 25 29 14 25 what i want is to appear this in savesearch regardless of sectionid CourseId TermId 29 25
l
Hi Muhammad, you need to group both fields to prevent it to be duplicated. It’s doing that because you have 3 sections and you are getting the term from section
m
I'did it but does not show the desired result I have added Terms summary to group still not accurate trsult
l
You need to set Summary = GROUP for CouseId too
most likely it’s just showing TermsId column now
m
Yes but i want to show multiple columns of CourseId but TermsId from Section fields
do i need to add Summary = Group for all the columns
l
sorry I didn’t get… multiple columns or rows?
r
Whatever columns you require just group them.