Hi all,
I have a problem with my Apps on Action Bar on view
Basically when the user view their data information, there's delete button but i want to make it conditional where if the data 'status' field is closed the button is invisible but using ThisItem is not working because it's on the action bar.
Any idea?
This is the current DisplayMode
If(!IsBlank('IMP List'.Selected) && DataSourceInfo([@'IMP Data'] , DataSourceInfo.DeletePermission) , DisplayMode.Edit, DisplayMode.Disabled)
I want to add if IMPData Status="Open"
Thank you