if I have a function actionTest().. how do I reques/submit to it ? from the view?
how to call a custom method of controller
Collapse
X
-
PHP Code:public function postActionTest($params, $data, $request)
PHP Code:this.ajaxPostRequest('EntityType/action/test', { key1: 'Value1' }).then(function () { }.bind(this));
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment