SetTextToBlobStorage Method
Write a string to Temp Blob Codeunit.
Syntax
Code
Parameters
blobHelper
Type: Codeunit "Temp Blob"
Temp Blob codeunit object to write the text into.
string
Type: Text
String to write into the Temp Blob codeunit object.
Return Value
None
Remarks
This should only be used for long text stored in blob.
Last modified on


