\$sp.getform is there in form widget can we use that same in new widget instead of implementing again?
Hi,var f = $sp.getForm(data.table, data.sys_id, data.query);This is there in Form widget i am doing customization , i cloned the form widget and am using that , Now How to use this var f = $sp.getForm in a new widget (same functionality) , am new to ...
