CRM Client Script cant get Data
Im trying to get my Subform with 'ZDK.Page.getField("subform");' inside a detail page client script but it only returns null,
.getValue() also returns null.
The same line of code inside an editing page client script works flawlessly.
I want to do some things when i click a button on canvas, for that i need the subform data, how would I do this inside a detail page?