Skip to main content
Question

Import Scenario to Add Link to Existing File

  • December 7, 2021
  • 3 replies
  • 202 views

One of our technicians Uploaded 302 videos to the wrong place.  He was to attach the videos uniquely to the appointment detail line and instead attached them to the ‘asset’ screen which is a customization.  I have the links to the files from the UploadFileWithIDS DAC, but cannot figure out how to write an import scenario to add the link via file maintenance on the detail line.  Has anyone ever tried this?

3 replies

Forum|alt.badge.img+1
  • Jr Varsity II
  • November 9, 2022

I too need some assistance with ADD LINK.  There doesn’t seem to be access to this screen.

 

 


Forum|alt.badge.img

Hallo I have the same request  and need to know how to add file link with import scenario. Did you find a solution for this? Retha

 


KrunalDoshi
Semi-Pro III
Forum|alt.badge.img+6
  • Semi-Pro III
  • August 26, 2026

Hi ​@pamelafiorentino12,

I am not sure if you can achieve this using Import Scenario. I would rather recommend a small customization where you can grab the FileIDs of all the files you want to attach and then link the respective details lines by its NoteID. It is the NoteDoc DAC which you can use to link. You can refer to below link which is doing exactly this using code. Hopefully this helps.