Comment for each field

0
Hello,   I am having Employee entity, it contains Employee Name(String),Department(Enum),Date of joining (DateTime). I want to add comment for each field (add comment option in from of each field) in Employee Edit page. Is there any way to achieve this?   Please refer attached screenshot.     I want something like this. When I click on Add comment it should open comment popup, So that I can add comment and save it. Comment should be for each field.  
asked
2 answers
0

Hi 

You want to add comments for each field in the employee edit page?. Can you elaborate your requirement in detail with some screenshot if available 

answered
0

Hi Sidhesh,

Thank you for the screenshot.

Yes, you can add a comment attribute for each field in the same employee entity if you plan to include only one comment for each field. However, if you expect to have multiple entries for each field, it would be better to use a separate entity for capturing comments by associating the employee and new comments entity. In your new entity , you can have an attribute which determines whether this comment is for which field

answered