APPGINI HELPER
Posted: 2022-12-01 17:23
Hi,
I'm trying to Add a button to table view with a table called customers, but I can't get the Open button to appear
This is my code in the customers-tv.js file
jQuery(function () {
let tv = AppGiniHelper.TV;
let customers = tv.getcustomers();
let href = customers + "_view.php?SelectedID=%CustomerID%";
tv.addLink(href, "search", "Open");
});
Of course, other APPGINI HELPER functions are working well for me
Regards
I'm trying to Add a button to table view with a table called customers, but I can't get the Open button to appear
This is my code in the customers-tv.js file
jQuery(function () {
let tv = AppGiniHelper.TV;
let customers = tv.getcustomers();
let href = customers + "_view.php?SelectedID=%CustomerID%";
tv.addLink(href, "search", "Open");
});
Of course, other APPGINI HELPER functions are working well for me
Regards