File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
views/e_sign/eg018_get_envelope_custom_field_data Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ def make_envelope(envelope_args)
9090 )
9191
9292 scheduled_sending = DocuSign_eSign ::ScheduledSendingApiModel . new (
93- status : "pending" ,
9493 rules : [ rule ]
9594 )
9695
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ def make_envelope(envelope_args)
114114 action : 'pause_before' ,
115115 triggerOnItem : 'routing_order' ,
116116 itemId : 2 ,
117- status : 'pending' ,
118117 delayedRouting : delayed_routing
119118 )
120119 workflow = DocuSign_eSign ::Workflow . new ( workflowSteps : [ workflow_step ] )
Original file line number Diff line number Diff line change 2323 </ p >
2424
2525 <% if @envelope_ok %>
26- < p > The last envelope you created with the launcher will be queried.</ p >
26+ < p >
27+ The last envelope you created with the launcher will be queried.
28+ Recommendation: Create an envelope using < a href ="eg016 "> example 16</ a > then use this example in order to see an example of custom tab values.
29+ </ p >
2730
2831< form class ="eg " action ="" method ="post " data-busy ="form ">
2932 < button type ="submit " class ="btn btn-docu "> Continue</ button >
3033</ form >
3134
3235<% else %>
33- < p > Problem: please first create an envelope using < a href ="eg002 "> example 2. </ a > < br />
34- Thank you. </ p >
36+ < p > Problem: Please first create an envelope using < a href ="eg016 "> example 16 </ a > .
37+ </ p >
3538
3639< form class ="eg " action ="eg002 " method ="get ">
3740 < button type ="submit " class ="btn btn-docu "> Continue</ button >
You can’t perform that action at this time.
0 commit comments