Hi all #lwc Updating field in custom object on uploading Excel - apex

The requirement is we have to update custom field on uploading excel file.
For this We have created a lwc component (action button) that upload file, this file getting into file object till here all okay but how to attach this file from file object(we need to fetch reference id( LinkedEntityId )) to custom object so that we can update field? and also can we try using Screen flow

Related

Using CloudKit console to add image data to a record

I am trying to set up a small CloudKit database using the console app to use during development of my app. The database has just a few records with only two fields each: a string as a name and an asset which is supposed to refer to an image. When adding a new record I click in the image field the console lets me pick a file, say "DSC_0175.jpeg" and "DSC_0175.jpeg (2823.05KB) ready to upload" appears in the field. (I get the same if I drag and drop the image file into the field.) However when I click Save, I get an error message at the bottom of the record panel saying "Load failed" and while the record gets saved with its name field, the image field is empty in the resulting record. Any suggestions for what I'm doing wrong.

How to make file clickable in upload collection?

I am doing upload collection component in sap ui5. I want to make file clickable after upload. Previously uploaded files are getting clickable but currently uploaded files are not getting clickable. Please help me to find solution.
Below is my XML code :
You have not set the mode for the Upload list, by default this is set to None. Add a mode parameter in you List as below. This will make the List clickable.
mode="SingleSelectMaster"
Reference:
https://sapui5.netweaver.ondemand.com/#docs/api/symbols/sap.m.UploadCollection.html#getMode
https://sapui5.netweaver.ondemand.com/#docs/api/symbols/sap.m.ListMode.html

StackOverFlowException while trying to generate multiple PDFs using iTextSharp

I'm using iTextSharp to generate PDF files from a console application. And I wanted to add a footer to the PDF report. Hence as suggested, I have created a Footer class which inherits PdfPageEventHelper class and overiding the OnEndPage event. Then I have the assigned the instance of this footer class to the PageEvent of my Writer object. Now everything works fine and the PDF file is getting generated.
But I face the problem when I want to generate multiple PDF files in a loop. When I try to create PDF files in a loop, I'm getting StackOverFlowException in the onEndPage event after generating few files. Any suggestions to get rid of this exception? Thanks in Advance.
Regards,
Muthiah

How to add custom properties to PDF document in Jasper Reports?

I need to put some custom properties into PDF document. Is possible to do that on JRPdfExporter class or somewhere else (filler etc) ? I can't find this.
Update:
I found only PdfStamper.setMoreInfo() method from iText. It works on exising pdf file only.

how xmlwriter use with objective c?

I want to create xml file. I have three text fields and one button in my interface builder. In three text fields getting value from user. In this code i want to define event on button that is when click on button then all in formation of all three text fields save in xml file. Now i want to write/save these values in xml file in which i have define attributes like name of person , email and phone number. I have no idea about xml file so tell how i do that? For that what i will do in xml file? How set code for these event in xcode?
firstly u learn how to use xml in objective C.
and use Tbxml
http://www.tbxml.co.uk/TBXML/TBXML_Free.html
download the tbxml.Zip and learn this project ...and implement