PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
Is there a way to open an internal document via the PERFORM-ACTION-OPEN-URL command? I have used this in the past and it worked but now I cannot get it to open a URL unless it's an external website. If I try to open an internal link, the link appears to do nothing. Essentially, I am trying to

Re: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread LJ LongWing
Keith, We would need a bit more information, such as 'What happens' when you trythere should be no difference between an external and an internal web/document, as long as you are using the properly formatted url. Have you run logs, what do they show. On Fri, Oct 10, 2014 at 7:42 AM,

Re: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
So, I have a button that fires an AL with Run Process: PERFORM-ACTION-OPEN-URL \\NETWORK\Public\Site Management\Site Documents\$Site ID$.pdf. When I click on the button, nothing happens. The AL does fire, according to the logs. If I change the OPEN-URL to http://www.msn.com, it works. The

Re: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Grooms, Frederick W
Are you thinking of the URI type file. i.e. file://server/filename Here is a wiki of the list of types you should be able to put in a URL: http://en.wikipedia.org/wiki/URI_scheme Fred From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of

Re: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread LJ LongWing
I agree with Fred On Fri, Oct 10, 2014 at 7:54 AM, Sinclair, Keith ksincl...@shoppertrak.com wrote: ** So, I have a button that fires an AL with Run Process: PERFORM-ACTION-OPEN-URL \\NETWORK\Public\Site Management\Site Documents\$Site ID$.pdf. When I click on the button, nothing

SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
I agree with Fred, as well. Looks like the “file://” did the trick. I had forgotten that was an option for browsers. Now my battle is for the file location folder permissions as I tried it on a publicly accessible network directory/file and was able to open it, but not my original document.

AST AssetPeople Form

2014-10-10 Thread Sanford, Claire
Some fields have menus that have many entries. On the AST:AssetPeople form the Person Role has 83 items. The numbers are not sequential. Is there a way to export that info to include the label and the number associated with it? I am lazy! I know I can get it by putting each one

Re: AST AssetPeople Form

2014-10-10 Thread Grooms, Frederick W
If you have the Form number and Field ID you can get 1 of the values (I can’t remember if it is the Selection or Alias) from the “AR System Metadata: field_enum_values” form Fred From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Sanford, Claire

Re: AST AssetPeople Form

2014-10-10 Thread Sanford, Claire
Thank you! I will give it a try! From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Friday, October 10, 2014 11:08 AM To: arslist@ARSLIST.ORG Subject: Re: AST AssetPeople Form ** If you have the Form number and Field ID you

Re: AST AssetPeople Form

2014-10-10 Thread Peter Romain
Export the form to a def file and you get the values below which even a lazy you on a Friday could edit! enum-value-num : 1000\ALL enum-value-num : 2000\Duplicate of enum-value-num : 3000\Original of enum-value-num : 4000\Peer enum-value-num : 5000\Uses enum-value-num :

Re: AST AssetPeople Form

2014-10-10 Thread Sanford, Claire
Good idea! Thanks! From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Peter Romain Sent: Friday, October 10, 2014 11:16 AM To: arslist@ARSLIST.ORG Subject: Re: AST AssetPeople Form ** Export the form to a def file and you get the values below which

Re: AST AssetPeople Form

2014-10-10 Thread Sanford, Claire
This was perfect! So easy too! Thank you From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Friday, October 10, 2014 11:08 AM To: arslist@ARSLIST.ORG Subject: Re: AST AssetPeople Form ** If you have the Form number and

Diff Files and Migrator

2014-10-10 Thread Kemes, Lisa A DLA CTR INFORMATION OPERATIONS
If I ran a diff in Migrator on one form and saved the file on my desktop, that's a history of what those forms looked like at that particular time right? Let's say I change that form a day later. If I open that diff file at a later date will it show the new differences? Or keep the old ones

Remedy Developer position in Greenwood Village, CO

2014-10-10 Thread Wendy ATR
Greetings, I am currently on the hunt for a Remedy developer for a client of mine. I am looking for 5+ years experience with BMC Remedy. Some of your daily responsibilities will include, but are not limited to: Configure Remedy Create Customizations as needed Propose Solutions improvements

Re: Diff Files and Migrator

2014-10-10 Thread Warren R. Baltimore II
Lisa, I believe what you need to do is actually save off the DEF files and run the difference report against those. Saving the difference report is just saving a report (I think...it's been awhile since I used the migrator!) On Fri, Oct 10, 2014 at 12:27 PM, Kemes, Lisa A DLA CTR INFORMATION

Re: Remedy Developer position in Greenwood Village, CO

2014-10-10 Thread Wendy ATR
A more fleshed out description follows: Experience Required 4 - 6 Years as a developer (5+ years experience in BMC Remedy) Technical/Functional Skills - Extensive knowledge in developing applications using Action Request system. - Extensive knowledge in the following Remedy ITSM Modules.

NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
Never mind, I stand corrected. This will work in the client tool but I cannot get it to run in Chrome or IE10 for the life of me. IE10 does nothing. Chrome opens up a blank window. All browser settings have been reset back to stock and pop up blockers are completely off. From: Sinclair, Keith

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread LJ LongWing
I just used the following url in chrome file://server/share/something.log if you try to specify the url in question, does it open manually? What does the log show? On Fri, Oct 10, 2014 at 10:43 AM, Sinclair, Keith ksincl...@shoppertrak.com wrote: ** Never mind, I stand corrected. This

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Charlie Lotridge
Two questions: First, are the files that you want to display always PDF's? Second, are they accessible from the server? If yes and yes, than an alternate solution is for you to construct server workflow (using a service) that retrieves the file as an attachment and passes it up to the client

Re: Diff Files and Migrator

2014-10-10 Thread Kemes, Lisa A DLA CTR INFORMATION OPERATIONS
I want to keep the old differences for historical purposes and when I open up the diff file that I saved, it comes up with some new differences that I never notices before. Just wondering if it captured the new differences as well. That makes sense to get historical difference, to export the

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
Using the URL directly in Chrome does work, also in IE. However, trying to call it from an AL using the Perform…URL, etc. it doesn’t do anything. Driving me nuts… Logs still are showing that AL fired: ActiveLink Start:- ST:SI-OpenSiteOther | ST:SiteInformation/Default Admin View - Fri Oct 10

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread LJ LongWing
yes...but your Log you just posted is showing \\server not file://server. On Fri, Oct 10, 2014 at 11:30 AM, Sinclair, Keith ksincl...@shoppertrak.com wrote: ** Using the URL directly in Chrome does work, also in IE. However, trying to call it from an AL using the Perform…URL, etc. it

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
/facepalm Yes, you are correct. I copied the wrong part of the log. This was the correct one: ActiveLink Start:- ST:SI-OpenSiteOther | ST:SiteInformation/Default Admin View - Fri Oct 10 2014 12:14:46 PM ms 493 True actions: action 0 Run Process: PERFORM-ACTION-OPEN-URL new

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Rick Westbrock
When trying to call cmd.exe you might be running into a security problem in the browser. Modern browsers really don’t like to allow execution of outside programs directly from a link because that’s an easy way to run malware etc. This could be true for calling the file:// prefix as well since

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
That’s what I am beginning to think. Because that’s the only explanation of why all this is fine in the WUT and why I used to be able to do it in earlier browser versions but now can only seem to call things with http:// prefix. Problem is that the WUT is being phased out. Going to have to get

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Jason Miller
To expand on that a bit... I have found when it comes to working with apps and files in the browser it is better to try and use more native web functionality than PC/OS functionality. Are these static documents? Can you put them on a web server? A browser is going to tend to be more

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread JD Hood
The last thing I want to do is muddy the issue, but this rings a faint bell about browser security. It has been awhile and I can't recall the specifics, but maybe it will jog someone else's memory. It was something about trying to open a file on a local path that the browser (by default) viewed

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Arner, Todd
Great Lakes respects the privacy of its customers and business partners and thus has implemented solutions to protect sensitive information. This is a secure message from Great Lakes that may contain sensitive information. To view your secure message, open the attachment to this message.

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Arner, Todd
Sorry looks like our system wants to send my reply securely……….. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Arner, Todd Sent: Friday, October 10, 2014 3:10 PM To: arslist@ARSLIST.ORG Subject: Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Arner, Todd
--_000_B97DB6A54B0A7A4DBB08CE6A2181A8BC465C3EE7GLSXDBMAD1Pgldn_ Content-Transfer-Encoding: base64 Content-Type: text/plain; charset=utf-8 V2UgY29uZmlndXJlZCBvdXJzIGFzIGJlbG93IGFuZCBpdCB3b3JrcyBmaW5lLiAgVGhvdWdodCBJ 4oCZZCBwYXNzIGl0IG9uIGluIGNhc2UgeW91IHdhbnQgdG8gZ2l2ZSBpdCBhIHRyeS4NCg0KVG9k

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread William Rentfrow
Disclaimer: I haven't messed around with this for a while, so it might take some tinkering. Stuff below taken from here: http://stackoverflow.com/questions/4679756/show-a-pdf-files-in-users-browser-via-php-perl If you have PHP on your web server you can directly display a PDF doing something

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sanford, Claire
Why not just add the URL to a line of text on a button? From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of William Rentfrow Sent: Friday, October 10, 2014 3:16 PM To: arslist@ARSLIST.ORG Subject: Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Sinclair, Keith
Sadly, I tried that one. Same issue – nothing happens in web browser. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Sanford, Claire Sent: Friday, October 10, 2014 3:23 PM To: arslist@ARSLIST.ORG Subject: Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to

OT: Engage Early Arrivals?

2014-10-10 Thread Misi Mladoniczky
Hi, I will get the hotel in few hours. Any other early arrivals that would like some company on Saturday or Sunday? Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011) Ask the Remedy Licensing Experts (Best R.O.I. Award at WWRUG10/11/12/13): * RRR|License - Not enough

Re: OT: Engage Early Arrivals?

2014-10-10 Thread Richter, Howard (CEI - Atlanta)
Misi, I will be in Sunday around 5. Howard -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Misi Mladoniczky Sent: Friday, October 10, 2014 5:17 PM To: arslist@ARSLIST.ORG Subject: [arslist] OT: Engage Early Arrivals?

Re: OT: Engage Early Arrivals?

2014-10-10 Thread laurent matheo
The French will arrive Saturday near 6PM :) On 10 Oct, 2014,at 11:17 PM, Misi Mladoniczky m...@rrr.se wrote: Hi, I will get the hotel in few hours. Any other early arrivals that would like some company on Saturday or Sunday? Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Re: NOT SOLVED: PERFORM-ACTION-OPEN-URL to open internal network site

2014-10-10 Thread Joel Sender
I’m not sure if this is the issue, but since your address contains a BLANK, have you tried quotes around the URL? HTH, Joel Joel Senderjdsen...@earthlink.net310.829.5552 From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Sinclair, Keith