Extensions - new page Action is not visible. Why?
carbon
Member Posts: 22
Hello everybody,
any idea why new page Action is not visible? I have created extension (.navx), install and publish it. All other changes work OK, but new Action is not visible. Why?
Content of DELTA.TXT file:
any idea why new page Action is not visible? I have created extension (.navx), install and publish it. All other changes work OK, but new Action is not visible. Why?

Content of DELTA.TXT file:
OBJECT Codeunit 50900 Event Subscribers to Extension
{
OBJECT-PROPERTIES
{
Date=25.05.17;
Time=10:57:14;
Modified=Yes;
Version List=Test Extensions-3;
}
PROPERTIES
{
OnRun=BEGIN
END;
}
CODE
{
[EventSubscriber(Page,5201,OnAfterActionEvent,MyTest)]
PROCEDURE OnActionTest@1(VAR Rec@1000 : Record 5200);
BEGIN
MESSAGE('Subsriber is running ...');
SLEEP(10);
PAGE.RUNMODAL(5200);
END;
BEGIN
END.
}
}
OBJECT Modification "Employee List"(Page 5201)
{
OBJECT-PROPERTIES
{
Date=25.05.17;
Time=11:22:37;
Modified=Yes;
Version List=NAVW110.0,Test Extensions-3;
}
PROPERTIES
{
Target="Employee List"(Page 5201);
}
CHANGES
{
{ Insertion ;InsertAfter=Action 33;
ChangedElements=ActionCollection
{
{ 3 ;2 ;Action ;
Name=MyTest;
CaptionML=ENU=MyTest;
RunObject=Page 5200;
Promoted=Yes;
PromotedIsBig=Yes;
PromotedCategory=New }
}
}
{ PropertyModification;
Property=Version List;
OriginalValue=NAVW110.0;
ModifiedValue=NAVW110.0,Test Extensions-3 }
}
CODE
{
BEGIN
END.
}
}
0
Comments
-
Hi all, do not waste your time. Issue is solved.0
-
You might want to add your solution for anyone who comes across this post in the future.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 328 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
