mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 02baffe8-0600-430d-81fa-a9993685e7cb
28 lines
594 B
AL
28 lines
594 B
AL
page 50354 "WS Webhook Customer API"
|
|
{
|
|
PageType = API;
|
|
APIPublisher = 'contoso';
|
|
APIGroup = 'sales';
|
|
APIVersion = 'v1.0';
|
|
EntityName = 'webhookCustomer';
|
|
EntitySetName = 'webhookCustomers';
|
|
ODataKeyFields = SystemId;
|
|
SourceTable = Customer;
|
|
|
|
layout
|
|
{
|
|
area(content)
|
|
{
|
|
repeater(records)
|
|
{
|
|
field(id; Rec.SystemId)
|
|
{
|
|
Editable = false;
|
|
}
|
|
field(displayName; Rec.Name)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|