2

Dear All.


at one of my enduser client is using custom solution (C# console application) to create fileserver folders on local fileserver (OnPrem deployment). As folder is created on the local fileserver also some all files from source folder and any subfolders are copied to the newly created folder. Afterwards a new record in the table RecordLink is inserted where field "URL1" is being populated with the full path of the folder created on the local fileserver i.e. \\ServerName\FolderName.


I would like to have systempart (Page) Links extandable, in order to open the default file browser (C$ console application has been created to open file browser) of the folder path inserted in the field "URL1"


I would place this code in the pageextention object related to the Links Page


field(URL1; Rec.URL1)

trigger OnAssistEdit()

{

var

URL: Text;

begin

if Rec.URL1 <> '' then begin

URL := Format('OpenServerFolder: ') + Format('''') + Format(Rec.URL1);

Hyperlink(URL);

end;

end;

}


Thank you

BR Damjan

Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team