freetext change
Moderator: crythias
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
freetext change
Hi,
I want to add some field for change,so I used ITSMChange::freetext but I don't now how I can define the type of freetext,
example I want to add freetext that contain value from general_catalog,
Can you help me,thank you
I want to add some field for change,so I used ITSMChange::freetext but I don't now how I can define the type of freetext,
example I want to add freetext that contain value from general_catalog,
Can you help me,thank you
Re: freetext change
it is not possible to use general catalog values in Change Freetext fields
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
Re: freetext change
ok,but can I define how I want the freetext appears in web form,
example instead of textfield I need checkbox
thank you
example instead of textfield I need checkbox
thank you
Re: freetext change
only Textline and Dropdown (values set via sysconfig) are possible in Change and in Workorder
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
Re: freetext change
is there a way to define checkbox via code?
thank you
thank you
Re: freetext change
if you can develop nearly eveything if you can code.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
Re: freetext change
how can I control the size of textline in web form?
thank you for your all answers
thank you for your all answers
Re: freetext change
only via HTML coding
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
Re: freetext change
I have some other questions about ITSMChange management
I want to know if possible to make states of workorder depends on states of change and the reverse
for example : when a change is canceled the workorder is automatically canceled,
thank you again
Best regards,
I want to know if possible to make states of workorder depends on states of change and the reverse
for example : when a change is canceled the workorder is automatically canceled,
thank you again
Best regards,
Re: freetext change
thats how it works. Please read the ITSM manual
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 23
- Joined: 26 Mar 2012, 11:11
- Znuny Version: 3.2.1
- Real Name: loubna
- Company: meditel
Re: freetext change
you mean the section of conditions, I already tried with and it works,
but I need to have the same conditions for all changes if it is possible?
Best regards,
but I need to have the same conditions for all changes if it is possible?
Best regards,
-
- Znuny newbie
- Posts: 76
- Joined: 23 Feb 2011, 15:43
- Znuny Version: 3.1.5
- Real Name: Stefano Boccanera
- Company: I.Conseils (self-employee)
- Location: Rome (Italy)
Re: freetext change
If you want use the same condition's schema for all Change, avoiding to set condition every time a change is created, the better method is using template.s_loubna wrote:you mean the section of conditions, I already tried with and it works,
but I need to have the same conditions for all changes if it is possible?
Best regards,
Build a template or several templates for each Change's type (if needed ) from a change where you set the condition, then evry time you create a change from a template the conditions will be there.
Stefano Boccanera
OTRS : 3.1.5
ITSM : 3.1
S.O : RH
RDBMS : Postgres
OTRS : 3.1.5
ITSM : 3.1
S.O : RH
RDBMS : Postgres
Re: freetext change
Hi Jojo can you tell me how can i configure Textline in sysconfig for changes or workorders as i can only see Dropdown options not textline . Actually I want to add text box like Description and Justificationjojo wrote:only Textline and Dropdown (values set via sysconfig) are possible in Change and in Workorder
thanks
JJ