• 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…
  • Adding a related contact on create (Admin)

    Hello! Our team has been stuck on these one for a while. Recently we implemented some processes to notify clients on the status of cases. We managed this without a problem. However we noticed something odd. Since the contact is related automatically…
  • how to define relate field lookup value working in the modules

    I took the following sample off Cases module and tried to apply same pattern but it is not working for me 'site_mxxn' => array( 'name' => 'site_mxxn', 'rname' => 'name', 'id_name' => 'site_id', 'vname' => 'LBL_SITE_MXXN', 'type' => 'relate', …
  • Change Relate Field Value (Default is name field from selected record)

    Hello, What i am trying to achieve is that I have a relate field which is related to Products module. when i select any record from this field i can see the name of selected product in the record field. But i want that when i select any record in relate…