Nabila Sabita Ihsani
Nabila Sabita Ihsani
Hi @btry But I have successfully edited the status using API when my GLPI version is 9.3 and FormCreator 2.6.5 The idea is I want to approve Form using other...
Hi @btry Yes every user on my chatbot must login with their GLPI account, which mean the approver should have access to their form(which they have on GLPI website but...
Hi @btry > I strongly discourage this practice as this will break consistency in the DB : the status of form answers, issues and tickets are dependant each other what...
also, is it possible to create a form using API?
Hi @btry > Support of the API in this plugin is experimental. Creating, reading, updating, deleting, purging any object of Formcreator should globally work, but it is possible a few...
Hi @btry > The second request submits the inputs to generate a answer to the form. Create a PluginFormcreatorFormAnswer having the following properties I don't quite understand, PluginFormcreatorFormAnswer doesn't have...
> When a requester submits his answers, he actually creates a new PluginFormcreatorFormAnswer in DB. It modelizes the relation between the input for each question (PluginFormcreatorAnwer) and the form (PluginFormcreatorForm)...
Hi @btry > The second request submits the inputs to generate a answer to the form. Create a PluginFormcreatorFormAnswer having the following properties > > * a foreign key to...