3
Views
2
Comments
AjaxRefresh
Question
-The eSpace take in CountryCode input parameter, example, https://localhost/TestAjaxRefresh/Test.aspx?CountryCode=UK
onload the button is either enabled or disabled based on the input parameter, when COUNTRY.Flag = true/false.

The AJAXRefresh is used in a screen action to provide this functionality,-how would you perform this same behaviour/action in a screen presentation?
TestAjaxRefresh.oml
2016-04-21 20-09-55
J.
 
MVP
just use an expression in the enabled variable?

you don't need ajax-refresh in an onload, because it's load for the first time anyways.
2018-03-08 20-43-12
Robert Chanphakeo
Problem solved, and optimised by making use of Get<ENTITY>.




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.