I would like to create an alert message if a record already exists in a report.
can someone please give me a hint on what should I write or where should I read?
if (Objecion[Factura == input.Factura].count() > 0)
{
alert "Este número de factura ya existe, Favor verificar estado.";
}