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
3 replies
Subscribers
5 subscribers
Views
2839 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I'm using the "PDF Doc From Template" smart service
apatil
over 11 years ago
Hi,
I'm using the "PDF Doc From Template" smart service to generate a PDF. I used "Adobe Acrobat Pro" to create the PDF template. One of the sections in the template, contains check-box fields which need to be checked in case a certain criteria is met from the process flow. Thus, am using a 'Boolean' process variable to match this particular property.
The value obtained during the execution is as expected. But, the appropriate 'check-box' in the PDF document is not 'Checked'. What could be the likely reason? Is the change need to be done on the mapping or the in the template creation?
Thanks, in advance, for any inputs.
~Arvind...
OriginalPostID-75739
OriginalPostID-75739
Discussion posts and replies are publicly visible
0
apatil
over 11 years ago
Found the solution. The data passed to the field, should match the 'Export Value' set in the template.
For example, in Adobe Acrobat Pro, for the checkbox field the default 'Export Value' (under the options tab) is set to "Yes". So, the value to be set through the process variable in property matching should be something like: =if( pv!booleanFieldValue, "Yes", "No" )
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rayudua
over 11 years ago
Have a similar issue but multiple checkboxes 6 of them but only one to select. pdf does not have radiobutton but checkbox single select, What if we have checkbox group and only one has to be selected. How would we set it? the "settings" tab in appian mapping shows /identifies only one name
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sbell
A Score Level 3
over 10 years ago
Thanks Arvind - your solution helped me figure out this issue :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel