Dotnet variable for FTP
In Microsoft dynamics business central application dot net variables have been already defined but some of the .Net types are missing. If we got those missing .Net types will be easier to Implement FTP on SaaS also.
some of the examples.
STATUS DETAILS
Needs Votes
Add IntegrationEvent in Codeunit 415 "Release Purchase Document" for function "CheckMandatoryFields"
In codeunit 414 "Release Sales Document", within the function CheckMandatoryFields, there is an IntegrationEvent called OnCodeOnAfterSalesLineCheck available.
However, in codeunit 415 "Release Purchase...
STATUS DETAILS
New