Skip to content

Commit f06c4ba

Browse files
authored
Merge pull request #4400 from MicrosoftDocs/stjanovi-patch-7
Added limitation on offline support
2 parents a6b3b3c + 325f197 commit f06c4ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/maker/data-platform/map-entity-fields.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ When you map table columns for a 1:N table relationship certain items of data fr
5252
> [!NOTE]
5353
> These mappings only set default values to a row before it is saved. People can edit the values before saving. The data that is transferred is the data at that point in time. It isn’t synchronized if the source data later changes.
5454
>
55-
> These mappings aren’t applied to related rows created using a workflow or dialog process. They aren’t automatically applied to new rows created using code, although developers can use a special message called `InitializeFrom` ([InitializeFrom Function](/dynamics365/customer-engagement/web-api/initializefrom?view=dynamics-ce-odata-9) or [InitializeFromRequest Class](/dotnet/api/microsoft.crm.sdk.messages.initializefromrequest?view=dynamics-general-ce-9)) to create a new row using available mappings.
55+
> These mappings aren’t applied to related rows created using a workflow or dialog process. They aren’t automatically applied to new rows created using code, although developers can use a special message called `InitializeFrom` ([InitializeFrom Function](/dynamics365/customer-engagement/web-api/initializefrom?view=dynamics-ce-odata-9) or [InitializeFromRequest Class](/dotnet/api/microsoft.crm.sdk.messages.initializefromrequest?view=dynamics-general-ce-9)) to create a new row using available mappings.
56+
>
57+
> These mappings aren't applied for new related table forms that are opened when an app is in offline mode, except for parent lookup fields.
5658
5759
## Open solution explorer
5860

@@ -123,4 +125,4 @@ Because column mappings are not metadata, you must publish them before changes t
123125
[Developer Documentation: Web API Create a new table from another table](/dynamics365/customer-engagement/developer/webapi/create-entity-web-api#create-a-new-table-from-another-table)
124126

125127

126-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
128+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)