
Hi,
I have a requirement that I need to get the CRM logo using server side scripting.(Logo is uploaded via THEMES). i.e. Being Logo is Web Resource I need the URL of it . Can anyone suggest how can I get the URL using CRM SDK in server side scripting.
Awaiting for your reply. Thanks in advance.
Attached Screen Shot for reference:
*This post is locked for comments
I have the same question (0)Hi Venkatesh,
You can simply query theme entity using retrievemultiple and get name of the logo web resource, refer below details
msdn.microsoft.com/.../dn996885.aspx
msdn.microsoft.com/.../dn932133.aspx
Thanks