Assuming setvalue is required, the following 3 results were found.
var r_Field = ZDK.Page.getField('Pipeline'); if (r_User.Department == "Sales Team") { r_Field.setValue("Sales Pipeline"); } else { r_Field.setValue("Hire Pipeline"); } Save and Close Issue(s) Encountered Using the CS IDE Run: This can't run ZDK...
// set quote account lookup var f_Account = ZDK.Page.getField('Account_Name'); f_Account.setValue({ id: o_OppDetails._Distributor_Lookup_Id, name: o_DistDetails.Account_Name }); } if (o_OppDetails._Reseller_Lookup_Id != null) { // get reseller record...
to set the value of each String type property // Make sure the length of the new value doesn't exceed the column size p.SetValue(Row, ValueToConvert, null); } } catch (Exception e) { // Only handle ColumnIsNull and NullReference Exceptions if...