Avatar

Level 1

Still having this issue, I am trying to add a refresh to my <enter but it keep getting this error:

 

Attribute 'refresh' unknown (see definition of element '/enrichContext' in shema 'Forms')

XML-110013 Error line 380, column 73 (document with schema 'form', name 'customerRequest' and description 'Customer Request')

 

The code works if I remove the refresh="true" but it does not update my form unless I close out hit the green refresh on the top of the screen and reopen the form.

 

 

<container codepage="1252" colcount="1">
<input colspan="1" label="Count Records" nolabel="false" type="Button">

<enter onSuccess="Records Counted Successfully" refresh="true">

<soapCall name="countOutTables" service="ctr:customerRequest">
<param exprIn="@id" type="int"/>
</soapCall>
</enter>
</input>
</container>