Is there a way to convert .msg files to Pdf in the sys_attachment table in Service Now? - servicenow

I need to convert the .msg attachment files(Content Type : application/octetstream) in the sys_attachmemt table to pdf in service now. Is there a way I can do that using fix script? Any other possible solution suggestions would also be helpful.

Related

How do I upload a File type in Dynamics 365 using c#

I have a file abc.jpeg that I would like to upload and attach to an entity prefix_account and the image property is called prefix_accountimage. What is the best approach to do this with any file size. Do I need to use InitializeFileBlocksUploadRequest? Does someone have a full working example of code that can accomplish this?

Is there a solution to get a .msg File from the MS Graph API?

I have the task to get several Mails with the Graph API and archive those as .msg files to a server.
Right now, i'm only able to get mails as MIME. Is there a way to transform those into .msg files?
MSG file format is specific to the Windows version of Outlook. Neither Graph nor EWS expose that file format in any way. You can create an MSG file (see How to create ".msg" file without using outlook in mfc?) and import EML into it.
Also note that Outlook will be just as happy to open and display an EML file as an MSG file, so it might make sense to work with EML files, even if they don't expose all the information and MAPI specific properties that an MSG file can store.

Filepond - Not supported image types

When trying to upload .arw and .ct2 files, I am getting the 'Image type not supported' error message in the file status area. Like this
So here are my questions:
Is it possible to add support for .arw and .ct2 file types?
Is it possible to know what other file types are not currently supported?
Thanks
This particular error message was generated by FilePondPluginImageValidateSize, as it obviously does not support these file types.
Setting allowImageValidateSize to 'false' solved this for me.
Still would be nice to know exactly what image types are not supported by this plugin, if possible :) Haven't found this info in the docs.
Thanks

AbstractExcelView - read only files

I am using AbstractExcelView to write a excel spreadsheet. The only problem that we have is Excel is generating a message "This file originated from an Internet location and might be unsafe. Click for more details".
Now, is there any way we can avoid this through the java code to create the excel?
We're using HSSFWorkbook and CreationHelper to create the spreadsheet.
Any tips/ suggestion would be really helpful!
Thanks,
Vineeth

SSRS data-driven subscriptions saving pdf file on the parameter value passed

I have a SSRS 2008 R2 report, with a parameter employeeID. When we do the data driven subscription I am exporting the report into a PDF file.
The PDF is saved/generated as reportname.pdf by default.Can we save the pdf as reportparameter.pdf.
Example:If we have an employeeID as 223,can the PDF generated for that emoloyeeID be saved as 223.pdf.
Does SSRS support this scenario when the method of delivery is through email ?
The only way save the filename as you indicate would be using the ssrs api. You can't save to another filename using the subscription service as it will use the report name as the filename :(
you might want to check out Boomerang Notification Services for SQL server from Fuel9. The framework is easy to use and you can among other things control each file name. I think I have some sample code (tsql) doing just this so let me know if you interested and I'll see if I can dig it up for you.
Cheers,
/M

Resources