Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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
Tera 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