Iāve notice that a lot of people are struggling to set up corredor server.
I also struggled. In the end I got it working (after many hours of debugging and mucking around docker).
To save future community member time and sweat, Iāve created a github repository which enabled you to easily start up an instance of corteza with the corredor server running.
Thereās an example corredor script that interacts with corteza compose.
Hi thank you very much. It works!
One question @shmuel : for your experience, how hard is create a client side script with a form that get values and then update the record or pass these values to a workflow?
Suppose that Iām in casa management.
Iām an operator that is managing a case.
When the operator is in case record page he click a button āREPLY TO CUSTOMERā that open a form.
In the form he can add the content of reply, and fill some others fields that are not identical to fields of case record, but are usefull to create a flow that in example send an email and update fields of the record.
Do you think this scenario is easily manageble with client script?
Ah, I didnāt know that. I guess you have a few options.
Jump into custome vue components using corteza-js. I havenāt ever done that.
Use multiple choice function with validation (so they canāt choose the āsectionā parts). See image below.
Create a module that contains all of the form data you want to collect, and press add a workflow to that record . That definitely doesnāt cover all bases.
it does seem like corteza isnāt particularly effective in custom UI yet.