Skip to content

Commit 985b883

Browse files
authored
Update missing-form-context-bookable-resource.md
1 parent 9cbfa39 commit 985b883

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

support/dynamics-365/field-service/scheduling/missing-form-context-bookable-resource.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Address issues with customized forms based on the default bookable
44
author: m-hartmann
55
ms.author: mhart
66
ms.reviewer: mhart
7-
ms.date: 03/13/2025
7+
ms.date: 03/17/2025
88
ms.custom: sap:Schedule Board
99
---
1010

@@ -22,7 +22,10 @@ The system uses a customized form that is based on an old version of the bookabl
2222

2323
## Resolution
2424

25-
You can address such isuses through Power Apps, by editing the form definitions of the customized forms in the corresponding customizations.xml file, or by running a script in the browser console to update the onchange event. The following resolutions assume that the script error references the function Mscrm.userid_onchange. If the error shows on other fields and references other functions, adapt the resolution steps to these fuctions.
25+
You can address such isuses through Power Apps, by editing the form definitions of the customized forms in the corresponding customizations.xml file, or by running a script in the browser console to update the onchange event.
26+
27+
> [!IMORTANT]
28+
> The following resolutions assume that the script error references the function *Mscrm.userid_onchange*. If the error shows on other fields and references other functions such as *Mscrm.accountid_onchange* or *Mscrm.contactid_onchange*, adapt the resolution steps to these fuctions.
2629
2730
### Update the form in Power Apps
2831

@@ -47,7 +50,7 @@ You can address such isuses through Power Apps, by editing the form definitions
4750

4851
### Update the customizations.xml file
4952

50-
1. Open the customizations.xml file in an editor.
53+
1. Open the customizations.xml file from the solution with the customized form that shows the error in an editor.
5154

5255
1. In the *Handler* element of the *Mscrm.userid_onchange* function, ensure that the *passExecutionContext* attribute is set to **true**.
5356

0 commit comments

Comments
 (0)