Adding Submit button to the right side bottom of the Catalog item ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2018 01:10 AM
Hello All,
I am trying to add a Submit button in the catalog item.
I have added a UI Macro and the button appears to the left top corner. below snapshot for reference:
This should appear at the bottom of the request:
Below is UI Macro code written:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div class="Submit">
<a class="request_catalog_button addtlBtn" onClick="Submit();">Submit</a>
</div>
</j:jelly>
Any idea how this can be achieved. Any leads would be appreciated. Thanks!
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2018 02:22 AM
Great!. By setting the order to the highest value, I was able to get the button at the bottom of the request.
However, the button wont work when I try submitting the request. Do I need to write OnSumbit() client script for it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 10:06 PM
Can you Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 07:12 AM
My issue is not resolved yet. I need the submit button working. Once I click on submit, it should redirect me to the requested created page.
Regards,
Shoheb Shaikh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2018 08:53 PM
Use action.setRedirectURL(URL);
Thank you,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2018 03:16 AM