
Hi all
I recently developed a table extension for Purchase Line, which adds a longer text field for the item description, the purchase order lines are associated with a job number and a task number.
When a Posted Purchase Invoice is generated, automatically the description of the item and other data are linked in Job Planning Lines and I can see the description of the item, I need to know what I should do so that Job Planning Lines not only see the description of the item but also the text field that you add in the Purchase Line table.
This is the extension in the Purchase Line table
tableextension 50110 TablePurchaseLineExt extends "Purchase Line"
{
fields
{
field(5012; "LongDescription"; Text[2048])
{
Caption = 'LongDescription';
}
}
}
----
PURCHASE ORDER EXAMPLE
POSTED PURCHASE INVOICE
JOB PLANNING LINES - REFERENCE TO POSTED PURCHASE INVOICE AUTOMATICALLY ON POSTED PURCHASE INVOICE GENERATION
Thanks for your help.
Regrds.
Hello,
We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities.
dynamicsuser.net/.../developers
I will open this up to the community in case they have something to add.
Thanks.