sadly I do not know much about indepth-PHP.
And as far as I understood I am unable to change the portal UR/I-ticket form by an extension.
The only thing I want to do is add a field for the form User Request and Incident in the itop portal. The value entered is to be transfered to the backend in connection with the created Ticket.
The field would be used as a 'wish'-field giving the user the opportunity to define a specific date up until he would like the request to be done or the issue fixed.
There are not any other connections to that field, it simply has to be made visible in the portal and helpdesk management.
Any idea where I could start with this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So with lots of time I were able to figure out how I would add this field to the CLASS:UserRequest, when using non-itil request-mgmt.
I got no idea though, how to add this field to the portal overview.
the index.php in enormously complex. IF I am able to find a solution to this, I will post it here, bur looking at my php-skills that will be very unlikely.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To add a field to the NON-ITIL Request Management I did the following as extension:
(Not gonna display module.xxxx dictionary and so one right now)
I named it datamodel.add-request-wishdate.xml
After that I did edit the original datamodel.itop-request-mgmt.xml as I were unable to get the 'contents' stuff in the xml above, couldn't merge the CDATA-area.
After that the field is shown and useable in the portal
B U T
Out of some reason which I do not understand the entered date in that box ist not put into the ticket when using the portal.
When I use the Helpdesk and create a new ticket over that area, it works fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
sadly I do not know much about indepth-PHP.
And as far as I understood I am unable to change the portal UR/I-ticket form by an extension.
The only thing I want to do is add a field for the form User Request and Incident in the itop portal. The value entered is to be transfered to the backend in connection with the created Ticket.
The field would be used as a 'wish'-field giving the user the opportunity to define a specific date up until he would like the request to be done or the issue fixed.
There are not any other connections to that field, it simply has to be made visible in the portal and helpdesk management.
Any idea where I could start with this?
So with lots of time I were able to figure out how I would add this field to the CLASS:UserRequest, when using non-itil request-mgmt.
I got no idea though, how to add this field to the portal overview.
the index.php in enormously complex. IF I am able to find a solution to this, I will post it here, bur looking at my php-skills that will be very unlikely.
To add a field to the NON-ITIL Request Management I did the following as extension:
(Not gonna display module.xxxx dictionary and so one right now)
I named it datamodel.add-request-wishdate.xml
After that I did edit the original datamodel.itop-request-mgmt.xml as I were unable to get the 'contents' stuff in the xml above, couldn't merge the CDATA-area.
After that the field is shown and useable in the portal
B U T
Out of some reason which I do not understand the entered date in that box ist not put into the ticket when using the portal.
When I use the Helpdesk and create a new ticket over that area, it works fine.