Archive
Posts Tagged ‘ADX Portals’
ADX Portals – adx_webformsession.adx_currentwebformstep is null
June 30, 2019
1 comment
I got following exception while navigating through my ‘Web Form’ steps in ADX Portal.
adx_webformsession.adx_currentwebformstep is null
Reason:
- I had redesigned a ‘Web Form’ by deleting couple of existing ‘Web Form’ steps.
- However the associated ‘Session’ records, of deleted ‘Web Form’ steps, were still exists in the system causing the specified issue.
Fix:
- Delete all orphan ‘Web Form Sessions’ records from the system.
- Query all the ‘Web Form Sessions’ records which does not contain a ‘Web Form’, using ‘Advanced Find’ as below.
- Delete all records.
- Clear Portal Cache
- Issue should go away.
🙂