neelsp

Apply Layout to multiple documents

0 votes
We've a scenario where there is a standard form that has been filled out by multiple people and it needs to be signed by a single person. We've created a document layout for the form but is there a way from the eSL UI to apply the layout to all the documents that were uploaded to the package? If not, is there any other way to achieve this other than manually applying the layout to each of the documents.

Reply to: Apply Layout to multiple documents

0 votes
Hi Neel, You are asking for a programmatically solution or UI approach? Directly from UI, currently there's no feature for applying a layout to multiple documents, but it could be an Enhancement Request. In the code respect, you can allow your user to choose from layout and bulk applying layouts to documents through API after documents are uploaded but before Designer View. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Apply Layout to multiple documents

0 votes
BTW, this is the API to apply layout:
HTTP Request
POST /api/packages/{packageId}/documents/{documentId}/layout?layoutId={layoutId}
Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Apply Layout to multiple documents

0 votes
Thank you Duo. I was looking for something on the UI or any tool / utility that OneSpan may have for this scenario.

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off