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
Sathya Srinivasan
Appian Employee
over 11 years ago
Dhaval, I should have been clear. This is the steps you need to follow.
Rename your .docx file to .zip.
Unzip your file
You will get a folder and within /word dir, you will see document.xml
This is the XML representation of your document.
You will need to replace the tag in this document (you need to use Text document from Template for this) and then zip the content using the ZIP plugin available and rename the resulting doc to DOCX again.
I would strongly recommend against this because the amount of IT maintenance overhead is quite a bit. For each change, you will have to manage the change in the template so it's not going to be easy.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Dhaval, I should have been clear. This is the steps you need to follow.
Rename your .docx file to .zip.
Unzip your file
You will get a folder and within /word dir, you will see document.xml
This is the XML representation of your document.
You will need to replace the tag in this document (you need to use Text document from Template for this) and then zip the content using the ZIP plugin available and rename the resulting doc to DOCX again.
I would strongly recommend against this because the amount of IT maintenance overhead is quite a bit. For each change, you will have to manage the change in the template so it's not going to be easy.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data