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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The SDK provides a simple, pythonic interface for Dataverse operations:
104
104
|**Bulk Operations**| Efficient bulk processing for multiple records with automatic optimization |
105
105
|**Paging**| Automatic handling of large result sets with iterators |
106
106
|**Structured Errors**| Detailed exception hierarchy with retry guidance and diagnostic information |
107
-
|**Customization prefix values**| Custom tables and columns require a customization prefix values to be included for all operations (e.g., `"new_Title"`, not `"Title"`). See: [Table definitions in Microsoft Dataverse](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/entity-metadata)|
107
+
|**Customization prefix values**| Custom tables and columns require a customization prefix value to be included for all operations (e.g., `"new_Title"`, not `"Title"`). See: [Table definitions in Microsoft Dataverse](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/entity-metadata)|
0 commit comments