Home Forums Development CPM Form : how does the form works with calculated attribute.?

Viewing 2 reply threads
  • Author
    Posts
    • #11285
      Sreeejith VRSreeejith VR
      Participant

      does the form re-evaluate the calculated attribute ? we are reading a calculated attribute in to the form and we have put a break point in the value of the calculated attribute. but its not even triggering.

      0
    • #11303
      Johnny ZhangJohnny Zhang
      Participant

      The form only re-evaluate the calculated attribute when dependent question answers are updated. The easiest way to debug calculated value expressions in the form is to use logger statements instead of breakpoints.

      0
      • #11439
        Sreeejith VRSreeejith VR
        Participant

        hi , how do i put logger information for a form question in a page?
        i tried (logger’info “User Flag” (@ question canCurrentUserEdit)) – its triggering a warning –
        screenshot attached

        0
        Attachments:
        You must be logged in to view attached files.
    • #11387
      Sreeejith VRSreeejith VR
      Participant

      hi, thanks for the comment. by ” dependent question answers are updated” – did u mean the dependency property in the class level ?

      0
Viewing 2 reply threads
  • You must be logged in to reply to this topic.