Dear Developer community.
i'm facing an issue to retrieve Ric list for a given ISIN by using Refinitiv Data (version beta4) under C#.
Indeed, i'm used to retieve this list using TR.RICS field with Excel and also Python (as shown below), but it doesn't work when using FundamentalAndReference module under .Net and i have no response.
i have tried to use symbology mdoule to get RUC from ISIN, but it gives only the composite RIC as best_match option (as it's the case under Python) is not available to set it to false and to get all corresponding rics for ISIN.
thank you for your help and assistance with this issue
Excel example
Python example