Hide Ribbon Button only from Outlook - dynamics-crm-2011

I create a custom Ribbon Button for Dynamics CRM but my wish is to hide it only from Outlook (for all users).
Our clients are using Dynamics 2011, Dynamics 2013 and Dynamics 2015.
I am new in this technology, please help me to do it. How and where?
Thank You!

Looks like you need a <CrmClientTypeRule>, MSDN link for reference -> https://msdn.microsoft.com/en-us/library/gg328071.aspx
<CrmClientTypeRule
Default=["0" | "1" | "true" | "false"]
InvertResult=["0" | "1" | "true" | "false"]
Type=["Web" | "Outlook"]
/>

Related

how to create a new field in CRM 2015?

I'm using Microsoft Dynamics CRM 2015 on-permise I need to create new field multi select lookup
thanks.
You cant, that feature doesn't exist unfortunately.
There are some multi select lookup fields in CRM but those are limited to system fields which cant be customised.
The closest you can get is a 1:M or M:M relationship which will appear as a grid.

What is the Available Field Types in SharePoint 2013

i' working With SharePoint server 2013 and i'm using Visual Studio 2013 in order to create and defining Custom Columns, i noticed that in VS there are no suggestions when we want to set the Field Type.
i searched on Google but i didn't find any complete list.
is there a list contain all this type ?
Thanks
SharePoint 2013 supports nearly the same Field Types like SharePoint 2010. I found the following list for the supported Field Types in SharePoint 2010:
http://koenvosters.wordpress.com/2010/04/27/available-field-types-in-sharepoint-2010/
On Technet i found a list of the supported Field Types of SharePoint 2013:
http://msdn.microsoft.com/en-us/library/office/aa979575(v=office.15).aspx
(Scroll down to the category Type)
Only the specific Field Types for Taxonomy and so one are missing in this list. I only Know from one NEW Field Type in SharePoint 2013. And this is the Geolocation Field. More Informationen about this Field and the functionality you will find here.
<Field Type='Geolocation' DisplayName='Geolocation' />
I hope i could help you. Otherwise let me know it:)
For programmatically check available field types, please refer to collection
FieldTypeDefinitionCollection of SPWeb
Each item of which contains Type property and other field definition information

how to hide a pre-filter window in CRM 2011?

I'm looking for a way how to hide a pre-filter in CRM 2011.
I created a sipmle report by using business intelligent studio.
Eventially, the reports shows a table with data (SQL query like select column1, column2....from table)
when I open it in CRM I get a window where I have to built filter.
Is there any way avoid such window?
I found that I cand set a query in filter by default but anyway It doesn't help except this screen
thanks in advance
To remove the pre-filter page, you have to remove the corresponding Report Parameter in the RDL report, which is named as CRMFilteredEntityName, e.g. CRM_FilteredAccount.

Dynamic Excel report 2010 against MS analysis services Cube using parameters

I have to create dynamic excel 2010 report.
Data will come from Cube. there will be a parameter : YEAR
Based on that select year, data will be presented. Should be look like this.
Select Year : 2000- 2012 (any one of them) Refresh Button
Account Name Amount Address Country
1
2
3
User can select any year and just click on refresh button he should get related year data.
I am new with excel reporting , please help me in this.
Thanks
Once you connect your work book to SSAS you can go to the "Data" ribbon and click on the "Existing Connections" button. Click on the connection for your Cube and click open.
You should get a window like this:
If you choose "PivotTable Report" then you'll get a Pivot table where you can drag and drop your fields to look like your requirement.

MOSS 2007 sharepoint Workflow

Is there a way from a workflow to add a field to a list and prompt for its data?
If you are talking SharePoint Designer Workflows, you can't.
You can have a secondary list named "Custom Fields" with "FieldName", "FieldValue", "ItemId" columns and relate them in the workflow using the Current Item Id or something.

Resources