Conversion Error in BPM BAQ query design - : Cannot convert lambda expression to type 'string' because it is not a delegate type

Need a valuable assistance in developing BPM in E10.1.500…While setting table criteria in BAQ for validating whether PO is approved or not, i am getting following error,

There is at least one compilation error.

Exception caught in: Epicor.ServiceModel

Error Detail

Description: There is at least one compilation error.
Details:
Error CS1593: Delegate ‘System.Func<Erp.Tables.POHeader,int,bool>’ does not take 1 arguments [Update.Pre.app.cs(66,21)]
Error CS1660: Cannot convert lambda expression to type ‘string’ because it is not a delegate type [Update.Pre.app.cs(66,21)]
Error CS0103: The name ‘A’ does not exist in the current context [Update.Pre.app.cs(66,59)]

any suggession is greatly appreciated as i am new to C#.

1 Criteria expression :

2 Error :

Thanks

Use double quotes around the “A”

2 Likes

Thanks Dan :slight_smile:… it worked…