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
I believe you had the same question in this thread.
forum.appian.com/.../
Did this not answer your question?
You simply need to put a placeholder for where the checkbox needs to appear such as ###MY_CHECKBOX### and in the mapping for this value in Appian, you need to pass the OOXML (For e.g. <w:checkbox ... ... ...>
Do remember to escape your XML characters in the data while mapping using toHtml()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
I believe you had the same question in this thread.
forum.appian.com/.../
Did this not answer your question?
You simply need to put a placeholder for where the checkbox needs to appear such as ###MY_CHECKBOX### and in the mapping for this value in Appian, you need to pass the OOXML (For e.g. <w:checkbox ... ... ...>
Do remember to escape your XML characters in the data while mapping using toHtml()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data