Hey, I hope some of you can help me.
We're planing to build a customized mask to provide an easier way for budget data input for our colleagues.
As a first step I want to find out in which table this data is being stored. More precisely I am talking about the budgets that are visible inside the job cart:
For the moment we are only focusing on the Billable Price data. I made some research and also looked into the Object Designer of VS. To me it appeared as if "G/L Budget Entry" might be the right table. So I tried to build a little extension (which we already did for Projects), based on the G/L Budget Entry table. I basically copied the code from this table (via Object Designer) into a new .al data. That's roughly how I did it with projects and it worked that time.
My VS code looks like this and I even got the message that it got successfully published but I can't find the extensions:
I'd like to know if I am even on the right path (source table) or if I just did something wrong on the VS end.
Best regards and thanks in advance!!