UI Action- Action Name

Anupam Thomas
Tera Expert

Hi All,
Please help me understand what is the use of the Action Name in a UI Action form? 
find_real_file.png

 

Thanks in advance.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

It defined the uniqueness for the UI action.

Mostly used when you want to pass control from client side to server side code in UI action which runs both client + server

Client & Server Code in One UI Action

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

It defined the uniqueness for the UI action.

Mostly used when you want to pass control from client side to server side code in UI action which runs both client + server

Client & Server Code in One UI Action

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Maik Skoddow
Tera Patron
Tera Patron

it is a technical name which can be referenced by other script to invoke that UI Action (for exmaple via gsftSubmit())

Sumit Suthar
Mega Expert

Hey Anupam Thomas,

Action name : Defines a name to use when referencing the UI action in scripts.

For more details intro about UI Action with example, Please check the link below.

UI-Action in servicenow -Learnnowlab

 

Regards,

Sumit

Hit Like/Helpful/Correct if applicable

 

Priyankar Hald1
Mega Expert

Hi Anupam,

Action name is a unique name that is given to an UI action to pass the control from client to server.

You can override a button's behavior by putting its action name in your custom UI Action.

Regards,
Priyankar