Hello,
I have added a free text field to a Work Order (Ref ID #), but it is showing as a dropbox and I need it to be a text box which the builder can populate freely. I cannot find anything in the documentation on how to accomplish this.
This forum article touches on it, but still doesn't clearly answer how to do it.
viewtopic.php?f=62&t=6512&start=0
Can anyone help?
Thanks!
ITSM: Free Text Fields[SOLVED]
Moderator: crythias
-
- Znuny newbie
- Posts: 34
- Joined: 03 Jul 2013, 19:56
- Znuny Version: 3.2.9
- Real Name: Nick Bacon
- Company: Datalink
ITSM: Free Text Fields[SOLVED]
Last edited by nbacon on 18 Jul 2013, 20:12, edited 1 time in total.
OTRS 3.2.9 / ITSM 3.2.7 on CentOS 6.4 with MySQL database.
Re: ITSM: Free Text Fields
you need not to enable freekeytext , just enable freetextkey without value; just leave it empty
-
- Znuny newbie
- Posts: 34
- Joined: 03 Jul 2013, 19:56
- Znuny Version: 3.2.9
- Real Name: Nick Bacon
- Company: Datalink
Re: ITSM: Free Text Fields
I apologize, but I still can't get it to work.
I would like this result:
TFS Ref ID: ________
I have these options:
WorkOrderFreeKey1
Key:
Content:
WorkOrderFreeText1
Key:
Content:
Are you saying that I should leave "FreeText" disabled and only populate the KEY and CONTENT values under "FreeKey"? I've tried that and it's not working......
Thanks
I would like this result:
TFS Ref ID: ________
I have these options:
WorkOrderFreeKey1
Key:
Content:
WorkOrderFreeText1
Key:
Content:
Are you saying that I should leave "FreeText" disabled and only populate the KEY and CONTENT values under "FreeKey"? I've tried that and it's not working......
Thanks
OTRS 3.2.9 / ITSM 3.2.7 on CentOS 6.4 with MySQL database.
-
- Znuny newbie
- Posts: 34
- Joined: 03 Jul 2013, 19:56
- Znuny Version: 3.2.9
- Real Name: Nick Bacon
- Company: Datalink
Re: ITSM: Free Text Fields
Ok, I've figured it out. Thank you for the response!!! Are you aware of any way to shorten the field to 20 characters? =)
OTRS 3.2.9 / ITSM 3.2.7 on CentOS 6.4 with MySQL database.
Re: ITSM: Free Text Fields
i think u need to work with templates and do something like $QData{"Name","20"}.
-
- Znuny newbie
- Posts: 34
- Joined: 03 Jul 2013, 19:56
- Znuny Version: 3.2.9
- Real Name: Nick Bacon
- Company: Datalink
Re: ITSM: Free Text Fields
Ok, thanks again. It's functional, so I think I'll just leave it as is.
OTRS 3.2.9 / ITSM 3.2.7 on CentOS 6.4 with MySQL database.