CRM2016 On Premises
I have a custom entity that when a record is created it executes a vb code workflow. part of that workflow is to generate a pdf from SSRS. Is it possible , instead of physically creating the pdf file to disc .. create it as an attachment on the notes for the calling record .
Ie if I add record 1 .. it executes my workflow, does a few bits and then fire the SSRS and in a sense save the pdf to the notes field
I know there is information to add the pdf to an email without creating the physical file on disc, can this work the same way with notes
result = rs.Render(format, devInfo, extension, encoding, mimeType, warnings, streamIDs)
simple terms I want my workflow to create a PFD and add that pdf to the record that executed the workflow
*This post is locked for comments