Hello Labalumit, Using SQL statement is not supported by Microsoft , you have several alternatives like : FetchXML LINQ QueryExpression However, if you really need to do it with SQL statements even if it is not supported, I suggest you to use the filtered views in order to keep security. You can only use this with OnPremises deployments, with OnLine you must use FetchXML, LINQ or QueryExpression. More info here : https://technet.microsoft.com/en-us/library/dn531161.aspx https://technet.microsoft.com/en-us/library/dn531182.aspx
↧