Skip to content

Commit 1c132ec

Browse files
committed
Additional changes
1 parent 3fb8727 commit 1c132ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/developer/data-platform/activitypointer-activity-entity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Activity (ActivityPointer) table
33
description: Learn how to work with the Activity (ActivityPointer) table in Microsoft Dataverse.
4-
ms.date: 03/25/2023
4+
ms.date: 07/03/2023
55
ms.reviewer: pehecke
66
ms.topic: conceptual
77
author: DanaMartens
@@ -22,10 +22,12 @@ The [`ActivityPointer.ActivityTypeCode`](/power-apps/developer/data-platform/ref
2222

2323
## Inherited statecode and statuscode options
2424

25-
When you interact with activities with code, it's important to keep in mind that the `statecode` and `statuscode` columns of the types that are derived from `ActivityPointer` can have differences from the `ActivityPointer` `statecode` and `statuscode` column definitions.<!-- EDITOR'S NOTE: This sentence doesn't make sense to me. I can't figure out a way to rewrite it so that it does make sense. Can you please explain what you mean as if you were talking to a knowledgeable friend? -->
25+
When you write code that sets or modifies activity columns, it's important to keep in mind that the `statecode` and `statuscode` columns of`ActivityPointer` derived types can have a somewhat different purpose from the base `ActivityPointer` `statecode` and `statuscode` column definitions. The following sections describe these differences.
2626

2727
### StateCode option differences
2828

29+
In this section, let's review state code option differences between `ActivityPointer` and derived types.
30+
2931
[ActivityPointer.StateCode](/power-apps/developer/data-platform/reference/entities/activitypointer#statecode-choicesoptions) defines four options:<!-- EDITOR'S NOTE: This table and section need an introductory sentence. -->
3032

3133
| Label | Value |

0 commit comments

Comments
 (0)