Hello,
I've created a data service based on the M3 FACETMI/LstFacets API.
One of the parameters of this API is SQRY an search query (e.g. CUNO:Y00001 to keep it simple).
I'm using this data service to display information in a Chart widget.
So far, no problems.
Where I run into difficulties is when I try to contextualize communication between a list widget and my Chart widget, for example.
I know that I need to create a custom contextual message and use it on the send side for my List widget and on the receive side for my Chart widget.
But how do I design this message so that, in the end, my widget in SQRY is a string made up dynamically of the concatenation of CUNO: (Fixed part) followed by the value of my customer number CUNO.
Is this possible?
If it isn't, I conclude that it wouldn't be possible to create contextual relations when a data service is based on the use of a functional search.
Denis