Hi All,
I am trying to upload data to M3 program using an excel via H5 Script.
Below are the steps my H5 script follows.
1. Browse the excel file with data
2. Reads the data and stores it in an array
3. Takes first panel from panel sequence and fills the data in the input fields on M3 screen ( A-panel)
4. RequestCompleted gets executed once A panel fields values are updated and ENTER is pressed programmatically.
5. Next Panel in the sequence is retrieved and panel fields are updated (E-panel) and ENTER is pressed programmatically.
6. RequestCompleted gets executed again and Next Panel in the sequence is retrieved and panel fields are updated (F-panel) and ENTER is pressed programmatically.
7. Now it comes back to A-panel, but the screen keeps showing a busy indicator and at console I get an error message as below
Below error occurs in H5 Angular UI.
Uncaught TypeError: Cannot read properties of null (reading '_lView')
at qb.insertImpl (main.1b83f7ebca523ba4.js:1:5977670)
at qb.insert (main.1b83f7ebca523ba4.js:1:5977623)
at qb.move (main.1b83f7ebca523ba4.js:1:5977963)
at main.1b83f7ebca523ba4.js:1:5851913
at Do.forEachOperation (main.1b83f7ebca523ba4.js:1:5930276)
at P._applyChanges (main.1b83f7ebca523ba4.js:1:5851673)
at P.ngDoCheck (main.1b83f7ebca523ba4.js:1:5851607)
at Ts (main.1b83f7ebca523ba4.js:1:5901553)
at xc (main.1b83f7ebca523ba4.js:1:5901710)
at U0 (main.1b83f7ebca523ba4.js:1:5901457)
Thanks,
Jags