Skip to main content

Hi,

How can I add a button call 'Refresh',  click it and get a value from other list base on input a vaule ?

For example,  input a divison and click refresh button and get a approver from other list.

Thanks. 

Hi,
Just add a Button, configure it as Javascript.
Add the following code in the Advance, onclick field:

location.reload();

 


Reply