Hello All,
I have doubt regarding the saving of XML File into BLOB type field in a table created.
I have tried this code
ActivityLog."Request BLOB".CREATEOUTSTREAM(StreamOutObj);
XMLDoc.Save(StreamOutObj);
ActivityLog.INSERT;
The details of the above are
Activity log : Record Variable
XML Doc : Dot Net type variable
Please help me
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks for da rply rashed...
Share the solution, i have similar issues.