Release Details
Release date | 31 Oct 2022 | ||||||||||||
Updated date | 02 Nov 2022 | ||||||||||||
This package version requires the following mandatory packages in place before installation.
|
Manual Installation Links
Production | https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jtnQ |
Sandbox | https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004jtnQ |
What's New?
Release Highlights |
Enhancement 1: Timesheet Approval Process improvements |
An optimisation improvement in the design around timesheet approval has been brought in to alleviate the problem of Transaction Pay batches and synchronisations within 2c9 Payroll. Previously existing code logic:
Current Code Logic Fix:
Instructions: As an Administrator (SF Administrator):
Step 1: From the App Launcher (9 dots), Choose Object Mappings "as an example, OFM-3, 41, 43 have been considered" Step 2: Navigate to OFM-3 (Object Field Mapping-3) Step 3: Navigate to the "Related" listing under OFM-3 and create a new mapping, OFM-41 Step 4: Self manage the Default Value field in OFM-43 and OFM-41 Based on the way 2c9 payroll synchronisation workflows need to run
Important
As a Scheduler:
As a Payroll Officer
|
Enhancement 2 - Flexibility in managing Travel Allowances |
An improvement in the design around managing travel allowances with adherence to the Australian Taxation office allowance calculation rules Previously existing code logic:
Current Code Logic Fix:
Instructions: As an Administrator (SF Administrator):
Important
As a Scheduler:
As a Mobile Resource (Support Worker):
|
Enhancement 3 - Leave Events with Project Codes and/or Interpretation Variation |
An improvement in the design to include Project codes in the leave events for accurate payment processing to employees. Previously existing code logic:
Current Code Logic Fix:
Instructions: As an Administrator (SF Administrator):
As a Scheduler:
As a Payroll Officer:
|
Enhancement 3 - Timesheet Approval error management |
Background: During the process of Skedulo Timesheet approval, there have been instances where the system errors with 101 SOQL error preventing the successful approval and data send to 2c9 payroll smoothly. A manual workaround enhancement has been provided in this release to prevent the error.
Instructions: As a Salesforce Administrator (one off activity) 1. Log on to the relevant Salesforce environment and open the "Developer Console" 2. Navigate to the "Debug" menu and select "Open Execute Anonymous execute window" 3. Paste the code detailed below and hit "Execute
List<String> timesheetIds = new List<String>{'a453h000000QvbMAAS'}; 2skedsg.skedApproveTimesheetBatch batch = new skedsg.skedApproveTimesheetBatch(timesheetIds); 3Database.executeBatch(batch);
Important
|
Comments
0 comments
Please sign in to leave a comment.