Re: How can I load a form into a view field

2013-03-25 Thread Andre, Jacques
Hi Angus,

To load a form into a view field, you need to do a Setfield operation with 
the view field as the target.

If you just want to load an empty form then use the syntax

http://Mid-Tier/arsys/forms/AR_Server/FormName

If you want to open a form in the view field and load a specific record, then 
you will need to use a direct access URL.

http://Mid-Tier/arsys/servlet/ViewFormServlet?form=FormNameserver=AR_ServerNamequal=qualification

This is covered in the BMC Remedy Mid-Tier guide for 7.6.4 on page 78

Hope this helps.

Jacques Andre | Senior Software Engineer – BMC Remedy
Savvis, A CenturyLink Company


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Angus Comber
Sent: 24 March 2013 17:56
To: arslist@ARSLIST.ORG
Subject: How can I load a form into a view field

I have a landing page with a large view field.  The view field by default 
displays a web page.  

I have a button which when clicked I want to load a Remedy form into the view 
field.  I thought it would be an active link push fields but can't work out how 
to do it.  Can anyone help?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers 
Are, and have been for 20 years

This message contains information which may be confidential and/or privileged. 
Unless you are the intended recipient (or authorized to receive for the 
intended recipient), you may not read, use, copy or disclose to anyone the 
message or any information contained in the message. If you have received the 
message in error, please advise the sender by reply e-mail and delete the 
message and any attachment(s) thereto without retaining any copies.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: How can I load a form into a view field

2013-03-25 Thread Misi Mladoniczky
Hi,

It is unfortunately not obvious how to do this.

What you do is an Open Window action.

Target Location should be set to String, and then you must specify something
like VF536870913, wher VF is a fixed string, and the number is the field id
of your view-field.

Easy, right ;-)

Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011)

Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10/11/12):
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
Find these products, and many free tools and utilities, at http://rrr.se.

 I have a landing page with a large view field.  The view field by default
displays a web page.
 I have a button which when clicked I want to load a Remedy form into the
view
 field.  I thought it would be an active link push fields but can't work out
how to do it.  Can anyone help?
 ___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: How can I load a form into a view field

2013-03-25 Thread Longwing, Lj
There are better ways in 7.6.04 than that, it is special open window
actions with a view field as the target, much better than the old setfield
method

On Monday, March 25, 2013, Andre, Jacques jacques.an...@savvis.com wrote:
 Hi Angus,

 To load a form into a view field, you need to do a Setfield operation
with the view field as the target.

 If you just want to load an empty form then use the syntax

 http://Mid-Tier/arsys/forms/AR_Server/FormName

 If you want to open a form in the view field and load a specific record,
then you will need to use a direct access URL.

 http://
Mid-Tier/arsys/servlet/ViewFormServlet?form=FormNameserver=AR_ServerNamequal=qualification

 This is covered in the BMC Remedy Mid-Tier guide for 7.6.4 on page 78

 Hope this helps.

 Jacques Andre | Senior Software Engineer – BMC Remedy
 Savvis, A CenturyLink Company


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
arslist@ARSLIST.ORG] On Behalf Of Angus Comber
 Sent: 24 March 2013 17:56
 To: arslist@ARSLIST.ORG
 Subject: How can I load a form into a view field

 I have a landing page with a large view field.  The view field by default
displays a web page.

 I have a button which when clicked I want to load a Remedy form into the
view field.  I thought it would be an active link push fields but can't
work out how to do it.  Can anyone help?


___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the
Answers Are, and have been for 20 years

 This message contains information which may be confidential and/or
privileged. Unless you are the intended recipient (or authorized to receive
for the intended recipient), you may not read, use, copy or disclose to
anyone the message or any information contained in the message. If you have
received the message in error, please advise the sender by reply e-mail and
delete the message and any attachment(s) thereto without retaining any
copies.



___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: How can I load a form into a view field

2013-03-25 Thread itsm.support
Hi, 

 

You can perform below action with View Field by ensuring following points:

· Set the text property with the url of the specific form whatever you 
find in mid tier.

· In BMC Remedy User and a browser, contents of a view field do not 
load automatically when user opens a form. 

 

To display the initial value in application, perform one of these steps:

· Select the view and set Default property to True (governs New mode), 
and set user preferences to “Set Fields to Default Values” in New and Search 
modes in the AR System User Preference form. 

· You can also set these user preferences in BMC Remedy User by 
choosing Tools  Options and selecting the Behaviors tab of the Options dialog 
box.

 

Additionally, You can use a Active Link Set Fields action to set the view field 
value to $DEFAULT$ when the form opens. In this case, set the execute on 
condition to Window Loaded.

 

HTH

 

--

Regards,

Nitesh

 

Vyom Labs Pvt. Ltd.

BSM Solutions  Services || ITIL Consulting  Training

Email: [hidden email]  || Web Site: www.vyomlabs.com Follow Vyom Labs 
http://twitter.com/#!/vyomlabs || http://www.linkedin.com/company/vyom-labs

 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Angus Comber
Sent: Sunday, March 24, 2013 11:26 PM
To: arslist@ARSLIST.ORG
Subject: How can I load a form into a view field

 

I have a landing page with a large view field.  The view field by default 
displays a web page.  

 

I have a button which when clicked I want to load a Remedy form into the view 
field.  I thought it would be an active link push fields but can't work out how 
to do it.  Can anyone help?

 

___

UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


How can I load a form into a view field

2013-03-24 Thread Angus Comber
I have a landing page with a large view field.  The view field by default 
displays a web page.  

I have a button which when clicked I want to load a Remedy form into the view 
field.  I thought it would be an active link push fields but can't work out how 
to do it.  Can anyone help?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years