Hi,
I created a Command button with mode set as Global. This command button is present on a nested list.


If I want to add an enabling condition on my global command like - parent.OrderNo = “415”, it doesn’t work. It remains enabled for all Order Nos.

The syntax parent.ColumnName doesn’t gets the value when mode = Global
I don’t know why it is like this. Since the parent.ColumnName will always have the same value for the connected nested list, why this syntax doesn’t work? Am I doing something wrong?
Thanks,
Rohit