web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

Only run script after Create?

(0) ShareShare
ReportReport
Posted on by 99

Is there a way to run my JScript only after the Create / First time save? I thought the "CreatedOn" field would have a OnChange but it does not.

I have the same question (0)
  • Suggested answer
    Torrado Profile Picture
    1,270 on at

    Hello Myke,

    You can create a variable (e.g. runPostCreateLogic)  to control OnLoad if your Post-Create logic should run or not. 

    function onSave() {

    If (formType == 1) { 

    // If Form Type is Create, set the variable as true

    runPostCreateLogic true;

    }

    }

    function onLoad() {

    If (runPostCreateLogic ==  true) {

    // Run your Post-Create logic here

    }

    }

    Please also check the following post, as example: https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/299660/javascript-run-code-after-save 

    Hope this helps you.

    Please mark the answer as verified if helpful. That will help others in future.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Pallavi Phade Profile Picture

Pallavi Phade 102 Super User 2026 Season 1

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2026 Season 1

#3
ManoVerse Profile Picture

ManoVerse 45 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans