**

Hi,

you have to create a AL that execute this commands:

_javascript_: if(document.location.search !=""){
var pairs = document.location.search.substring(1).split("&");
for (var i=0; i < pairs.length; i++){
var values = pairs[i].split("=");
window.theForm.setFieldValue(values[0], unescape(values[1]));
}
}

run if: ($CLIENT-TYPE$ = 9) on window loaded


see manual for correct URL

ciao



Luisa Carena
Gestione Postazioni Periferiche cpt Novara
SGS
Gruppo Banco Popolare di Verona e Novara
via Negroni 12 - 28100 Novara
Tel: 0321-663995
Email: [EMAIL PROTECTED]
Jerry Niman <[EMAIL PROTECTED]> - 19/04/06 09:47
Inviato da: "Action Request System discussion list(ARSList)" <arslist@ARSLIST.ORG>
Per favore, rispondere a
arslist@ARSLIST.ORG

Per: arslist@ARSLIST.ORG
CC:
Oggetto: Sneaking Values into Mid-Tier URL


Is there a way to inject a value into a URL for a mid-tier form that can subsequently be extracted
by workflow when the form displays?

The particular application is for a Risk Log system (Prince II people will know all about them -
the rest can guess).

I want to use the same system for many different projects, and was hoping to keep things simple for
the user by having a link to the risk log somewhere on each project's web site. The URL would
include something to indicate to ARS which project was involved, so that Mid-Tier could narrow down
the risks displayed to those associated with the project concerned.

I have found one way to do this by creating a new view onto the main form for each project, and
specifying the view in the linking URL. The name of the view can be tested by workflow when the form
opens, so ARS knows from that point on which project to look at. However, I am sure a more elegant
solution should exist.

Any suggestions?

Many thanks in advance,

Jerry



Jerry Niman Tel +44 (0)161-247 1474
Head of Information Systems Email [EMAIL PROTECTED]
the Manchester Metropolitan University Mobile +44 (0)7770 638104

Before acting on this email or opening any attachments you should read the Manchester Metropolitan
University's email disclaimer available on its website
http://www.mmu.ac.uk/emaildisclaimer 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at
http://www.wwrug.org

----------------------------------------------------------------------------------------------------------------------------
La presente comunicazione e' destinata esclusivamente al soggetto indicato piu' sopra quale destinatario o ad eventuali altri soggetti autorizzati a riceverla. Essa contiene informazioni strettamente confidenziali e riservate, la cui comunicazione o diffusione a terzi e' proibita, salvo che non sia stata espressamente autorizzata.
Se avete ricevuto questa comunicazione per errore, Vi preghiamo di darne immediata comunicazione al mittente e di cancellarne ogni evidenza dai Vostri supporti.
----------------------------------------------------------------------------------------------------------------------------------------
__20060125_______________________This posting was submitted with HTML in it___

Reply via email to