Hi,
I get the same java.lang.NullPointerException when accessing a query.
The query is for BOEmailRecord which contains;
Attribute Type
- SentOn ------ CURRENT_TIMESTAMP
- Contact ------ BOContactPerson
- DOC ------ Document
BO ContactPerson is owner of the BOemailRecord.
I have 2 processes which functions like this:
1st process
PICK ONE OR MORE FROM 'Contact Person for email notifications'
SendNotificationToContact
2nd process called SendNotificationToContact:
CREATE OutgoingEmail WITH Outgoingemail.Attachment=Invoice.PDFInvoice
SEND OutgoingEmail TO BOContactPerson
CREATE BOEmailRecord WITH BOEmailRecord.Contact=BOContactPerson
EmailRecord.DOC=OutgoingEmail.Attachment
In a menu I have a button with "Run Query" of "BOEmailRecord". When accesing this button it appears this error:

the AW server says : java.lang.NullPointerException
Anyone can help on this please??
Thank you