Forum Discussion
Hi ChrisLoran and thanks for stepping in!
What you are doing in the script is deleting one by one the properties. To achieve that, it means you already know the Time value property that needs to be deleted. How do you get a list of those time values? In your printscreen above, how would you get the list of 2020M1 and 2022M1?
and is there an api to delete all Time value properties of the InUse?
Thanks
NicolasArgente for time, try si.WorkflowClusterPk.TimeKey
For scenario, si.WorkflowClusterPk.ScenarioKey
In your rule:
Dim sScenario As String = ScenarioDimHelper.GetNameFromID(si, si.WorkflowClusterPk.ScenarioKey)
Dim sTime As String = BRApi.Finance.Time.GetNameFromId(si, si.WorkflowClusterPk.TimeKey)
- NicolasArgente2 years agoValued Contributor
Hi @@RobbSalzman and thanks for stepping in.
I see what you are doing, but my challenge is to collect all time periods where the value got customized in order to delete it.
Related Content
- 12 months ago
- 11 months ago
- 11 months ago