Page 1 of 1

Related Table Readonly Issue

Posted: 26 Sep 2016
by ksertkaya
Hi,



When I add new item in related table, my column's value which deleted was readonly. How can I get value for this column?

http://prntscr.com/cmg4yy

http://prntscr.com/cmga81

Thanks.

Re: Related Table Readonly Issue

Posted: 26 Sep 2016
by Dmitry Kozlov
If you're adding a related item through a dialog, use the code in the child form to retrieve values from the parent form:

Code: Select all

window.top.fd.field('FieldName').value()