Announcement

Collapse
No announcement yet.

parentName attribute not working in formula

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • parentName attribute not working in formula

    In the meeting entity I have defined this formula:

    Code:
    name = parentName;
    But this doesn't work, the name will always be empty.

    When I try parentId or parentType instead, it will work, but that's not, what I want.

  • #2
    Hello
    try
    name = parent.name;

    Comment


    • #3
      Thanks for the hint, parent.name is working for me, so my current problem is solved.

      But nevertheless, the attribute selector in the formula editor shows parentName as a valid attribute, but it is not working. So this must be considered a bug.

      Comment

      Working...
      X