Hey! I was just wondering if I could create a button in the preview of items created to synchro them with a external DB. What I mean is:
1. Making an update/creation in iTop.
2. After the creation, have a button to synchro the change made with an External DB.
The Script I've made is in PHP, could it be made or this is not possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Javier,
Check here to create a new "action menu" either on a single object or on a list of object. It should be possible to put your PHP code in this frame.
There is an extension which enable the call of an object PHP method (but not on a list of objects)
I hope that will help you.
You may need to add a Controller to execute the code...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Also if you'd like to synchronize your iTop objects in another product both ways you might consider using the case exchange product. This is not a free solution, contact Combodo : sales@combodo.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey! I was just wondering if I could create a button in the preview of items created to synchro them with a external DB. What I mean is:
1. Making an update/creation in iTop.
2. After the creation, have a button to synchro the change made with an External DB.
The Script I've made is in PHP, could it be made or this is not possible?
Hello Javier,
Check here to create a new "action menu" either on a single object or on a list of object. It should be possible to put your PHP code in this frame.
There is an extension which enable the call of an object PHP method (but not on a list of objects)
I hope that will help you.
You may need to add a Controller to execute the code...
Another possibility is to link your action to an object transition
But this again is a single object action
Hello,
Also if you'd like to synchronize your iTop objects in another product both ways you might consider using the case exchange product. This is not a free solution, contact Combodo : sales@combodo.com