Options

Automatic import file in BC 15

Anis14Anis14 Member Posts: 2
Hello ,
I have to create a drag and drop file factbox with the addin control. (BC 15)
in the old version I use the "TempBlob" table, , but table 'TempBlob' is marked for removal.

qw5x1des3jw3.png

so I used codeunit 4100 "Temp Blob", but I did not find a solution to create a blob from a text, before using the function "TempBlob.FromBase64String (Value);"
this function has been moved to codeunit 4110 "Base64 Convert" function ToBase64 , it's not useful for me.
Now I'm using FileName: = FileManagement.BLOBImportWithFilter ( TempBlob, ImportTxt, FileName, StrSubstNo (FileDialogTxt, FilterTxt),
I am looking for another solution to create the blob from a path or a text, can you please help me ?
Sign In or Register to comment.