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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Budget Map

(1) ShareShare
ReportReport
Posted on by 211
I have a requirement to delete records for ProjForecastEmpl(Hour Forecast transactions) from this page.(After Clicking Edit Forecast Transactions action pane button).
 
 
I need to validate the record before it gets deleted.But the validate delete doesn't get triggered like the way it does for ProjForecastCost or ProjForecastRevenue.Due to this i used BudgetMap similar to Cost and Revenue Forecast Transactions to make it work.I am getting this /Error executing code: The field with ID '0' does not exist in table 'BudgetMap'./I tried to use COC on delete and insert methods for the table ProjForecastEmpl.Please let me know how to approach this problem and why is BudgetMap not used in ProjForecastEmpl Table.The delete and validate delete methods does not get called when we delete records from /EditForecastTransactions/ Tab.This is only for ProjForecastEmpl Table.
 
These are the COC methods which i used.I am getting error when Budget::Map insertion is triggered.
 
public void delete()
    {
        this.BudgetMap::deleting();
        next delete();
        this.BudgetMap::deleted();
    }
    public void insert()
    {
        ttsbegin;
        this.BudgetMap::inserting();
        next insert();
        this.BudgetMap::inserted();
        ttscommit;
    }
 
Thank you
G Badri
I have the same question (0)
  • André Arnaud de Calavon Profile Picture
    301,037 Super User 2025 Season 2 on at
    Moved the question to the Dynamics 365 Finance forum as this question has no relation with Dynamics AX (previous version).

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 544 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 450 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 250 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans