如何在SuiteCRM 8中添加入口点?

问题描述 投票:0回答:1

我正在尝试使用入口点在我的 suitecrm8 中添加自定义,但它不像以前版本的 Suitecrm 那样工作 有人对此有想法吗

我正在尝试使用入口点在我的 suitecrm8 中添加自定义,但它不起作用 EntryPoint 文件不工作 查看文件不起作用

suitecrm
1个回答
0
投票

首先您可以在这里注册您的入口点

public/legacy/custom/Extension/application/Ext/EntryPointRegistry/customEntryPoint.php

<?php
$entry_point_registry['create_entry_point'] = array(
    'file' => 'custom/include/create_entry_point.php',
    'auth' => true
);
最新问题
© www.soinside.com 2019 - 2024. All rights reserved.