Options

What is the meaning of this ?

naimish_hitnaimish_hit Member Posts: 111
edited 2006-03-09 in Navision e-Commerce
Hi,

What is the meaning and how to us following screens?

- Group Captions
- Web Part Request Captions
- Web Part Table Tab Captions
- Web Part Table Action Captions
- Web Setup Captions

What I have to do if I want to develop simple employee card and place a Save button on it and allow user to save new employee record.
:?: :?:
With Best Regards,

Naimish
Naimish Dave
(Software Engineer)

Comments

  • Options
    MadhanMadhan Member Posts: 96
    hi

    Its all just a caption and if you want to create a new employee card you have to do little bit customization. right now i am trying to do the same.

    as soon as i got the answer, i will update you. :wink:
  • Options
    kinekine Member Posts: 12,562
    Because the EP is multilanguage enabled, all text which will visible on the SharePoint needs to have translations. The captions are the translations (what user see).

    To be able to save the card, you need to add the action Save to your card as you can see for example on card "CUSTOMERCARD" in Cronus DB.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    naimish_hitnaimish_hit Member Posts: 111
    Hi,

    Ok, I understand that.

    But can you tell me how I can add Save action on my web part ?

    And can we create new Action ?

    Reagards,

    Naimish Dave
    Naimish Dave
    (Software Engineer)
  • Options
    kinekine Member Posts: 12,562
    1) Open the Group card
    2) Select the card and open the Webpart request card
    3) Select the table and open the Table card
    4) Click a button Table - Actions
    5) Add new line with:
    Type= Save record
    Target WP Request = Current
    Code = MODIFYHEAD
    Target Table No. = <your table no>
    Show in mode = Edit
    HTML Layout = button
    Position = <some position>
    Restrict to editable= yes
    Caption = <caption for the button> (for example Save)

    Try it... this example I took from Cronus database...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    naimish_hitnaimish_hit Member Posts: 111
    Hi,

    Thanks for your reply.

    Now I am able to set exisitng Actions (already given in Cronus db) on my web part, But still its not getting displayed on web part in Sharepoint!!!!!!!

    Even I have set Web Part Caption and Tab Captions but those are also not displaying on my web part in Sharepoint :?:

    What I am doing wrong !?

    Note: Web Part Request card is not allowing me to select existing captions, I have to create new captions instead. I am getting to languages while creating captions, one is 1033 (US) and second is 2057 (UK).
    Only 1033 is allowing me to create new caption whereas 2057 selection is disabling caption creation. ](*,)

    I am using Navision 4.0 SP1 (UK version).

    Thanks

    Naimish Dave
    Naimish Dave
    (Software Engineer)
  • Options
    kinekine Member Posts: 12,562
    1) As you can see, there are two English languages. In cronus, all is created in English (US) which is default language in WW1 version. Because you are using client in English (UK), you need to create translation for all captions into English (UK) to be able to select it. And of course, if the caption does not exist in English (UK) and you set the language for EP users to English (UK), you are not able to see the buttons etc. Please try to use English (US) as your language in client and for your EP users.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    naimish_hitnaimish_hit Member Posts: 111
    Hi,

    Ok Now I have set my system's Regional Settings = UK, But still I am not getting any Caption while creating web part !

    I have checked all cards under CAPTIONS and each and every entries in these cards consist of UK language (2057 not 1033). Becuase I have install UK version of EP all default entries are made in UK (2057) language. (and I want to use UK language only while creating web parts).

    What should I do ?

    At present I have to create new captions in US (1033) language, and than also I am not getting any captions while running that web parts !

    What settings I am missing?

    BTW thanks to everyone who are helping me.


    Naimish Dave
    Naimish Dave
    (Software Engineer)
  • Options
    kinekine Member Posts: 12,562
    Check the EP User settings - form 6843 - which language you have selected for the users?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    naimish_hitnaimish_hit Member Posts: 111
    Its UK 2057.
    Naimish Dave
    (Software Engineer)
Sign In or Register to comment.