Error - Reference UD fields in a BPM

Can’t seem to Reference UD fields in a BPM.
need help with proper assembly reference for UD fields in 10.x

System.Drawing.Bitmap CS1061 ‘CustomerRow’ does not contain a definition for ‘InvoiceComment_c’ and no extension method ‘InvoiceComment_c’ accepting a first argument of type ‘CustomerRow’ could be found (are you missing a using directive or an assembly reference?)

Is it a Data Directive or Method Directive?

Try CustomerRow[“InvoiceComment_c”]

1 Like

Thanks @hkeric.wci i appreciate the help

I am not 100% certain when it worked . but i will confirm tomorrow.

ttCustomerRecList[“InvoiceComment_c”] = email;

ps: it’s (Method Direcive - PreProcess)