Notifications
Announcements
No record found.
Hi everyone,
I am new to using Dynamics 365 and am just trying to get the basics set up. Is anyone able to help with this error please?
Thanks,
Elysia
where exactly did you get the error?
can you post a screenshot?
Morning,
Sorry, I didn't realise you had posted.
Hope this helps
Also some error details.
Error Details:Event Name: onloadFunction Name: Mscrm.Form_onloadWeb Resource Name: ConvertRuleItem_main_system_library.jsSolution Name: SystemPublisher Name: MicrosoftCorporation
I'm currently working in 'Record Creation and Update Rule' in Customer Service Admin Center
looks like an internal error to me, you will need to open a support ticket with Microsoft
Ok, will do. Thank you.
Hi,
Looks like there is a script written on the form which is checking few parameters on load of the form.
If you are system admin, you can check the scripts written on the form and try deactivating for testing, however to investigating further you will have to provide more details. (like the script code.)
Hello,
https://www.inkeysolutions.com/blogs/resolve-the-error-in-the-automatic-record-creation-rules-of-the-queue-entity-when-the-sender-of-the-email-is-a-contact-as-well-as-a-user-in-the-microsoft-dynamics-365/
I hope it helps,Thanks.Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365.
If you are using a script file and receive the error message "Uncaught ReferenceError: crmCreate is not defined," it means that 'crmCreate' is either a variable or a method that you are attempting to use before declaring it using the var keyword. This error indicates that there is a reference to a non-existent variable somewhere in the code. To fix this error, you need to declare the variable or ensure that it is available in the current script or scope. If the variable is not available, it may indicate that the library is not loaded, and JavaScript does not recognize 'crmCreate'.
To solve this error: Load your library at the beginning of all your scripts.
There can be multiple other reasons for this issue:
The error message you're seeing indicates that the function "crmCreate" is not defined or cannot be found in the current context. This function is typically used to create new records in Dynamics 365.
Here are some possible reasons why you might be seeing this error:
1. Incorrect function name: Double-check that the function name is spelled correctly and that the correct case is used. It should be "crmCreate" with a lowercase "c".
2. Missing library reference: Make sure that the necessary library references are included in your code. The crmCreate function is part of the Dynamics 365 client-side SDK, so you'll need to reference the SDK in your code to use it.
3. Timing issue: If you're running the code before the necessary scripts have loaded, you may see this error. Make sure that your code is executed after the necessary scripts have finished loading.
If you're still having trouble after checking these items, please provide more context about when and where the error is occurring, as well as any relevant code snippets. This will help me provide more specific guidance.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tom_Gioielli 45 Super User 2025 Season 2
Daniyal Khaleel 27 Most Valuable Professional
Soundari 15