手机App
Deluge 任务提醒旨在通过显示富有意义的消息来提醒用户。它可用于除“成功时”块之外的所有工作流块。提醒消息显示在弹出窗口中。
注:当放入“验证时”块时,alert 任务的消息仅在后面跟随取消提交时才会显示。如果没有取消提交,Zoho Creator 会忽略执行提醒任务。
alert <value>;
其中 <value> 是要显示的提醒消息。
Age ( type = number ) on validate { if (input.Age < 20) && (input.Age >100) { alert "Age should be between 20 and 100"; cancel submit; } }
on validate { opening = New_Opening [Position_Name == input.Applied_For]; if (opening.Status == “Closed”) { alert "The job profile " + input.Applied_For + " for which you have applied is not currently open"; cancel submit; } }
写信给我们:support@zohocorp.com.cn