Written by

Quality Analyst at BPlus Tecnologia
Question Andre Larsen Barbosa · Feb 26, 2021

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

Comments

Andy Coutinho · Feb 26, 2021

There is no difference depending on the case, but when using MVC architerure, the %page.Property can get properties from the controller class.

0