-
Section designer/import/export removing the space at the end of each 10,000 char record when concatenating records on long sections.
-
Resolution to an internal atrieveERP issue with web Section Designer import/export, whereby if the 10,000 character was a space, it was being lost. (Web product installation issue experienced by atrieveERP Services Team only).
-
Authorizer section map not being re-calculated for emp email recipient if there was more than one during additional routing.
-
Resolution to routing issue where section security (Placed on the Routing Authorizer code) was not being properly handled if there was more than one employee receiving an email on an additional routing route. Issue was originally found with Occupational Health & Safety which was currently the only product using the security on the Routing Authorizer code.
-
Filter redirect authorizer codes by form code if a new profile has form code in it.
-
New Web Form Redirect Filter – Used by web products with a Redirect button option such as Leave Management, Invoice Entry Web, Employee Expense Web, Work Flows, OH&S.
-
Changes have made to which authorizers appear in the redirect select box during routing (and on final form maintenance – OH&S). Up until now, authorizers in the routing authorizer database would appear regardless of which system they were created for.
-
A new profile option has been added that will trigger new functionality that will do the following as outlined below (Screen Shot). atrieveERP has access to this profile, if you require this new option enabled.
-
To activate this new functionality, you just need to enter the form codes of the system you want to use this logic. If this field is blank, or the system in question isn’t in this list, the previous functionality of showing authorizers without any form code checking will occur.
-
If the form code in question is in the profile, the program will read through all routes for the form code, and only include authorizers that are in all of the form routes. So if there are no routes set up for a product i.e. IEW, then you could expect to not see any authorizers in the redirect authorizer drop down. Also, if authorizers that you want to see in a particular route code are not in the redirection authorizer select box, you can simply create a dummy route and add in the authorizer codes that you want to appear in the redirect dialog. This should give you a good amount of control over what authorizers appear.
-
Modify EMAIL ONLY form generation to include pending tasks; add new A and O options
NEW routing option for web products such as Leave Management Web, Staffing Requisition Web, Occupational Health and Safety, HR Workflows, Expense Reimbursement, Schedule Entry Web.
Both of these new options will include the current section even though it’s not yet completed.
-
The EMAIL ALL EMAIL ONLY-DISPLAY THIS AND ALL SECTIONS option will include the email only section and all of the other completed sections as well.
-
The EMAIL ONE EMAIL ONLY-DISPLAY THIS ONE SECTION ONLY option will only display the email only section in the email, and NOT any other completed sections. This may eliminate the need to use section security if all you want them to see in the email is the one EMAIL ONLY section.
-
Schedule import missed a salary code. HR Report Writer New fields added to the Schedule data table.
-
HR Report Writer (HRW) – Improve Schedule data table to include Evaluated Field Logic and the addition of Assignment Salary Code, Assignment Salary Start Date and Assignment Salary End date fields.
-
Schedule from Location Database; trigger loading of location database fields based on multiple fte fields changing.
Staffing Requisition Web (SRW) - Improve the SRW schedule widget to make schedule defaulting and schedule units checking work if the entry has more than one hours/fte field, i.e. like Saskatchewan who have four. The new code will check all fields for changes and total all fields for checking purposes.
-
Location Selection screen - add position selection (the ability to filter from init codes differently between location forms and location forms with position selection).
-
Staffing Requisition Web (SRW) enhancement to add position selection to the location selection page.
Control which positions display in the drop-down box by adding a new web profile field that will allow filtering based on the following position code criteria:
-
*This filtering will be combined with applicable employee security/role security by performing a ‘union’ to ultimately decide which positions will be displayed.
-
Logic to display which form depending on position selected; associate forms specified in profile maintenance with the selection 'new position' from Location Forms with Position Selection.
Staffing Requisition Web (SRW) enhancement to add logic to display which form displays depending on the position selected.
-
SEW Show Hide History By Default
Schedule Entry Web (SEW) – Resolution to where the system was ignoring the defined ‘Screen Control Profile’ setting and not properly displaying/hiding the Schedule History. The system was using the ‘default’ Screen Control profile instead of the proper CATEGORY one. The reason was, for each line of the schedule it displays, it checks the value(s) of the screen control profile to make various decisions about what it should/shouldn't do. For the line in question, where the show/hide schedule history link was being displayed, the position isn't being displayed, and as a result it had no choice but to use the default screen control value. The code has been fixed by using the last position that was non-blank, which results in the correct screen control profile being used, and the schedule history being correctly hidden or displayed depending on the profile value.