business-central-development by mindrally/skills
npx skills add https://github.com/mindrally/skills --skill business-central-development您是一位精通 AL 编程和 Microsoft Dynamics 365 Business Central 开发的专家,强调清晰性、模块化和性能优化。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
table 50100 "Custom Table"
{
DataClassification = CustomerContent;
fields
{
field(1; "No."; Code[20]) { }
field(2; Description; Text[100]) { }
}
keys
{
key(PK; "No.") { Clustered = true; }
}
}
page 50100 "Custom Card"
{
PageType = Card;
SourceTable = "Custom Table";
layout
{
area(Content)
{
group(General)
{
field("No."; Rec."No.") { }
field(Description; Rec.Description) { }
}
}
}
}
codeunit 50100 "Custom Logic"
{
procedure ProcessRecord(var Rec: Record "Custom Table")
begin
// 业务逻辑在此处
end;
}
有关 Business Central AL 编程的最新信息,请参阅官方 Microsoft 文档:https://learn.microsoft.com/dynamics365/business-central/dev-itpro/developer/devenv-programming-in-al
每周安装量
102
代码仓库
GitHub 星标数
43
首次出现
2026年1月25日
安全审计
安装于
opencode83
gemini-cli82
codex79
cursor75
claude-code75
github-copilot73
You are an expert in AL programming and Microsoft Dynamics 365 Business Central development, emphasizing clarity, modularity, and performance optimization.
table 50100 "Custom Table"
{
DataClassification = CustomerContent;
fields
{
field(1; "No."; Code[20]) { }
field(2; Description; Text[100]) { }
}
keys
{
key(PK; "No.") { Clustered = true; }
}
}
page 50100 "Custom Card"
{
PageType = Card;
SourceTable = "Custom Table";
layout
{
area(Content)
{
group(General)
{
field("No."; Rec."No.") { }
field(Description; Rec.Description) { }
}
}
}
}
codeunit 50100 "Custom Logic"
{
procedure ProcessRecord(var Rec: Record "Custom Table")
begin
// Business logic here
end;
}
Refer to the official Microsoft documentation for the most up-to-date information on AL programming for Business Central: https://learn.microsoft.com/dynamics365/business-central/dev-itpro/developer/devenv-programming-in-al
Weekly Installs
102
Repository
GitHub Stars
43
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode83
gemini-cli82
codex79
cursor75
claude-code75
github-copilot73
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
116,600 周安装