creating import set tables and transform maps through scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:25 AM
I had a task to have a UI action on incident from linked with a UI page to create a file upload functionality , also that file should be visible under the sys_attachment table after it is uploaded.
I am done with this scenario , now I have to create import set and then a transform map to map this uploaded data to the task_time_worked table which is also seen under the related list of incidents. I have to push that excel file data to the task_time_worked table so that the data for the incident is reflected under the related list.
Can someone let me know the code for it or the process that I can follow to get on with creating import set and transform maps for the same ???????
NOTE : I DON'T HAVE TO CREATE IMPORT SET AND TRANSFORM MAPS MANUALLY , IT SHOULD BE AUTOMATED. , i.e; as soon as I click the UPLOAD button it should trigger the import set creation as well the transform map.