Project

General

Profile

Actions

bug #66

closed

Handshaking Data Using Fixed Values Instead of Live Server Data

Added by Shuchi Tailor 3 months ago. Updated 3 months ago.

Status:
done
Priority:
medium
Start date:
03/14/2026
Due date:
% Done:

90%

Estimated time:
1:00 h

Description

Currently, during the handshaking process, some user-related data is exchanged such as Employee Code, Phone Number, User Name, etc.

At the moment, this handshaking is happening with fixed (hardcoded) data in the system.

For testing and actual operation, this data should instead be fetched dynamically from the server and then used during the handshaking process.

Current Behaviour:
Handshaking is done using predefined/fixed values for Employee Code, Phone Number, User Name, etc.

Expected Behaviour:
The system should fetch the actual user data from the server.
The fetched live data should then be used in the handshaking process instead of the fixed values.

This change is required so that the handshaking process can be properly tested and verified with real data coming from the server.

Actions

Also available in: Atom PDF