| Author |
Message |
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 18/01/2012 19:40:27
|
5.7FSN
SysAid Wiz
Joined: 15/04/2010
Messages: 375
Offline
|
Trying to do some customizations for our HR forms to make their life easier.. Trying to do this with either a quicklist or customizing the submit service request page html to show fields. Our CIO has asked if I can include documents and or links to documents on the form for HR. That way they could grab the link to the form download and fill it out, or download the form as an attachment, fill it out, save, upload, etc. Looking at the Quick List Template, it has spaces for attachments and links, and allows you to add such> (see attachment).
However when an end user tries to use it, it doesn't populate the link or attachments. It does for Admin though. Is it supposed to do this?>
|
| Filename |
noattach.JPG |
|
| Description |
EUP |
| Filesize |
43 Kbytes
|
| Downloaded: |
10 time(s) |
|
| Filename |
attachlinks.JPG |
|
| Description |
quicklist template |
| Filesize |
42 Kbytes
|
| Downloaded: |
6 time(s) |
|
| Filename |
attached.JPG |
|
| Description |
Admin |
| Filesize |
44 Kbytes
|
| Downloaded: |
5 time(s) |
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 23/02/2012 23:15:06
|
Wagenman
SysAider
Joined: 14/02/2012
Messages: 1
Offline
|
We are also trying to do this, forms or links based on categories for users.
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 24/02/2012 00:05:59
|
5.7FSN
SysAid Wiz
Joined: 15/04/2010
Messages: 375
Offline
|
I've been told it's a bug and no solution as of yet.
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 13/06/2012 09:40:55
|
Joseph Zargari
VP Customer Relations

Joined: 26/03/2006
Messages: 516
Offline
|
Hi 5.7FSN,
You could actually customize this form via HTML file. You could add a link in the HTML code using a simple HTML a tag. It is also possible to include this only in case a certain category or quick list was chosen with an IF statement.
Follow the HTML customization instructions and step 2 copy the submit-service-request.htm file.
Edit that file and add whatever link you want with the a tag. Example:
If you'd like to present the link when choosing a specific category, use the following IF statement:
If you'd like to present the link when choosing a specific quick list, use this IF statement:
I hope this helps...
Joseph.
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 13/06/2012 15:15:18
|
5.7FSN
SysAid Wiz
Joined: 15/04/2010
Messages: 375
Offline
|
Yeah I just ended up doing something similiar using IF statements to populate the links, as we really didn't want to use quicklists (less choices for end users), and with Leon's help we were able to accomplish on a high level what i needed done.
Thanks
|
|
|