// Schedule J For Periods Beginning On Or After January 1, 2014) if (!SFForms.StorageManager.hasOverrides(formInstanceId, "box3_118")) { if (!box13_6.trim().isEmpty()) { box3_118 = box13_6; } else { box3_118 = "0"; } } SFForms.StorageManager.setValue(formInstanceId, 'box3_118', box3_118); if (!SFForms.StorageManager.hasOverrides(formInstanceId, "box3_119")) { if (!box13_7.trim().isEmpty()) { box3_119 = box13_7; } else { box3_119 = "0"; } } SFForms.StorageManager.setValue(formInstanceId, 'box3_119', box3_119); // Same as above but no Overrides: // Schedule J For Periods Beginning On Or After January 1, 2014) if (!box13_6.trim().isEmpty()) { box3_118 = box13_6; } else { box3_118 = "0"; } SFForms.StorageManager.setValue(formInstanceId, 'box3_118', box3_118); if (!box13_7.trim().isEmpty()) { box3_119 = box13_7; } else { box3_119 = "0"; } SFForms.StorageManager.setValue(formInstanceId, 'box3_119', box3_119);