How to create "Approval Request" button on a Record Producer form?

Sravan33
Tera Contributor

I'm creating a Record Producer form for approvals. I want to add a button at the end of the form called "Approval Request." How can I achieve this?

1 REPLY 1

anvesh_v
Giga Guru

You can use custom type variable and create a widget as per your requirement

you can HTML and server script as per your requirement 

HTML 

<button  ng-click="clientscript()" > Approval Request </button>

Explore server script and client script in widget as per your requirement