The 1C:Enterprise developers forum
Hello there.I have a catalog table.# ..# ..#REFCUSTOMER is#REFEMAILI want to find the row with FindByAttribute. This feature takes only one parameter. I want to enter multiple parameters.Sample :Catalogs.MyCatalog.FindByAttribute ("PARAMETER1", "VALUE", "PARAMETER2", "VALUE" ...)How can I do that?
Try to use query. FindByAttribute returns only first record and doesn't support multiply parameters.