Validate form based on subform fields not working
Can anyone tell me why this doesn't work? It runs on validate of my Projects form, which has the subform Tasks_Subform.
An equivalent workflow run on validate of the Tasks form itself works perfectly, but the below code just seems to do nothing. The Projects form simply closes regardless of whether the conditions have been met and doesn't show the alert message.
Thanks in advance.
for each row in input.Tasks_Subform
{
if(row.Closed = "Yes" && row.FY_complete_task = "")
{
alert "Specify the financial year the task was completed";
cancel submit;
}
}
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.