Hi,
The intention is to prefilter resources based on the configuration of some custom properties, that the user filled in, in the SRM_CreateNewBooking wizard.
Is this feature built in the SRM solution or do we need to customize this?
Kind regards,
Hi Jason,
One way to do that is to add a capability parameter(s) to your resources with the supported values for the custom property.
Then you have a DTR rule that runs when the resource assignment screen appears the first time, you need to check which is the best fit. In that DTR you set the capability parameter based on the property value that was selected.
It will be one more script execution so there’s a bit more load but shouldn’t make much of a difference.
You would need to trigger on a parameter of profile, then the DTR would set the capability parameter and the resource auto selection should be already with the filter.
We could accomplish it by using the following feature: https://docs.dataminer.services/user-guide/Standard_Apps/SRM/srm_advanced_config/Service_Orchestration_advanced/Service_Orchestration_resources_pools.html#setting-up-additional-pre-filtering
Hi Jason,
Maybe this is what you are looking for: Service Orchestration: resources configuration | DataMiner Docs. It is possible to create a pre-filter based on a capability. I'm not sure if you are able to use a property.
Hi Wannes,
Thanks for reaching out.
Unfortunately this is not what we are looking for.
Hi Wannes,
This is what we are using in the end.
Hi Jorge,
Would this add more load to the system as the default flow is:
– Auto assign resources
– Execute DTR’s
But we would need to auto assign again after executing the DTR?
Kind regards,