Published: December 14, 2023
Latest update: October 17, 2024
Build range: 24.01 (23.02.021 – 23.02.072)
Release Notes v24.01
What’s New v24.01 for feature highlights.
Advisories
Version 24.01
GENERAL
- Resource Console / Reminder Notifications behavior has changed since previous version. Upon creation of Dispatch, Opportunity, and Task schedules (and Assignments), the Reminder will default the Popup flag to ON. Exception: tasks will not default to ON if the parent task is flagged “Hide from RC.” UR60662407
- Resource Console speed improvements may impact customs due to changes to #scheduleitems temp table. UR69526948
ACCOUNTING
- It is no longer possible to reverse deposit entries on Vouchers and Invoices. UR63799247
- In order to support a growing number of clients that wish to submit VAT through Q360, the process now utilizes a proxy method when granting Q360 permission to submit VAT information. Customers wishing to submit VAT through Q360 must ensure their server can access “https://www.w360.solutions360.com/hmrcVatProxy/hmrcvat_proxy.php.” UR45481292
- Expense posting no longer includes tax in the ledger entry. UR56242134
- Check printing using the MICR-B font: unless Q360 hosts your website, you are required to purchase the MICR font for your server for the Account / Routing Numbers to display properly. UR43234646
HR
- Output column date_time has been changed to StartDate in LDView_Timebill. When upgrading to this build, all existing LD reports that reference the retired column name must be updated to reflect this core change. UR68900454
INVENTORY
- Manufacturer Select drop down list has been reverted to a free-form input field. UR79478729
- All Pick Queue and Ship Queue customs should be revisited after upgrade. UR59747642
PROJECTS
- Resource Console / Reminder Notifications. Upon creation of Dispatch, Opportunity, and Task schedules (and Assignments), the Reminder will default the popup flag to ON. Exception: tasks will not default to ON if the parent task is flagged “Hide from RC.” UR60662407
- Resource Console speed improvements may affect customs due to change to #scheduleitems temp table. UR69526948
- Core Live Data Report Q0063 “Projected vs Actual Hours” no longer supports the ability to run the report with the inclusion of ALL projects. This report may now be run with closed Projects (POST status) OR unclosed Projects (Pre / Active status), but not both. UR78402424
SALES
- Contact List Import process has been improved. Any existing import templates will need to be updated. User may update their template by going to Maintenance > Import Map Builder and selecting the Standard Contact List Template, and then using the Extended Menu to “Download Template.” Pre-existing “Standard” templates will not work and will need to be updated. UR61073525
Deprecated
- Accounting > Accounts Receivable > Invoices. Users no longer have the ability to dictate sequence order of Line Items when printing, either by dragging or changing the Seq No. value manually. This feature has been removed. This was done to remove accidental grouping of items that mimicked Sections as Section functionality does not exist on Invoices. UR85886953
Other important changes
Highlights
Permissions
Config Data Changes
General Code Changes
Highlights
Permissions
Added:
- BUDGETMENU (view): Allows user to see Delete button on Define Budgets screen. UR63793715
- CREDITCARD (view, create, exec): Allows External Users to view, create and edit credit cards used for invoice payments. Note: External Users may only see credit cards they have added. UR59747647
- SUBCCONSOL (view only): Allows user to view subcontractor flag and tab on Customer form. UR59747621
- SUBCLICTYP (view, create, delete, edit): Allows user to access and define subcontractor license types. UR59747621
- SUBCRATE (view, create, delete, edit): Allows user to access and define subcontractor rates. UR59747621
- SUBCREGION (view, create, delete, edit): Allows user to access and define subcontractor regions. UR59747621
- SUBCSKILLS (view, create, delete, edit): Allows user to access and define subcontractor skills. UR59747621
- SUBINSTYP (view, create, delete, edit): Allows user to access and define subcontractor insurance types. UR59747621
Changed:
- KBASE (view, create, edit, delete): Knowledge Base form now uses the KBASE permission (VIEW, EDIT, CREATE, DELETE options). This permission is now accessible to External Users (default = OFF). KBASE (view) permission now checked prior to opening Knowledge Base form from Toolbar and Menu. UR85439111
- USERMAINT (create) and WEBUSER (create): These existing permissions are now required to use the new Copy External User option. UR82458309
Config data Changes
Added:
- CLOUDSTORAGEDB: When populated, Cloud Storage will be disabled if the config value does not match the current database (even if it is the Production database). If this config item is left blank, the old functionality that checks PRODDBNAME will remain in place. UR83484351
- HTTPREQUEST_TIMEOUT: ConfigValue1 is the number of seconds before an HTTP_Request from the SQL CLR will timeout. Default Value is 1200 seconds.
Changing this value alone has no effect, you must subsequently run the HTTPClient_Install.sql script which recreates the assemblies, dependencies, and will set the timeout config. UR85730712 - RDLHEADERBGCOLOR: Controls Customer Statement header row background colors similar to Invoices / Quotes. UR82456615
- RDLHEADERTEXTCOLOR: Controls Customer Statement header row text color similar to Invoices / Quotes. UR82456615
- VOUCHERPERCHECKSTUB: Controls the number of checks printed on a single check stub prior to overflowing onto a new page. Note: this value must be consistent with the logic in the Check Template and changing it without updating the template may cause inconsistencies in printed checks. UR65863460
General Code Changes
- Added codetype PSUBCAT: Allows user to define selectable Sub Categories on the Product and Product Detail forms. UR83633747