Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, How do you populate a field when creating a package from a template? I don't want to define the field location in my code.

Replies Created

Reply to: Custom Field - passing value to Template

1 votes
Thank you for responding Michael. Yes I was asking about using the template. If this feature does not exist we can probably achieve everything by using PDF form fields. I just wanted to make sure I knew how to implement that feature if it existed because sometimes its the only way to solve an issue without defining field locations in code and sometimes its just quicker/simpler solution.

Reply to: Custom Field - passing value to Template

0 votes
Thanks Michael, that last bit was what I was after. Field Field2 = mydoc.Signatures[0].Fields[0]; Field2.Value = "My editable value"; eslClient.ApprovalService.ModifyField(packageId, docId, sigId, Field1);

Subscriptions

Topics Replies Freshness Views Users
Hello, How do you populate a field when creating a package from a template? I don't want to define the field location in my code.
20 1 year 11 months ago 315
Profile picture for user Duo_Liang
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.