Declarative Action Server Script is not executed

andreadigiu
Tera Contributor

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

andreadigiu_0-1751556691214.png

 

I configured the action this way ...

andreadigiu_1-1751556783949.png

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

1 ACCEPTED SOLUTION

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..

View solution in original post

2 REPLIES 2

Santosh Oraon
Tera Expert

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

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..