parentName attribute not working in formula

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mwandelt
    Junior Member
    • Sep 2016
    • 23

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    try
    name = parent.name;

    Comment

    • mwandelt
      Junior Member
      • Sep 2016
      • 23

      #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...