Released 21/09/2022
New Features
- CM-1795 - A new copyCase API method for copying cases
Improvements
- CM-1829 - Support has been added for Capita Paye.net for staff users of the Request Payment task
Once the payment field is installed and the appropriate API keys set up, in Case Management, the environment configuration End Pointconfig.<env>.CaseManagementRequestPayment.getConfig must be updated with the following:- Response schema updates
- Add a string
staffPaymentProvider - Add an object
capitaPayeNetSettings
- Add a string
- Script update
- Add
CAPITA_PAYENET: "CapitaPayeNet" , to thePaymentProviders constant - Add
config.staffPaymentProvider = PaymentProviders.CAPITA_PAYENET; after the lineconfig.paymentProvider = - Copy the capita PAYE.net section from the
config.example.CaseManagementRequestPayment.getConfig End Point - Return to the
config.<env>.CaseManagementRequestPayment.getConfig End Point - Update the
config.capitaPayeNetSettings.settings array with the PAYE.net details for your PAYE.net portal - Update the
config.capitaPayeNetSettings.glCodes array to include an entry for each glCode used in thei main Capita configuration. Please note that the names and ids must match between the main config and the PAYE.net config so that Case Management can select the correct configuration
- Add
- Response schema updates
- CM-1841 - The way case data and actions are retrieved has been refactored to guard against instances where a case could be claimed by a user but they wouldn't have any action buttons available
Fixes
- CM-1830 - Addresses an issue where a user's email address might not be retrieved, meaning they wouldn't receive any notifications. This fix adds a fallback for iCM installations where the profile mappings in iCM's User Settings haven't been set up
Last modified on September 22, 2022