- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 08:35 AM
I'm using SN studio, after one week of work I managed to configure a Declarative Action with a Server Script and the button finally appeared on My List view header!! See the "(take in scope)" button
I configured the action this way ...
but when I press the buttn nothing seems to happen....I should expet a record field value to be modified to test it's working....
Do I have to map the button to some kind of event?? Seeing some tutorials it should not needed for Server Script Actions....
Any hint appreciated..
Andrea
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 02:20 AM
Hi , the sever script wan not triggered at all, I solved by using a List record component with preset configurations...I don't know why ..likely where missing some present action configurations using simple List component ...thank you in any case..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 07:41 PM
Hi @andreadigiu check adding gs.info or gs.log the method check wheter action.table gives you correct table name in your code.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Santosh Oraon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2025 02:20 AM
Hi , the sever script wan not triggered at all, I solved by using a List record component with preset configurations...I don't know why ..likely where missing some present action configurations using simple List component ...thank you in any case..