/**
* log("sample logging statement") --> can be used to print any data in the browser console.
* ZDK module can be used for customising the UI and other functionalities.
* return false to prevent <SAVE> action
**/
var deal = ZDK.Apps.CRM.Deals.fetchById("4356038000026643023");
var street_1 = zdk.apps.crm.Ship_Street_1 = "123 Main Street";
var response = deal.__update;