Hi Dojo,
When creating a Function Resource in scripting I want to have it enabled immediately after creation.
Is there a call that does this?
Hi Jens,
If you use SRM Solution you have an extension method for that called EnableDve (namespace Skyline.DataMiner.Library.Resource).
Hi Jens,
You could try to set column pid 65136 on the generic dve table of the parent element of the resource.
The correct row in that table can be identified by looking up the resource ID in table column 65138.
Hi Jens
Depending on the settings of the function manager some time before a booking starts that function resource will be enabled when it's needed.
If you'd like to test that function resource and apply a profile to it, you can use the PLS Tester for that. It'll enable that function resource, if that wouldn't be the case, before applying the profile.
Exactly what I was looking. Thank you!