Hi All,
I have a query in SQL format as below in Dynamic on-premise SSRS and I need to convert it into D365 online SSRS using Fetch XML
SELECT TOP (10) [f-code], Name, [Bus. Phone], Chapter, Company, Trading, Membership, Grp
FROM [MB-MBR]
WHERE ([f-code] = @CRM_FilteredAccount)
I need to convert this into Fetch XML. But I can not find this entity. Please, help me to convert this into fetch XML.