What is the difference between using ( . . PropertyName) and (%page.PropertyName) when opening an Id ?
What is the difference between using ( . . PropertyName) and (%page.PropertyName) when opening an Id ?
Product version: Caché 2018.1
Discussion (1)0
Comments
There is no difference depending on the case, but when using MVC architerure, the %page.Property can get properties from the controller class.