Support Article
Index table is not getting updated at times
SA-55120
Summary
In user application, pagelist is mapped to an index table, but some times the data in this pagelist is not committed to the database. So, index table is not getting updated at times.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a page list property and include it in the repeat grid.
2. At run time enter a pagelist value and forcefully throw an error on pyWorkPage.
3. Try to commit the pyWorkPage.
Root Cause
An issue in the custom application code or rules: In user scenario there are error messages on pyWorkPage and the property value is not getting committed to the database, so the declare index is not getting fired as the property value is not available in database.
Resolution
Here’s the explanation for the reported behavior:
If there are any errors on pyWorkPage or on any other page, the property values on that page will not be committed to the database until user clears those error messages. This is an expected behavior.
Published July 25, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.