pstevens71
pstevens71
#### Issue The issue is that if an email is already imported there are a whole bunch of other options in the ACTIONS menu like: Create Case, Create Bug, Create...
#### Issue I normally create entry points for custom graphs or reports. The entry points are by nature an internal link like: myurl.com/?entryPoint=myentrypoint I would use iframe dashlet to insert...
## Description Created a new function getCustomEntrypoints() to find all the custom entry points, then modified the function isSelfRequest($endpoint) to check the list of custom entry points in which case...
## Description I believe this line was added in the wrong place as part of: https://github.com/salesagility/SuiteCRM/commit/9aff7071bb86df7e06e2cf56aa3060fc00e3978a It appears in the final code in line 613 not 330. This causes the...
#### Issue When a project is created with a template a 500 error is generated: ``` [18-Jan-2024 21:30:25 UTC] PHP Fatal error: Uncaught Error: Call to a member function format()...
#### Issue Database error in subpanels with the error: ERROR 1250 (42000): Table ‘…’ from one of the SELECTs cannot be used in global ORDER clause. The issue pertains to...
#### Issue When adding a Textblock field, the contents of the textblock do not appear on the front end. The field title displays, but not the content. When inspecting the...
#### Issue There are a bunch of issues surrounding group email accounts. I've proposed some fixes already. First, group email accounts do not get marked as "is_group" = 1 currently....
#### Issue In the SuiteCRM 8 Opportunity detail view it is no longer possible to edit the Opportunity Role for a contact. #### Expected Behavior In previous versions when you...
Allows currency fields to be parsed in email templates as currency on the final email. The current $value just outputs raw value. Needs to be formatted as currency. There is...