Provide a Setting to change the Customer for the Job Quote from the Bill-To Customer to the Sell-To Customer in General
Currently the Sending and Printing actions for the Job Quote Report are alwayys using the Bill-To Customer No.
This has been correct when we haven't had the Sell-To Customer Numbe for Jobs/Projects.
Now we have the Sell-To Fields and it would be more correct s...
Please show the Number of Attachments, Notes, Links although the FactBox Pane is hidden
Our customer has the problem that they often hide the FactBox Pane since it occupies to much space.
Since they're using the Notes and Links vey actively to store some notes it would be very useful to them if they could see the number of attachments near to the collapse FactBox...
Allow users with the Team Member License to Insert and Delete Default Dimension (at least for Jobs/Project and custom Tables)
Currently Users that are licensed as Team Members cannot create or delete Default Dimensions. (Modify is allowed)
This is okay for Customers and Vendors and other MasterData Tables.
For Projects (aka Jobs) and Custom Tables this should be possible.
Add a procedure to set the TableFilter (Table View) of the Retention Policy Setup Line via code
Currenntly we aren't able to set the Table Filter View of the table 3902 "Retention Policy Setup Line"
via code.
https://github.com/microsoft/BCApps/blob/main/src/System%20Application/App/Retention%20Policy/src/Retention%20Policy%20Setup/RetentionPolicySetupLine.Table.a...
Improve procedure GetApplicationAreas to remove any character except alpha numeric characters.
The procedure GetApplicationAreas in codeunit 9177 "Application Area Cache" does only remove spaces from the fieldref name.
We have used a dash "-" in our combined prefix, which leads to errors when the plattform procedure ApplicationArea is called.
Maybe all ...
Remove Text[1024] Limitation from UI Handlers (MessageHandler, ConfirmHanlder, StrMenuHandler )
Could you please remove the limitation to Text[1024] from the UI Handlers s (MessageHandler, ConfirmHanlder, StrMenuHandler ) for Test Functions.
Add Customer Price Group to Job Task from Customer
BC 24 added Customer fields to the Job Task, but currently the Customer Price Group is missing in the Job Task table.
This field should be added and populated from the customer.
Furhtermore the procedure UpdateCostPric...
Add a procedure to check if an Interface variable is instantiated
Currently we recieve an error if we invoke any procedure of an interface that isn't instantiated.
It would be useful to be able to check if an interface is already instantiated by a codeunit implementation.
Add Public Facade for codeunit 9660 "Report Layouts Impl." to set the default report layout via code
It would be very useful to have a public procedure to set the default report layout via code.
I suggest to add a new Codeunit in the "Report Layouts App".
This is an often required feature as you can read in this yammer thread: https://www.yammer.co...
Add Compile time error for DataTransfer for a Field with Data Type Code instead of Error on Upgrade
Currently we can create DataUpgrades for Code fields with a Text, but we receive an error when we run the DataUpgrade.
The Following Code isn't working:
procedure UpgradeJobPlanningL...
