Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Insert a New Record Based on User Click

Posted on by 55

Hello,

I have my page and I added an action button "Allow Cancel" and every time user clicks "allow cancel" It fires a customized report. What I want is whoever clicks "allow cancel" button creates a new record in my log table and shows when. How can I do this?

Thank you

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Insert a New Record Based on User Click

    Hi,

    Allow Cancel - OnAction()
    //.....other coding....
    REPORT.RUNMODAL('MYReport');
    mylogtable.reset;
    mylogtable.INIT;
    mylogtable."Operation date" := TODAY;
    mylogtable."Operation time" := TIME;
    mylogtable.UserID = USERID;
    //.....other coding....
    mylogtable.insert;

    Then make a new list page

  • Suggested answer
    TeddyH Profile Picture
    TeddyH 12,868 Super User 2024 Season 1 on at
    RE: Insert a New Record Based on User Click

    Just add the codes in the OnAction button. Can you access the C/AL Editor ?

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans