Action in a Page

navuser1
navuser1 Member Posts: 1,334
edited 2009-10-19 in NAV Three Tier
Dear all,

How to add an Action in a Page ??
I have created an Action but it is not showing in the Page.

{ Action Properties BEGIN}

Visible = TRUE
RunFormMode = <Edit>
Caption = P&ost
Image = Post
Promoted =YES
PromotedCategory = Process
PromotedIsBig =YES
Ellipsis = YES
ShortCutKey = F11

{ Action Properties END}

Am I missing some thing? Please reply ...
Now or Never

Answers

  • DenSter
    DenSter Member Posts: 8,307
    You probably added actions to an existing line in the page designer. Actions need to be attached to the page object itself. Scroll all the way down to the first empty line and then add an action to the actions menu.
  • navuser1
    navuser1 Member Posts: 1,334
    DenSter wrote:
    Scroll all the way down to the first empty line and then add an action to the actions menu.

    I do the same.
    Now or Never
  • mihail_kolev
    mihail_kolev Member Posts: 379
    Is this a CardPart or ListPart page?
    -Mihail- [MCTS]
  • navuser1
    navuser1 Member Posts: 1,334
    PageType = Worksheet
    Now or Never
  • DenSter
    DenSter Member Posts: 8,307
    navuser1 wrote:
    DenSter wrote:
    Scroll all the way down to the first empty line and then add an action to the actions menu.

    I do the same.
    You need to remove all actions from all other elements.
  • navuser1
    navuser1 Member Posts: 1,334
    DenSter wrote:
    You need to remove all actions from all other elements.

    There are no other action(in the other element) to remove. ](*,) ](*,) ](*,)
    Now or Never
  • DenSter
    DenSter Member Posts: 8,307
    I don't know what else to say. When I add an action to the first empty line in the page designer, it shows up.
  • navuser1
    navuser1 Member Posts: 1,334
    actually I want to run the code which is written under that Action.
    But it(Action) shows up When I'm specifying any object in the Runobject property.... :-k :-k :-k
    Now or Never
  • navuser1
    navuser1 Member Posts: 1,334
    It's solved.
    I have done nothing extra to solve this Issue.

    Strange
    Now or Never
  • Erwin
    Erwin Member Posts: 14
    I found out that a new action is not visible in a page when no action or code is attached to this action. RTC automatically hides empty actions.