Skip links

Formda İstenilen Kayda Gitmek


Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118
Formda İstenilen Kayda Gitmek
Formda istenilen kayda gitmek için FormDataSource.findRecord(common _record) fonksiyonu kullanılıyor.
Form ilk açıldığında istenilen kaydın üzerinde bulunulması için:
1-Formun init fonksiyonunda:
if (element.args().record())
{
custQuotationJourRec = element.args().record();
}
2-Formun dataSourceunun active fonksiyonunda:
if((isFirst) && (custQuotationJourRec))
{
CustQuotationJour_ds.findRecord(custQuotationJourRec);
isFirst = false;
}
yazılarak kullanılabilir.

Join the Discussion