How to refresh the page fields?

Hello everyone,
I am trying to refresh the field value on trigger of page button. Does anyone know to refresh the fields value which is in page.

Regards
Nivedha

Hello all, can anyone help me out to refresh the value in page field.
TIA

Is the button within the form, a custom button on the top right of the form, or a menu button? What kind of field are you trying to reload and why?

Hi @rmeyer, thank you for your kind reply. It is the custom button add in the page in setup_page: function like:

reprint= me.wrapper.page.add_inner_button(__(“Label Reprint”),
function() {me.reprint(); }),

Hi People, Any idea to refresh the page field values?

i have tried like
me.field_name = " ";
me.refresh();
but field value is not refreshed.

Hello guys, any solution for refresh value in page field?

Regards
Nivedha

Any idea?