Buttonlink to a windows directory
Michael@CGK
Hello,Each BP has his own directory on our server where we put all information regarding porjects etc..(images, calculations,...)
We are searching a way to be able open that directory by a function/button/whatever on the BP-record.
Trick is that this button should open a directory named as the BP-code.
We have a similar hyperlink programmed in our sales documents which makes us able to open the directory by simply clicking on the BP-code. It would just be more user-friendly to have it directly on the BP-record.
Thank you in advance
Manuel Marhold
Hi Michael,add a button or link-button (what ever you like) an catch the press event of it.
The use .net to create a new prozess and just give the process the path to the folder. Windows will open it itself.
Michael@CGK
Thanks for the swift replyBut is there a way to for example set the path standard to //server99/SAP-projects/X while some script replace X automatically by the BusinessPartner Code (CardCode from OCRD)
This way this could automatically be placed on any BP-record without having to search the correct subdirectory.
Manuel Marhold
Hi Michael,sure, you can set the path in your code (which will not be userfriendly) or save it into a table or file or whereever you want.
When catching the event, read the path, replace the "x" and run the process
0
Please sign in to leave a comment.
Comments
0 comments