- void JulDepositDateSet()
- {
- JulNextDepositList = Payment [(JulPayment > 0.01 && (JulDepositDate is null))];
- JulNextDepositList.JulDepositDate = zoho.currentdate.addDay(1);
- openUrl("https://creator.zoho.com/rampartcrossinghoa/rcb/#View:Jul?JulDepositDate_op=33", "Same window");
- }
What I done wrong to not have this openUrl command execute? Thank you for your help.