How to display child module subpanel items in Primary module subpanel

Hi All,

I need to display the sub panel items of a child module in its parent module.

Imagine There are three modules Say A,B,C

1)  Many to one  relationship between the module A & B and Module B is a child module of A.

2) Many to one relationship between the module B & C . Module C is a child module of B and module C's items are displayed as a Subpanel in B.

I need to display the B's module subpanel for module C in Module A. That is module C as a sub panel in Module A.

Please advise me to find a solution for this.

Parents
  • You need to implement a LogicHook process_record to populate a non-db field in module A with the field from module B.

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Hello André Lopes,

    Thank you,

    But actually I need to list the records of Module C in Module A.

    A -> B -> C are the three modules in hierarchical.

    I need to display module C records in the Sub panel of Module A. Please see the attached pic

Reply
  • Hello André Lopes,

    Thank you,

    But actually I need to list the records of Module C in Module A.

    A -> B -> C are the three modules in hierarchical.

    I need to display module C records in the Sub panel of Module A. Please see the attached pic

Children
  • You would need a function based subpanel, just like there are under Campaigns module, but unfortunately it is not sidecar compatible.

    So you should need to save on Module C records the id from Module A record on relating Module B records to a Module A record.

    This way you are able to render a regular Module C subpanel under Module A.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada