I’m working on a requirement in Constellation 25.1 where I need to map an attachment received via an email listener to an attachment-type property in my case.
Scenario:
-
When an email is received, a case is automatically created using the email listener.
-
The attachment is successfully added to the case, and we can view it in the case instance (Attachments section).
-
However, we are unable to find the attachment data in the clipboard under
pyWorkPageor any accessible page/property. -
The only reference we can see is a relationship key (
pzInsKey) pointing toData-WorkAttach-File.
What we observed:
-
From tracing, the email listener calls the
AddAttachmentFromMailactivity. -
This activity saves the attachment as a
Data-WorkAttach-Fileinstance. -
The actual file content is stored in the
pyStreamproperty of that class.
Requirement:
-
We need to map this attachment to a case-level property of type
Embed-Attach-File(single page property). -
However, we couldn’t find a direct way to access or copy the attachment data into this property.
Questions:
-
Is it possible to map an email listener attachment directly to an attachment-type property in the case in Constellation?
-
If yes, what would be the recommended approach?
Any guidance or best practices would be greatly appreciated.
Thanks in advance!



