hi,
i have a section (mentioned below) where groupList is an instance collection. the section is building a collection with each instances pulled out by the groupList. but i am getting an error in the form( screenshot attached). any idea?
groupList : (((collection-find-items (((this’entity)’parents)’parent) (= (@ classCode) “GRP”))’companyChildren)’player)
(bp:section
groupList
(: caption “Existing Relations with EmiratesNBD”)
(: captions (@ section groupList lastName))
(: collection #t)
(bp:text enbdExternalId (: caption “CIF Number”) (: sync #f))
(bp:text lastName (: caption “Account Name”) (: sync #f))
(bp:object
enbdBusinessUnit
;(: caption “Account Name”)
(: sync #f)
;(: value ((@ section groupList enbdBusinessUnit)’name))
(: valueCaption “name”)
)
)
Attachments:
You must be
logged in to view attached files.