How to Customize these files Call.php Meetings.php Email Reminder.php

Hi

i want to customize these file

  • modules/Meetings/Meeting.php
  • modules/Calls/Calls.php
  • modules/Activities/EmailReminder.php

i tried to create

  • custom/modules/Meetings/Meeting.php
  • custom/modules/Calls/Calls.php
  • custom/modules/Activities/EmailReminder.php

After that i did “Quick Repair and Rebuild” but my changes did not have any effect.

NB: if i modify directly the files of suitecrm, my changes work like a charm.

Someone, can explain to me how to use custom these files ?
I do not like to modify directly the file of suitecrm, i want to use the directory custom but i do not know how (or better i belive that i did right, but it did not work.)

Best Regards

I don’t know exactly the answer, but if it doesn’t work by file replacement, often the expected mechanism is class overrides.

So for example you see the class in Meetings.php is called Meeting.

With this Google search for `extends Meeting" you get a few results, try it that way:

https://www.google.com/search?q=sugarcrm+"extends+meeting"

https://www.google.com/search?q=suitecrm+"extends+meeting"

The same logic applies to the other files.

It is not clear for me.

Someone can make an example to customize the files?

Best Regard