-
### Describe the request
Please add new event
```
procedure SuggestAssgnt(PurchLine: Record "Purchase Line"; TotalQtyToAssign: Decimal; TotalAmtToAssign: Decimal; TotalQtyToHandle: Decimal; TotalAmt…
-
### Describe the request
Please add new event
```
local procedure SummarizeInventoryFEFO(Location: Record Location; ItemNo: Code[20]; VariantCode: Code[10]; HasExpirationDate: Boolean)
var
…
-
```
Using the attached project, here are the results I see in Delphi 2010:
ISO-8859-1
----------
Euro symbol encoded as '?' - OK (not suported).
German symbols encoded as-is - OK.
7bit:
All encoded …
-
### BC Idea Link
https://ThisWasNotNecessaryForJesper.com
### Description
Pretty much something like:
```al
codeunit 70502 "Telemetry On Tests"
{
SingleInstance = true;
var
…
-
Im fairly new to dart and Flutter so maybe this has already be implemented and i just cand find it/get it to work.
Basically this is the only way i was able to receive data from my ESP8266:
```dart…
-
### Describe the request
The purpose of event change is customer want to skip the standard condition.
could you please add the parameter as
[IntegrationEvent(false, false)]
local procedure OnAf…
-
I do a lot with high-performance programming with strings. When you do that, it's often more efficient to work on the underlying bytes. Luckily, Julia enables that with `codeunits`.
However, there …
-
```julia
julia> VERSION
v"1.11.0-DEV.0"
julia> using BenchmarkTools
julia> s="abc"
"abc"
julia> s_same="abc"
"abc"
julia> s_different="xyz"
"xyz"
julia> s_longer="xyzz"
"xyzz"
…
-
### Describe the request
Please add a new Event
local procedure FindContactByAccountId(var Contact: Record Contact; AccountId: Guid; var OutOfMapFilter: Boolean): Boolean
var
IsVendorsSyncEnabl…
-
### Describe the request
With the introduction of the 'VAT Date', we would like to read all 'Date' parameters - including the VAT Date parameter - in codeunit 80 "Sales-Post" - ValidatePostingAndDocu…