Hello Experts,
I created a specific view in UWL which contains the approved invoice with completed status, but this view isn't refreshed automatically.
I set the parameter refresh to "60" but it still does not work .
For more information about the configuration set, here is my configuration file:
<UWLConfiguration version = "1.0" >
<ItemTypes>
<ItemType Name="uwl.completedtask.webflow.TS00275253.SAP_ECC" connector="WebFlowConnector" defaultView="ViewTS00275253Completed" defaultAction="launchSAPAction" executionMode="default">
<ItemTypeCriteria SystemId="SAP_ECC" externalType="TS00275253" connector="WebFlowConnector">
<CompoundExpression LogicalOperation="AND" defaultViewFilter="yes">
<Expression Name="status" value="COMPLETED" comparator="Equals"/>
< / CompoundExpression >
< / ItemTypeCriteria >
.....
</ ItemType >
</ Itemtypes >
<Views>
< View name = " ViewTS00275253Completed " referenceBundle = " completed_tasks " selectionMode = " SINGLESELECT " width = " 98% " supportedItemTypes = " uwl.completedtask.webflow.TS00275253.SAP_ECC " ColumnOrder = " isEscalated , CreatorId , CreatedDate , subject, priority, attachmentCount , dueDate , status, invoiceDate , OI , GROSSINVOICEAMOUNT , VendorName , VENDORINVOCIENUMBER , CODEACERTIS , Dyncol1 " sortby =" priority: desc , dueDate : asc , CreatedDate : desc " tableDesign = " STANDARD " VisibleRowCount =" 10 " headerVisible =" no " queryRange = " undefined" tableNavigationFooterVisible = "yes" tableNavigationType = " CUSTOMNAV " actionRef = "" refresh = "60" dueDateSevere = " 86400000 " dueDateWarning = " 259200000 " emphasizedItems = "new " displayOnlyDefinedAttributes = "yes" dynamicCreationAllowed = "yes" actionPosition = "bottom" >
.......
<actions>
<Action reference="defaultGlobalWizard"/>
<Action reference="addToNavigation"/>
<Action reference="removeFromNavigation"/>
<Action reference="refresh"/>
</ Actions>
</ View>
Thank you in advance for your help.
Best regards.