Skip to content

Commit 49531d4

Browse files
committed
offline-outlook-filters-templates.md
1 parent f6474ca commit 49531d4

File tree

4 files changed

+8
-70
lines changed

4 files changed

+8
-70
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/outlook-client/offline-outlook-filters-templates.md",
5+
"redirect_url": "/dynamics365/customerengagement/on-premises/developer/outlook-client/offline-outlook-filters-templates",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "powerapps-docs/developer/data-platform/outlook-client/sample-outlook-methods.md",
510
"redirect_url": "/dynamics365/customerengagement/on-premises/developer/outlook-client/sample-outlook-methods",

powerapps-docs/developer/data-platform/outlook-client/offline-outlook-filters-templates.md

Lines changed: 0 additions & 65 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
items:
22
- name: Extend Outlook Client
33
href: extend-dynamics-365-outlook.md
4-
items:
5-
- name: Offline and Outlook filters and templates
6-
href: offline-outlook-filters-templates.md
4+
items:
75
- name: Offline use of web services
86
href: offline-use-services.md

powerapps-docs/developer/model-driven-apps/customize-entity-views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A `SavedQuery` view is different from a `UserQuery`. A user query, called a Save
3232

3333
## Types of views
3434

35-
The following table lists the five types of views that are supported for customization. The type code of a view is stored in the `SavedQuery.QueryType` parameter. Note that there are other valid values for the `QueryType` parameter not listed here because this table is also used to store Office Outlook filters and templates. More information: [Offline and Outlook filters and templates](../data-platform/outlook-client/offline-outlook-filters-templates.md).
35+
The following table lists the five types of views that are supported for customization. The type code of a view is stored in the `SavedQuery.QueryType` parameter.
3636

3737
When views are defined for a specific table, the `SavedQuery.ReturnedTypeCode` parameter returns the table logical name.
3838

@@ -274,7 +274,7 @@ System.String layoutXml =
274274
</grid>";
275275
```
276276

277-
The JavaScript function for displaying custom icons and tooltip text expects the following two arguments: the entire row object specified in layoutxml and the calling users Locale ID (LCID). The LCID parameter enables you to specify tooltip text for the icon in multiple languages. For more information about the languages supported, see [Enable additional languages](/dynamics365/customer-engagement/customize/enable-additional-languages) <!-- TODO need to update the link in the powerapps repo--> and [Install or upgrade language packs](/previous-versions/dynamicscrm-2016/deployment-administrators-guide/hh699674(v=crm.8)). For a list of locale ID (LCID) values that you can use in your code, see [Locale IDs assigned by Microsoft](/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c).
277+
The JavaScript function for displaying custom icons and tooltip text expects the following two arguments: the entire row object specified in layoutxml and the calling user's Locale ID (LCID). The LCID parameter enables you to specify tooltip text for the icon in multiple languages. For more information about the languages supported, see [Enable additional languages](/dynamics365/customer-engagement/customize/enable-additional-languages) <!-- TODO need to update the link in the powerapps repo--> and [Install or upgrade language packs](/previous-versions/dynamicscrm-2016/deployment-administrators-guide/hh699674(v=crm.8)). For a list of locale ID (LCID) values that you can use in your code, see [Locale IDs assigned by Microsoft](/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c).
278278

279279
Assuming you will most likely be adding custom icons for a choice type of column as it has a limited set of predefined options, make sure you use the integer value of the options instead of label to avoid breaking the code due to changes in the localized label string. Also, in your JavaScript function, specify just the name of an image web resource that you want to use as an icon for a value in the column. The image should be of 16x16 pixels size; larger images will be automatically scaled down to 16x16 pixels size.
280280

0 commit comments

Comments
 (0)