Hyperlink on a form inside Epicor

We have process sheets for our parts, that we connect with a URL.  We created a UD field and put it on a customized tab on the Part Form.  The URL is placed in the UD field and upon a button click the URL is opened.

 

                private void btnVing_Click(object sender, System.EventArgs args)

                {

                                try

        {

                                                Process.Start(txtVing.Text.ToString());

                                }

                                catch (Exception e)

        {

            MessageBox.Show(e.ToString());

        }

                }

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 1:59 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Hyperlink on a form inside Epicor

 

 

Keep waiting there may be something out there that I don’t know of….

 

Manasa

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 1:52 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Hyperlink on a form inside Epicor

 

 

Thanks for the info, I really appreciate it.  However, we have looked into this and don't want to attach documents to Epicor.  Unless I am misunderstanding how it works, document management in Epicor appears to require a server specific path for Epicor to save and look for documents.  We want our users to manage documents as they are used to across the network in various location and to have Epicor only have a pointer to a job folder which is dynamic based on the part number, job number, and a few other parameters.

 

I was hoping there would be an undocumented object type in the Infragistics form library or something available via the standard customization tools that I could use to convert text into a URL hyperlink.    

 

Thanks again

-T

 

 

On Monday, March 16, 2015 12:22 PM, "Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com> wrote:

 

 

Document association….

 

 

 

M. Manasa Reddy

IT Manager

PH: 240-268-0400  x1208

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

 

 

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

 

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

Document association….

 

 

 

M. Manasa Reddy

IT Manager

PH: 240-268-0400  x1208

Email: manasa.reddy@...

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

 

 

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
I got this technique from an Epicor consultant and it was simple to make work. You need IIS on the box where you have the documents. You have to give a person access to the folder structure to add the directory and files.

I used our normal doc server for all other Epicor document attachments and made the folder the partnumber.

The screen shot will be in your email only.

HTH

Greg




I have installed the web server need to have links to folders in Epicor.

the format for the link is http://svr-edoc/EpicorFiles/COMP01/Part/partnumber/

EG. http://svr-edoc/EpicorFiles/COMP01/Part/282186-1/

These will be added as a web link as shown below.


[cid:image001.png@01D05FEE.1B0FF470]



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor



Does anyone have an example of a screen customization that contains an embedded hyperlink? We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.

Thanks in advance -
T


________________________________
CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."


[Non-text portions of this message have been removed]
Thanks for the info, I really appreciate it.  However, we have looked into this and don't want to attach documents to Epicor.  Unless I am misunderstanding how it works, document management in Epicor appears to require a server specific path for Epicor to save and look for documents.  We want our users to manage documents as they are used to across the network in various location and to have Epicor only have a pointer to a job folder which is dynamic based on the part number, job number, and a few other parameters.

I was hoping there would be an undocumented object type in the Infragistics form library or something available via the standard customization tools that I could use to convert text into a URL hyperlink.    

Thanks again
-T



On Monday, March 16, 2015 12:22 PM, "Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com> wrote:


 
<div id="ygrps-yiv-824989976yiv9019104650ygrp-text">
  
  
  <div>
Document association….
 
 
 
M. Manasa Reddy
IT Manager
PH: 240-268-0400  x1208
 
 
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor
 
 
Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.

Thanks in advance -
T
IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
</div>
 


<div style="height:0px;color:rgb(255, 255, 255);"></div></div>
#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650 -- #ygrps-yiv-824989976yiv9019104650ygrp-mkp { border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp hr {
border:1px solid #d8d8d8;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp #ygrps-yiv-824989976yiv9019104650hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp #ygrps-yiv-824989976yiv9019104650ads {
margin-bottom:10px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp .ygrps-yiv-824989976yiv9019104650ad {
padding:0 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp .ygrps-yiv-824989976yiv9019104650ad p {
margin:0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mkp .ygrps-yiv-824989976yiv9019104650ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ygrp-lc {
font-family:Arial;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ygrp-lc #ygrps-yiv-824989976yiv9019104650hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ygrp-lc .ygrps-yiv-824989976yiv9019104650ad {
margin-bottom:10px;padding:0 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650actions {
font-family:Verdana;font-size:11px;padding:10px 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity span {
font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity span:first-child {
text-transform:uppercase;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity span a {
color:#5085b6;text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity span span {
color:#ff7900;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650activity span .ygrps-yiv-824989976yiv9019104650underline {
text-decoration:underline;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650attach div a {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650attach img {
border:none;padding-right:5px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650attach label {
display:block;margin-bottom:5px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650attach label a {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 blockquote {
margin:0 0 0 4px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650bold {
font-family:Arial;font-size:13px;font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650bold a {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 dd.ygrps-yiv-824989976yiv9019104650last p a {
font-family:Verdana;font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 dd.ygrps-yiv-824989976yiv9019104650last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 dd.ygrps-yiv-824989976yiv9019104650last p span.ygrps-yiv-824989976yiv9019104650yshortcuts {
margin-right:0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650attach-table div div a {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650attach-table {
width:400px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650file-title a, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650file-title a:active, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650file-title a:hover, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650file-title a:visited {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650photo-title a, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650photo-title a:active, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650photo-title a:hover, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div.ygrps-yiv-824989976yiv9019104650photo-title a:visited {
text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 div#ygrps-yiv-824989976yiv9019104650ygrp-mlmsg #ygrps-yiv-824989976yiv9019104650ygrp-msg p a span.ygrps-yiv-824989976yiv9019104650yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650green {
color:#628c2a;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650MsoNormal {
margin:0 0 0 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 o {
font-size:0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650photos div {
float:left;width:72px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650reco-category {
font-size:77%;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650reco-desc {
font-size:77%;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 .ygrps-yiv-824989976yiv9019104650replbq {
margin:4px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg table {
font-size:inherit;font:100%;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg select, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 input, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg pre, #ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 code {
font:115% monospace;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg * {
line-height:1.22em;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-mlmsg #ygrps-yiv-824989976yiv9019104650logo {
padding-bottom:10px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-msg p a {
font-family:Verdana;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-msg p#ygrps-yiv-824989976yiv9019104650attach-count span {
color:#1E66AE;font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-reco #ygrps-yiv-824989976yiv9019104650reco-head {
color:#ff7900;font-weight:700;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-reco {
margin-bottom:20px;padding:0px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ov li a {
font-size:130%;text-decoration:none;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ov li {
font-size:77%;list-style-type:square;padding:6px 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-sponsor #ygrps-yiv-824989976yiv9019104650ov ul {
margin:0;padding:0 0 0 8px;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-text {
font-family:Georgia;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-text p {
margin:0 0 1em 0;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-text tt {
font-size:120%;}

#ygrps-yiv-824989976 #ygrps-yiv-824989976yiv9019104650 #ygrps-yiv-824989976yiv9019104650ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-824989976



Keep waiting there may be something out there that I don’t know of….

 

Manasa

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 1:52 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Hyperlink on a form inside Epicor

 

 

Thanks for the info, I really appreciate it.  However, we have looked into this and don't want to attach documents to Epicor.  Unless I am misunderstanding how it works, document management in Epicor appears to require a server specific path for Epicor to save and look for documents.  We want our users to manage documents as they are used to across the network in various location and to have Epicor only have a pointer to a job folder which is dynamic based on the part number, job number, and a few other parameters.

 

I was hoping there would be an undocumented object type in the Infragistics form library or something available via the standard customization tools that I could use to convert text into a URL hyperlink.    

 

Thanks again

-T

 

 

On Monday, March 16, 2015 12:22 PM, "Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com> wrote:

 

 

Document association….

 

 

 

M. Manasa Reddy

IT Manager

PH: 240-268-0400  x1208

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

 

 

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

 

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
Store them on Sharepoint (where they are better controlled anyway - & accessible for any purpose) & then you don't have the UNC path issues to contend with.

Rob Brown
Versa Products
Sent from Yahoo Mail on Android


From:"Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com>
Date:Mon, Mar 16, 2015 at 2:00 PM
Subject:RE: [Vantage] Hyperlink on a form inside Epicor

 
<div id="ygrps-yiv-1873352278ygrp-text">
  
  
  <p>

Keep waiting there may be something out there that I don’t know of….

 

Manasa

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 1:52 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Hyperlink on a form inside Epicor

 

 

Thanks for the info, I really appreciate it.  However, we have looked into this and don't want to attach documents to Epicor.  Unless I am misunderstanding how it works, document management in Epicor appears to require a server specific path for Epicor to save and look for documents.  We want our users to manage documents as they are used to across the network in various location and to have Epicor only have a pointer to a job folder which is dynamic based on the part number, job number, and a few other parameters.

 

I was hoping there would be an undocumented object type in the Infragistics form library or something available via the standard customization tools that I could use to convert text into a URL hyperlink.    

 

Thanks again

-T

 

 

On Monday, March 16, 2015 12:22 PM, "Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com> wrote:

 

 

Document association….

 

 

 

M. Manasa Reddy

IT Manager

PH: 240-268-0400  x1208

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

 

 

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

 

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
</div>
 


<div class="ygrps-yiv-1873352278yQTDBase ygrps-yiv-1873352278yqt6979289745" id="ygrps-yiv-1873352278yqt24262"><div style="color:#fff;height:0;"></div></div>


Jose C Gomez
Software Engineer


T: 904.469.1524 mobile

Quis custodiet ipsos custodes?

On Mon, Mar 16, 2015 at 2:13 PM, Robert Brown robertb_versa@... [vantage] <vantage@yahoogroups.com> wrote:

Â
<div>
  
  
  <p></p><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top">Store them on Sharepoint (where they are better controlled anyway - &amp; accessible for any purpose) &amp; then you don&#39;t have the UNC path issues to contend with.<br><br><p>Rob Brown<br>Versa Products<br>Sent from Yahoo Mail on Android</p> <hr><table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top"> <div style="font-family:Roboto, sans-serif;color:#7e7d80;"><b>From</b>:&quot;Manasa Reddy <a rel="nofollow" target="_blank" href="mailto:manasa.reddy@...">manasa.reddy@...</a> [vantage]&quot; &lt;<a rel="nofollow" target="_blank" href="mailto:vantage@yahoogroups.com">vantage@yahoogroups.com</a>&gt;<br><b>Date</b>:Mon, Mar 16, 2015 at 2:00 PM<br><b>Subject</b>:RE: [Vantage] Hyperlink on a form inside Epicor<br><br></div><div><div class="ygrps-yiv-799421461h5"> 

Â

<div>
  
  
  <p>

Keep waiting there may be something out there that I don’t know of….

Â

Manasa

Â

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 1:52 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Hyperlink on a form inside Epicor

Â

Â

Thanks for the info, I really appreciate it. However, we have looked into this and don't want to attach documents to Epicor. Unless I am misunderstanding how it works, document management in Epicor appears to require a server specific path for Epicor to save and look for documents. We want our users to manage documents as they are used to across the network in various location and to have Epicor only have a pointer to a job folder which is dynamic based on the part number, job number, and a few other parameters.

Â

I was hoping there would be an undocumented object type in the Infragistics form library or something available via the standard customization tools that I could use to convert text into a URL hyperlink.   Â

Â

Thanks again

-T

Â

Â

On Monday, March 16, 2015 12:22 PM, "Manasa Reddy manasa.reddy@... [vantage]" <vantage@yahoogroups.com> wrote:

Â

Â

Document association….

Â

Â

Â

M. Manasa Reddy

IT Manager

PH: 240-268-0400 Â x1208

Â

Â

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 12:56 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

Â

Â

Does anyone have an example of a screen customization that contains an embedded hyperlink? We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

Â

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.

IMPORTANT NOTICE FROM API: This communication, including any attachments, contains information that may be confidential or privileged and is intended solely for the entity or individual to whom it is addressed. If you are not the intended recipient, please contact the sender immediately and delete this message. Any unauthorized disclosure, copying or distribution of this message is strictly prohibited.
</div>
 


<div><div style="color:#fff;min-height:0;"></div></div>

</div>
 


<div style="color:#fff;min-height:0;"></div>

Probably not as convenient as being on a relevant form but I put links to folders in the Favorites panel with a .bat file that then invokes explorer.exe and a folder path.
Like:    C:\Windows\SysWOW64\explorer.exe /root,"S:\Epicor Project\Dashboards\"

-Todd C.

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, March 16, 2015 11:56 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Hyperlink on a form inside Epicor

 

 

Does anyone have an example of a screen customization that contains an embedded hyperlink?  We have a folder structure that we save job information to and I would like to create a hyperlink inside Epicor that will open Windows Explorer folder view to that location on the network when a user clicks it.


Thanks in advance -
T