Hi all,
Where I can find the Form Builder's examples about "Insert" rows into table with 2-3 columns?
(I try create a Form for init process step)
Thanks
Have a look to the xCP information center.
I look at him for a few hours ...
I found a thread with my case "
" - https://community.emc.com/thread/113379
but I can't make a step 1)
...1. Create a custom type with 3 repeating attributes 'Name', 'Age', 'Address'
- the "Data Model" panel - is inactive, I can't modify data structure...
If I create the SDT with attrs Name, Age, etc - I can't make a Data Binding the TABLE element on this SDT
And it solves your problem ?
Is the form installed? Posting a screenshot would be helpful.
You create the custom type after or before the form creation ?
I try make a this Form for Initiate Process
for this i create a next SDT:
then create a Process var "Tasks " with this SDT "s256_s2k_date":
then create a new From Initiate Process type:
selecting my process template...
...and on Step "add TABLE element" into my Form, I can't selecting the data_model for "repeating" group my table:
I tried to pick up a Note,
but I have a taskspace - Error on Open Form on InitProcess stage
If I make as "repeatable" the "s256_s2k_date" node:
I get the desired INIT form:
but,
In the process, with this form gets only 1st value:
I find only this way:
1. use a simple "Electronic Form" - only this Form Type can work with tables
2. set PostSubmit property it's form with StartProcess adapter
In result:
- for TaskSpace process initiator user - this looking equivalently as Start Process
- for my - this looking as...
Simple way - exist?