Hello,
I will be moving several images to VendorAttachment which needs to be automated due to the number of incoming images.
I'm working on a process flow that takes an image in file storage and adds it to the VendorAttachment business class. I can successfully create the record on VendorAttachment and view the image in file storage but when I look in VendorAttachment the file will not open. I believe this is is due to the BinaryData in FileStorage being BinaryObject

and the Attachment.File in VendorAttachment being BinaryDocument.

So my question is, what is the method to get a BinaryDocument out of a BinaryObject?