Info |
---|
The history of the internal release notes can be found here. |
Table of Contents | ||||
---|---|---|---|---|
|
...
Sprint 142
WORK IN PROGRESS
Tender Management
Custom tender field, reporting - Custom tender fields were added last summer, but due to other priorities the reporting part was not completed yet. This is now available. In Reports, the fields are shown in categories, which can be collapsed/expanded:
System fields: contains all default values, general available for all users
Custom fields: contains all active custom fields (will only appear if you have at least 1 created custom field)
Custom fields (inactive): contains all inactive custom fields (will only appear if you have at least 1 inactive custom field)
...
Publication - Prefilling awarded suppliers - For award notices, the awarded suppliers are now prefilled as an organization. This only happens for forms 25-37, and only the suppliers that are marked as “Awarded” in the award menu of a tender, will be added when a form is created.
NOT TESTED YETPublication - Disabled action ‘delete’ when form is in Error state - When a form is in Error state, buyers often want to delete the form (to create a new one). This action would lead to an Error 500 screen. For that reason, the 3 dot menu to ‘delete’ a form is disabled. When mousing over the option a tooltip is shown “It’s not possible to delete a form in Error state. Please contact the service desk to revert the form back to Edit mode.“. The Service desk agent can return the form to Draft via the MeForms dashboard. After this action, the status in S2C is also updated to the buyer can edit the form and submit it again. Please note the following 2 things:
This option is temporary until MeForms develops an API so users can return an Error form to Draft themselves. This action is now only available through the MeForms dashboard (so for support colleagues only).
This will not resolve cases where the TenderNed connection number is filled out wrongly. The form can be returned to Draft, but still the TenderNed connection number can not be edited. This is because this field is locked for editing. Two things can be done in this case:
The form can now be deleted, because it’s returned to Draft. The buyer can create a new form within the same tender, and fill out the right TenderNed connection number when creating the new form.
The TenderNed connection number in the MeForms form can be ‘unlocked’ by making a change in the JSON file. It’s recommended to save a copy of the JSON in a notepad file, before saving any changes. Support colleagues can open the MeForms dashboard and follow the below 3 steps. After that, they can remove the line of code that locks the “TenderNed connection number” and save the JSON. Buyers will be able to fill out the correct TenderNed connection number in the form and submit the form again.
HOWEVER: Buyers must be informed this issue will reoccur in follow-up notices, as the TenderNed connection number is not changed in the tender itself (this will be fixed later). The buyer would need to contact support again for every follow-up notice in that tender, and support needs to repeat this action. For that reason, option 1 is less support intensive.
NOT TESTED YET
NEEDS TESTING: DPS disqualification comments - Suppliers struggle to find the comments after their application has been disqualified in a DPS. The comments are now shown more prominently within the Requirements section of their offer.
SCREENSHOT BEFORE AND AFTERNEEDS TESTING: TenderGuid endpoint - Buyers can get access to an API endpoint with which they can get all their tender data, as often as they want. This can be used by organization who want their tender data in another (BI) tool and combine it with data of other internal tools.
Please note: a guide of how to use this can be used is not yet available. This will be created later.
NOT TESTED YET
Intake Management
Searchable picklist options - Some picklist options became very long and this mainly occurred in the Intakemanagement module. We decided to change the behavior for fields that have more than 10 picklist options so we do not overcomplicate small lists, but simplify the process for long lists.
Please note that the current state of the picklist in Intake management is not sufficient. An updated screenshot will be added later.
Contract Management
Replace task owners - Within the Contract Management admin menu, a new menu has been added called “Task Management”. This allows admins to easily replace the owner of a task with another user. The admin can pick a user in the “Assigned to” picklist, which automatically updates the list of tasks assigned to that user. Note that the list will only show users who have a task assigned to them. After selecting a user in the second picklist, the admin can click on “Replace” which prompts a warning. Confirmation will result in a replacement of task owners. This action will be logged in the Domain logs.
Visible meta-fields - Within the Contract Management admin menu, a new sub-menu has been added to the “Fields” menu. This is called “Meta fields”, similar to how SRM works. The addition of this menu allows users to view all available meta fields, change the custom name of this meta field, make them read-only (to fill the field through an API for example), and add a help text.
...