• Custom Field Type field definition mandatory_fetch not working

    I have built a Custom Field Type similar to the built-in Relate field which stores a record name and requires two additional custom fields alongside it to store the record ID and module. I have not inherited from the relate field because the functionality…
  • Dynamically add fields to sub-panel on editiviewdefs.php

    Hi All, I am trying to create non-db fields for a custom module from the Account Module. I want this fields to be dynamically created so that if anything changes on Account Module, new fields can also be brought to my custom module after rebuild. In my…