how to get display value and sys id from server script to client controller in service portal
Hi All, I am sending data through server.get and trying to fetch the data from server side, i want to display the data filled in a catalog in tabular form. //Client Controller c.getloc= function() { var loc=c.loc.displayValue; if(loc==''){ c.cl...
