Hello Experts,
I am working on SAP Workmanager 6.2. I have a requirement to add a field (license number) in the equipments screen.
To do the same, I have added a field in the 'Equipments' object. The same has been done in the screenset.
The following java changes has been made.
But, the data is not getting populated on the client. However, it is found in the server logs.
When I am trying to interchange the 'license' field with the 'description' field in the java code, the data is getting populated.
As obvious, the license number is coming on the description field and description is coming on the license field.
Can anyone suggest, why the data is not getting populated from the first code.
Regards,
Bino