How can we display the owner of the record automatically in MDS
.
For Example, I have 2 groups called Group A and Group B.
Group A user entering the record as following:
NAME CODE
Bike 1
Car 2
Similarly Group A user entering the record as following:
NAME CODE
Bus 3
Lorry 4
What i want to display is
NAME CODE Owner
Bike 1 Group A
Car 2 Group A
Bus 3 Group B
Lorry 4 Group B
How can we achieve this? We need to write any custom code for this. Please help me out in this regard