I wanted to know if my understanding is correct for a client script: standard mode will update the record but the page will not refresh however dynamic mode will refresh the page with the new data like an ajax request ?
s
Sandii
05/19/2021, 4:46 PM
The page does not refresh unless you tell it to refresh. You can change things live on a page using a client script, but the page does not refresh
s
Sim Greenbaum
05/19/2021, 5:06 PM
i don't even need the whole page to refresh ,is there away to do that
Sim Greenbaum
05/19/2021, 5:46 PM
how do i force a refresh
a
Alan Fitch
05/19/2021, 5:48 PM
document.location.reload()
s
Sim Greenbaum
05/19/2021, 5:49 PM
ahh so just regular js stuff
e
ec
05/19/2021, 11:56 PM
standard / dynamic has to do with how records are loaded (or created) and the main difference is how you set values (order of values) and defaulting/slaving etc - including sublists (current vs referencing a line)