I am trying to create a sudo release notification for customers. I have added a new UD field on the customer that carries over to the Order called ASNEmail_c. I then have a BPM setup to check to see if the Ready to Fullfill checkbox changes from false to true and that ASNEmail_c is not “” Then it will send an email and in the to box i am sending it to that email address.
I am getting the following error when I try to set a dynamic email address. I am pretty sure I have done this in E10, but maybe I didn’t.
MasterUpdate.Pre.ASNEmail.cs(183,36): error CS1061: ‘OrderRelRow’ does not contain a definition for ‘ASNEmail_c’ and no accessible extension method ‘ASNEmail_c’ accepting a first argument of type ‘OrderRelRow’ could be found (are you missing a using directive or an assembly reference?)