Hi All,
I am creating a new Class using the 'AppWithinMinutes' dialogue that will hold
information on projects.
Within which I am trying to add a Database List.
This list is supposed to enable users that are creating a new 'Project' page to
link the page with one or more 'Clients' (each 'Client' has its own page
within a 'Clients' space).
I can get a list of all the clients from which the user can select from using the
following HQL:
"select doc.name, doc.name from XWikiDocument as doc where
doc.space = 'Clients' and
doc.name <> 'WebHome' and
doc.name <> 'ClientsClass' and
doc.name <> 'ClientsTemplate' and
doc.name <> 'ClientsSheet' and
doc.name <> 'WebPreferences'
order by doc.name"
however the returned list is just text, and i would like it if they were 'links'
to the actual Client Page.
Is this even possible? as i've been search for hours!
Thanks in advance.
Rob Southwell
Professional Services
Helyx SIS Ltd
M: 07762 767575
T: 01684 273725
F: 01684 853430
E: r.southwell@helyx.co.uk<mailto:r.southwell@helyx.co.uk>
W:
www.helyx.co.uk<http://www.helyx.co.uk/>
Registered in England No: 04464638. Registered Office: Millennium House, 65 Walton
Street, Aylesbury, Buckinghamshire, UK, HP21 7QG
DISCLAIMER AND CONFIDENTIALITY NOTICE
The content of this email (and any attachments to it) is confidential and may contain
privileged information. It is intended solely for the use of the individual(s) or entity
to which it is addressed. If you are not an intended recipient, please notify the sender
immediately and do not disclose the contents to another person, use it for any purpose, or
store or copy the information on any medium.
The views expressed in this e-mail are those of the individual and not necessarily the
views or opinions of Helyx SIS Ltd. Please note that the author of this e-mail is not
authorised to conclude any contract on behalf of Helyx SIS Ltd by e-mail.