- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 10:31 AM - edited ‎07-18-2023 10:32 AM
I am working on an UI action button, In which I need to use variables from client side function in next server side function . But I am getting undefined values in the description
Below is the code of UI action
///////////////////////////////////////////////////////////////////////////////////////////////////
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 08:27 AM
Hi @Reddymahesh ,
If you want to add to Workspace there is a Workspace tab where you can choose Workspace Form Button to make the UI action appear on the line of UI actions, or Workspace Form Menu to make it appears as a list item in the menu list.
If the code for the UI action I provided earlier works for the creation of RITM and can populate description successfully could you please mark the answer as correct? Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2023 05:54 AM
Hi @Reddymahesh ,
If you are doing it in scoped app, call Script include like this:
var ga = new GlideAjax('API name');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2023 09:12 PM
Hi @Reddymahesh ,
Did you make it work by calling your script include with scope app and name as my response above? Looking forward to see if I can assist with anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 06:20 AM
Hi @Community Alums ,
Thanks for your reply. Can we add this UI action to a landing page?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 08:27 AM
Hi @Reddymahesh ,
If you want to add to Workspace there is a Workspace tab where you can choose Workspace Form Button to make the UI action appear on the line of UI actions, or Workspace Form Menu to make it appears as a list item in the menu list.
If the code for the UI action I provided earlier works for the creation of RITM and can populate description successfully could you please mark the answer as correct? Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2023 11:17 AM
I want to add it be added to a landing page not on any workspace, We need to do it through UI builder. Any idea on how to achieve this