Below code gives you how to bind Hyperlink field Using ECMA

var hyperValue = new SP.FieldUrlValue();
hyperValue.set_url("/sites/Assetmgmt/SitePages/DisplayUserAccCretn.aspx?IID=" + idValue);
hyperValue.set_description("View");

oListItem.set_item("View", hyperValue);

Comments

Popular posts from this blog

SPSiteDataQuery to get data from multiple lists in site collection level in sharepoint 2013

Some of the Share Point Object Which I Practiced Till Now

My Interview Experience