This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding UID_Department.UID_ParentDepartment to the person edit column list in Web Designer

In the Web Designer I wish to add a person's FK(UID_Department).UID_ParentDepartment to the person edit column list (as read-only).  How can this be achieved in the version 7.1.2 web designer?  I'm not sure how the FK relationship can be defined in the column config now, although this was easy in v6.

Thanks, Neil.

  • Hi Neil,

    This is how you can implement this:

     

    - Customize the configuration key VI_Employee_MasterData_OrganizationalAttributes.

    - Look up the definition tree (on VI_Employee_Edit)

    - Add a new property and set the following properties:

     1. Rule =  objectwalker("FK(uid_department).uid_parentdepartment[d]")

     2. Label = datacaption("Department", "UID_ParentDepartment")

    This is the location where the config key should be set:

     

    .. and the result:

     

     

    Hope this helps

     

    Hanno

  • Thanks, exactly what I was looking for. I didn't realise you could use the ObjectWalker in this context, but simple once you know!
    Neil.