How to create "Approval Request" button on a Record Producer form?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 07:18 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 07:26 AM
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