Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
method action(var eventInfo ActionEvent)
var
atOldValue Anytype
endVar
if eventInfo.id() = dataLookup then
atOldValue = self.Value
doDefault
if eventInfo.errorCode() = peOK then
if atOldValue <> self.Value then
self.Value = self.Value
endIf
endIf
endIf
endMethod