I am getting the following error:   The issue is that the link is generated as: https://tempcore.crm11.dynamics.com/api/data/v9.0/mb_mbknowledgearticle_mb_knowledgearticset?$select=%20_mb_knowledgearticlecategoryid_value&$filter=_mb_mbknowledgearticleid_value%20eq%20769e614a-bd94-ec11-b400-0022481a4616 But the link that works in the web api is (Without the prefix: '_' and suffix '_value'): https://tempcore.crm11.dynamics.com/api/data/v9.0/mb_mbknowledgearticle_mb_knowledgearticset?$select=%20mb_knowledgearticlecategoryid&$filter=mb_mbknowledgearticleid%20eq%20769e614a-bd94-ec11-b400-0022481a4616 is their a way i can change this in the config?
I am getting the following error:


The issue is that the link is generated as:
https://tempcore.crm11.dynamics.com/api/data/v9.0/mb_mbknowledgearticle_mb_knowledgearticset?$select=%20_mb_knowledgearticlecategoryid_value&$filter=_mb_mbknowledgearticleid_value%20eq%20769e614a-bd94-ec11-b400-0022481a4616
But the link that works in the web api is (Without the prefix: '_' and suffix '_value'):
https://tempcore.crm11.dynamics.com/api/data/v9.0/mb_mbknowledgearticle_mb_knowledgearticset?$select=%20mb_knowledgearticlecategoryid&$filter=mb_mbknowledgearticleid%20eq%20769e614a-bd94-ec11-b400-0022481a4616
is their a way i can change this in the config?