Stream: implementers
Topic: Binary reference
Sufyan Patel (Nov 14 2018 at 13:55):
Hi,
There is probably a very easy answer to this but any help is appreciated.
If I create a Binary resource with ab id.
Now if I want to refer to this resource via DocumentReference, which element is best?
The DocumentReference.content.attachment can be used to add the data but is there any way to provide a reference to the Binary that I have created?
Will it be a matter of entering it in the attachment.url element?
Thank You
Lloyd McKenzie (Nov 14 2018 at 14:03):
Attachment.url is the correct solution
John Moehrke (Nov 14 2018 at 17:02):
correct
Last updated: Apr 12 2022 at 19:14 UTC