-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Job Planning Line To Calendar #2473
Comments
That indeed sounds like a bug, but it in the BaseApp: App/Layers/W1/BaseApp/Projects/Project/Planning/JobPlanningLineCalendar.Codeunit.al You'd have to suggest and fix this code in the BaseApp contribution pilot: https://github.com/microsoft/businesscentralapps. For access to the pilot, please fill out the following form: https://forms.office.com/r/E9wyE5a58f. This repository is only for issues and improvements in the System Application or Business Foundation. Would you like me to move the issue to the contribution pilot for you? |
Yes please.
Thank you
…On Mon, Dec 9, 2024, 12:30 Jesper Schulz-Wedde ***@***.***> wrote:
That indeed sounds like a bug, but it in the BaseApp:
App/Layers/W1/BaseApp/Projects/Project/Planning/
JobPlanningLineCalendar.Codeunit.al
You'd have to suggest and fix this code in the BaseApp contribution pilot:
https://github.com/microsoft/businesscentralapps. For access to the
pilot, please fill out the following form:
https://forms.office.com/r/E9wyE5a58f.
This repository is only for issues and improvements in the System
Application or Business Foundation.
Would you like me to move the issue to the contribution pilot for you?
—
Reply to this email directly, view it on GitHub
<#2473 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARIUAJ6P53RYFVSTUE33PKL2EVPM3AVCNFSM6AAAAABTIKBN7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRXGM4DSNZWG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There is a bug on this already in BaseApp repo: https://github.com/microsoft/BusinessCentralApps/issues/790 |
Which I can see has stranded... I'll try to get some traction on that one! This one I'll close as a duplicate then. |
Describe the issue
When sending a job planning line to Calendar, it gets the resource no from the resource table using the project manager field on the job card. However, the project manager field on the job card looks up to the users table therefore bringing in some inconsistency.


Expected behavior
The get should get from the user setup table i.e.

Steps to reproduce
On the job planning lines, outlook tab, click "send to Calendar" action


It will throw an error similar to this
Additional context
No response
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered: