Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
2943 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have "user input task" activity and "document generator" s
dhavals
over 11 years ago
I have "user input task" activity and "document generator" service where i map the ### parameters(defined in DOCX template) with appropriate process variables.
PROBLEM: I want checkbox field to populate in template field based on given input from "user input task form".
As found, it discussed/found , we could achieve this using OOXML and w:checkbox such elements.
But, How can i generate OOXML for given template and generate docx file having checkbox ?
any one please share me some detail step to achieve checkbox field to populate in report template ?
Thank You...
OriginalPostID-79028
OriginalPostID-79028
Discussion posts and replies are publicly visible
Parents
0
dhavals
over 11 years ago
I have tried below but it did not work, can you please correct me for wrong step:
1. template file - docx type contains below fields
Phone:###checkboxfield1###
Wifi:###checkbox field###
Now, In process modulear, have used service "MS Word 2007 Doc from Template" and mapped parameter "checkboxfield1" with below value
<w:checkBox>
<w:size w:val="1"/>
<w:default/>
<w:checked/>
</w:checkBox>"
Now, generated report docx file contains below text instead of checkbox.
<w:checkBox>
<w:size w:val="1"/>
<w:default/>
<w:checked/>
</w:checkBox>
it appears same as how passed from report template.
Can you please tell me which additional service i have to use for OOXML and steps to generate report having checkbox.
Thank You
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
dhavals
over 11 years ago
I have tried below but it did not work, can you please correct me for wrong step:
1. template file - docx type contains below fields
Phone:###checkboxfield1###
Wifi:###checkbox field###
Now, In process modulear, have used service "MS Word 2007 Doc from Template" and mapped parameter "checkboxfield1" with below value
<w:checkBox>
<w:size w:val="1"/>
<w:default/>
<w:checked/>
</w:checkBox>"
Now, generated report docx file contains below text instead of checkbox.
<w:checkBox>
<w:size w:val="1"/>
<w:default/>
<w:checked/>
</w:checkBox>
it appears same as how passed from report template.
Can you please tell me which additional service i have to use for OOXML and steps to generate report having checkbox.
Thank You
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data