Home Forums Development CPM Form: section conflict

Viewing 1 reply thread
  • Author
    Posts
    • #11427
      Sreeejith VRSreeejith VR
      Participant

      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”)
      )
      )

      0
      Attachments:
      You must be logged in to view attached files.
    • #11513
      Johnny ZhangJohnny Zhang
      Participant

      Hi, these are data conflict errors indicating that the instance of the bound model has been removed. To resolve it in form, delete the obsolete section or resolve each conflict manually.

      0
      • #11531
        Sreeejith VRSreeejith VR
        Participant

        hi, thanks. even if i remove each conflict manually, if i reset the page the same error occurs . also this is coming every time when a new form is created. any idea why the instance is getting removed ?
        also this error is there for all the records built by the section.

        0
Viewing 1 reply thread
  • You must be logged in to reply to this topic.