Forum Discussion
Marco
2 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
2 months agoContributor
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!|
- Marco2 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
- 8 months ago
- 3 years ago
- 10 months ago