My ERP Vendor created Extension to add a Field "Deposit Amount" in Purchase Order
I downloaded Symbols
Now I create my Extension to add a new field after "Deposit Amount".
When I run my project, the Visual Studio Code show the error:
How to solve this error ?
Thank you.
No Impact. that is the minimum version the system expects but if there is any latest version also then system uses that. You are good to go.
Thanks Yadav,
I followed your instruction and I could run the project.
More questions that the Vendor will upgrade the version, now I referred to version 20.0 then Vendor upgrades to version 21.0. Will it impact to my project ? Will I need to re-build my project to change the reference version ?
Then you have to add the vendor created extension as dependency in your app.json and download the symbols
You can find these details in extension management page or downloaded source code.
"Are you adding the field in the same extension that your vendor has created or creating new extension?"
--> I create new extension
Below is my code:
pageextension 50110 "Purch. Order Ext" extends "Purchase Order"
{
layout
{
addafter("Deposit Amount")
{
field("Deposit Date"; Rec."Deposit Date")
{
ApplicationArea = all;
ToolTip = 'Enter last date you want Accountant pays for this PO';
}
}
}
}
Are you adding the field in the same extension that your vendor has created or creating new extension?
Can you show the full code in that object?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156