We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Comments
Waiting for such a solution, I have added the extension to search on asset name and implement a orchestrator runbook to concatenate some key field in the name.
https://github.com/synax/CiresonAdvancedPortalSearch
I have made a Search on Locations and Standards as well based on the above Advanced Portal Search.
As a matter of fact I have also built a Service Request search based on one of our custom fields (reference) based on this code.
You need to find the correct ManagedTypeId for the fields you want to search for and the correct ProjectionTypes for the Projections you want to search on.
... no but seriously. That is some awesomely brilliant work @denis_de_Jager - I'll have to get my download on and start playing with this.
Highest of fives sir.
Changing the code is complex, but you will find it extremely satisfying when you succeed to get this working.
I used this SQL query to find the GUID for the custom field property type (ManagedTypeId):
Please please please integrate the solution shown by @Dennis_de_Jager.
But then I thought, what if a user can lookup all Incidents or Service Request he has made:
The $Context strings are the same as you can insert in the E-Mail Notifications Template Editor
You only need to replace the CustomSystem_Library!System.WorkItemAffectedUser with the appropriate GUID.
Use this SQL query to find relationship GUIDs.
OR
OR
Around the $(".navbar__search--dropdown ul").... ; Code block in custom_InitSearch.js
This way you only display the dropdown options for specific role scopes.
I'd like to use this solution within a custom task containing a kendo window with a search input, instead of using the default search box. Any idea how I can achieve this ? It looks like most of the modifications should be made in custom_initsearch ?