Forum Discussion
Marco
4 months agoContributor II
Hi Rhankey.
Could you please provide an example of how I could implement what you mentioned? I do not fully understand the part about using CalcInfo.DataUnitNames.EntityName in my process.
rhankey
4 months agoContributor II
Dim CalcInfo As DataUnitInfo=DirectCast(args.Inputs(2),DataUnitInfo)
Dim ParamsDict As New Dictionary(Of String,String)
ParamsDict.Add("EntityParam",CalcInfo.DataUnitNames.EntityName)
BRApi.Utilities.ExecuteDataMgmtSequence(si,DMSequenceName,ParamsDict)
In the Data Management Package Step, you would set the EntityFilter=|!EntityParam!|
- Marco4 months agoContributor II
args.Inputs(2) - What value should go in inputs(2)? In my BR, which is a Dashboard Extender, this is marked as an error.
Related Content
- 2 years ago
- 3 years ago
- 2 years ago
- 10 months ago