I'm working on a script to update DVE child names and also any reference within services which has that DVE. I know with DVEs it is recommended to delete it and then just re-create it with the new information, but we'd prefer not to do so.
I want to take advantage of the DVE parent element which already has all the checks and code to rename the DVEs the correct way. The issue is that the table that triggers that logic has row = true
Is there a way to set this parameter externally and passing the key along to be able to re-use the QA?
Hi Geovanny, when you use the element.SetParameterByPrimaryKey(string name, string primaryKey, object value) method on the DVE parent element in your script, the QAction should be triggered with the given key.