No, itâs more complicated than that. You donât just put new files in there and call them. The files have to fit in to the architecture, which is complex (highly configurable, self-writing program).
Normally when you customize, you start with an existing file, and just make small changes.
You need to learn how to develop for SuiteCRM, itâs not the same thing as merely developing with PHP.
I recommend Jim Mackinâs eBook âSuiteCRM for Developersâ, you can buy it online.
Yes- I am following that book as well, I have created a scheduler stuff as said in the book.
There are couples of problems with that.
I donât see the newly created scheduler when creating a scheduler via the admin->scheduler (i have done repair and rebuild,scheduler rebuild).
Also I would like to know how to trigger the scheduler manually via browser or some other. I tried to trigger with browser url by entring the file path, when I do that it shows fatal error file not found(topic of question)
Well, the only connection is that if you want to trigger the scheduler job manually from a browser youâll need to add it to the Entrypoints list and 'requireâing the entrypoint.php might help make available all the classes you need to include.
But I am not entirely sure of how to help you, Iâm just looking for possible issues and solutionsâŚ