Skip to main content
February 23, 2023
Question

Refresh after dialog box close using a!recordactionfield

  • February 23, 2023
  • 3 replies
  • 0 views

Hey Guys,

I am using the a!recordactionfield in a separate interface to add the data. It contains card layout for each of the data we added. Is there anyway to refresh the page while submitting the data using dialog box option.

All process model nodes are chained and when I used the "open in same tab" option it refreshes the data but from the dialog box it does not refresh. I also used the a!refreshvariable in the local variable in interface but it doesnot work.

    3 replies

    mikes0011
    Brainy
    February 23, 2023

    You should be using the "refreshAfter" parameter of your a!refreshVariable() local variable(s) on-form - the "refreshAfter" parameter can be set to a value of "RECORD_ACTION" to accomplish this.

    The Expression Guru
    February 23, 2023

    I tried that also but it didn't work.

    mikes0011
    Brainy
    February 23, 2023

    Please share some sample code - this use case is specifically what the "RECORD_ACTION" refreshAfter value was originally implemented for.

    The Expression Guru