cyb456
cyb456
hope this gets added soon
yes that would be a duplicate
I was able to hacky fix it by adding if($this->object_name == 'Case'){ return true; } to SugarBean.php in hasCustomFields() For some reason hasCustomFields() is blank/false for Cases when running the...
I am again asking if someone could look into this, still occuring after pulling in the changes from https://github.com/salesagility/SuiteCRM/pull/10275 the root issue is $GLOBALS['dictionary']['Case']['custom_fields'] seems to always be false when...
> Can anyone get a stack trace at that point (function hasCustomFields), when running from the Scheduler or cron (the cases where it fails)? Knowing where it is being called...
one other thing I noticed is LIMIT 1000, 1000, does that mean the first 0-1000 worked?
> `LIMIT` is not compatible with Microsoft SQL Server or standard SQL, so it should be changed to be compatible with the standard SQL. For example: > > https://github.com/salesagility/SuiteCRM/blob/b39d9610f705807ce4b595c04031b001c2f0c819/include/database/MssqlManager.php#L433 That...
The fixed suggested seems to work for me, how has it been two years and still not added?
I noticed this happens in lazyvim too
having this same issue, it happens even with injectGeneratedDirsAndFiles: false result being I cant use this on zod output without a bunch of error messages ``` hooks: { afterAllFilesWrite: ['eslint...