SaveToTempBlob Procedure
Saves the XML to a TempBlob codeunit.
Overloads
Name | Description |
---|---|
SaveToTempBlob(Codeunit "QWETB Temp Blob") | Saves the XML to a TempBlob codeunit. |
SaveToTempBlob(Codeunit "Temp Blob") | Saves the XML to a TempBlob codeunit. |
SaveToTempBlob(Record "QWETB tTempBlob" temporary) | Saves the XML to a blob. |
SaveToTempBlob(Codeunit "QWETB Temp Blob") Procedure
Saves the XML to a TempBlob codeunit.
Signature
SaveToTempBlob(var TempBlob: Codeunit "QWETB Temp Blob")
Parameters
var TempBlob
Codeunit "QWETB Temp Blob"
The TempBlob codeunit where the XML will be saved.
SaveToTempBlob(Codeunit "Temp Blob") Procedure
Saves the XML to a TempBlob codeunit.
Signature
SaveToTempBlob(var TempBlob: Codeunit "Temp Blob")
Parameters
var TempBlob
Codeunit "Temp Blob"
The TempBlob codeunit where the XML will be saved.
SaveToTempBlob(Record "QWETB tTempBlob" temporary) Procedure
Saves the XML to a blob.
Deprecated
This procedure is deprecated and should not be used.
Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
Deprecated since: 27.0
Signature
[Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
SaveToTempBlob(var TempBlob: Record "QWETB tTempBlob" temporary)
Parameters
var TempBlob
Record "QWETB tTempBlob" temporary
The temporary record that contains the blob where the XML will be saved.
This documentation is generated from Smart Toolbox v27.0