Options

Action in a Page

navuser1navuser1 Member Posts: 1,329
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

  • Options
    DenSterDenSter Member Posts: 8,304
    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.
  • Options
    navuser1navuser1 Member Posts: 1,329
    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
  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    Is this a CardPart or ListPart page?
    -Mihail- [MCTS]
  • Options
    navuser1navuser1 Member Posts: 1,329
    PageType = Worksheet
    Now or Never
  • Options
    DenSterDenSter Member Posts: 8,304
    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.
  • Options
    navuser1navuser1 Member Posts: 1,329
    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
  • Options
    DenSterDenSter Member Posts: 8,304
    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.
  • Options
    navuser1navuser1 Member Posts: 1,329
    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
  • Options
    navuser1navuser1 Member Posts: 1,329
    It's solved.
    I have done nothing extra to solve this Issue.

    Strange
    Now or Never
  • Options
    ErwinErwin 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.
Sign In or Register to comment.