Subpanel List View: How to ONLY show parent related field as column

Hello everyone,

I have a module B. In this module there is a field created from a 1:n relationship, which points to the module C (Contacts).

Module B hangs as a subpanel under module A (also here a 1:n relationship). Now I want to show a column in the List View of this subpanel, which displays the values of the linked record from module C, without there being a (calculated) field in module B. The disadvantage of these calculated fields has been discussed sufficiently.

I did not find here how I can display these links and ask you here quite cordially for help. We're using Sugar 11 ENT On site.

Many thanks in advance!

Martin

  • There are 3 possible approaches:

    1. Calculated field (already discussed)
    2. Logic Hook process_record (requires development)
    3. Relate field on B with populate_list (it will copy the current value from C but, unfortunately, it is not going to update changes on C)
    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Thanks, André.

    We have now solved the issue with both calculated fields and logic hooks. Thanks for the hint regarding the process_record

    Kind regards.

    Martin