I managed to update the Dockerfile and scripts to build successfully using the bullseye node package and bellsoft-java8, however I'm stuck with the yarn.lock looking for the seedbed package on cache.sugardev.team.
I looked around and it doesn't look…
I have the following logic hook
<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
require_once('modules/Order/OrderSearchHelper.php');
/**
* Class OrderHooks
*/
class OrderHooks
{
public $bean;…