Make a grid parameter in order to retrieve which address called a service

Problem to solve

When a cell inside a grid calls a java service, it is useful to know which component made the call and where is located, in order to execute some actions targeting this component. I.e: Color the cell, knowing its value.

What does success look like, and how can we measure that?

When this is implemented, we should see in the parameter list the address (grid + col-id + row-id) of the component in order to target it.