
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 02:30 AM
Hi All,
Am trying to pass the current values from catalog item to sp server side script. And its not working..
Catalog item form:
Client script : On submit
Widget code:
Can anyone guide me in here.
Any help is appreciated!
@Raghav Sharma , -- Please suggest on this.
Thanks in advance!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 02:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 11:46 PM
@Community Alums to make this work, you need to embed this widget in your catalog item/ RP variable using UI macro/ Ui page type variable.
$scope.page.g_form.getValue(''); works for embedded widgets.
Toy can keep that variable hidden.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 05:25 AM
@Community Alums did this work for you?
Raghav
MVP 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 02:55 AM
Thanks Raghav, we changed the requirement.