You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/webapi/create-update-optionsets.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Create and update option sets using the Web API (Common Data Service) | Microsoft Docs"
3
3
description: "Learn about creating and updating entity Common Data Service uses a metadata driven architecture to provide the flexibility to create custom entities and additional system entity attributes."
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 09/17/2020
6
6
ms.service: powerapps
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -52,7 +52,7 @@ The following table lists the messages you can use with local and global option
52
52
|InsertOptionValue</br>Inserts a new option into a global option set.|<xrefhref="Microsoft.Dynamics.CRM.InsertOptionValue?text=InsertOptionValue Action" />|
53
53
|InsertStatusValue</br>Inserts a new option into the global option set used in the `Status` attribute.|<xrefhref="Microsoft.Dynamics.CRM.InsertStatusValue?text=InsertStatusValue Action" />|
54
54
|OrderOption</br>Changes the relative order of the options in an option set.|<xrefhref="Microsoft.Dynamics.CRM.OrderOption?text=OrderOption Action" />|
55
-
|UpdateOptionSet|Use `PUT` request with a <xrefhref="Microsoft.Dynamics.CRM.OptionSetMetadata?text=OptionSetMetadata EntityType" /> to *[Organization URI]*`/api/data/v9.0/GlobalOptionSetDefinitions(`*metadataid*`)/Microsoft.Dynamics.CRM.OptionSetMetadata`<br />For a local option set use *[Organization URI]*`/api/data/v9.0/EntityDefinitions(`*metadataid*`)/Attributes(`*metadataid*`)/Microsoft.Dynamics.CRM.PicklistAttributeMetadata/OptionSet`.|
55
+
|UpdateOptionSet|Use `PUT` request with a <xrefhref="Microsoft.Dynamics.CRM.OptionSetMetadataBase?text=OptionSetMetadataBase EntityType" /> to *[Organization URI]*`/api/data/v9.0/GlobalOptionSetDefinitions(`*metadataid*`)`<br />Only those properties defined by the `OptionSetMetadataBase` can be updated. This does not include the options. Use other actions to make changes to options.|
56
56
|UpdateOptionValue</br>Updates an option in a global option set.|<xrefhref="Microsoft.Dynamics.CRM.UpdateOptionValue?text=UpdateOptionValue Action" />|
57
57
|UpdateStateValue</br>Inserts a new option into the option set used in the `Status` attribute.|<xrefhref="Microsoft.Dynamics.CRM.UpdateStateValue?text=UpdateStateValue Action" />|
0 commit comments