For Eikon App Studio, when we deal with Context, is it acceptable/workable to define custom context, or is there only a limited number of pre-defined context values? For example, rather than just passing a company as the context, can we make it more specific? For example, can we set the context:
Context:[
{
"RIC": "NOBG.SI",
"type": "SHIPPER"
},
{
"RIC": "GAGR.SI",
"type": "IMPORTER"
},
{
"RIC": "ABCD.SI",
"type": "EXPORTER"
}
]
The idea is to get around the fact that one app can only use one link channel, but may want to pass data to other apps in a more targeted fashion.