Add P0 integration and control add-in guidance

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 02baffe8-0600-430d-81fa-a9993685e7cb
This commit is contained in:
Jesper Schulz-Wedde 2026-07-14 12:19:22 +02:00
parent 9214f73819
commit cf55246ecf
16 changed files with 526 additions and 12 deletions

View file

@ -0,0 +1,28 @@
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)
{
}
}
}
}
}