Show detail by UD in the confirmation rule for the data that fails

ghizlanemnafe
New Contributor

Hello team,
I am wondering if I can call an UD détail with args.confirmationruleargs.info  ? I need to display and show only the data that fail based on UD.base , is it possible to do that on the info box in the confirm rules or should i do it through BRs and then call it in the conf rule? And do you have an idea what can be the syntax to show the base members of a specific UD that fail ?
Thanks in advance , appreciate your help

1 REPLY 1

kwojsz
New Contributor III

Not sure if I fully understand your query, but if your confirmation rule iterates over any DataBuffer you can easily get all the dimension details from the cells within this DataBuffer (using syntax: <cell>.GetMemberName or <cell>.GetAccountName, etc.) and then you can pass it to ConfirmationRuleArgs.InfoX property to present it in the UI.

Please sign in! ghizlanemnafe