Skip to content

Commit 43f6c49

Browse files
Update behind scenes
1 parent 58627c9 commit 43f6c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DocuSign.Workspaces/DocuSign.Workspaces/ClientApp/src/locales/en

DocuSign.Workspaces/DocuSign.Workspaces/ClientApp/src/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"ApiDescription": {
8080
"SeeMore": "Behind the scenes",
81-
"CodeFlow": "<h5>This sample features</h5><ul><li>Branding</li><li>Conditional recipients</li><li>Document visibility</li><li>Embedded signing</li></ul><h5>Code flow</h5><p>See the <strong>Controller</strong> and envelope source code.</p><h5>Step 1</h5><p>After the form is submitted, call the <span className=\"colored_text\">AccountBrands:list</span> method on the account to check if the brand you want to create already exists.</p><p>If it does, find the corresponding brand ID. If not, call the <span className=\"colored_text\">AccountBrands:create</span> method to create a new brand.</p><p>The brand ID is then stored for the next step.</p><p>After the user completes signing the envelope in the embedded signing session, the envelope is redirected to the second signer based on the conditions described in Step 2. After the user completes signing the envelope in the</p>"
81+
"CodeFlow": "<h5>This sample features</h5><ul><li>Create or get a workspace</li><li>Create workspace users</li><li>Workspace envelope</li><li>Workspace document upload</li></ul><h5>Code flow</h5><p>See the <strong>Controller</strong> and the workspace source code.</p><h5>Step 1</h5><p>After the form is submitted, call the <span className=\"colored_text\">Workspace:list</span> method to try to retrieve an existing workspace; if none exists, call <span className=\"colored_text\">Workspace:create</span> to create a new workspace. The workspace ID is then stored for the next steps. Next, call <span className=\"colored_text\">WorkspaceUser:create</span> to add users to the workspace. After the user selects documents and submits the form, call the <span className=\"colored_text\">WorkspaceDocument:create</span> method to register documents in the workspace, then call <span className=\"colored_text\">WorkspaceEnvelope:create</span> to create a new workspace envelope, and finally call <span className=\"colored_text\">WorkspaceUploadRequest:create</span> to create an upload request.</p>"
8282
},
8383
"Saving": "Saving...",
8484
"SomethingWent": "Something went wrong, please ",

0 commit comments

Comments
 (0)