Options

RC profil and windows login

PomaroliPomaroli Member Posts: 37
edited 2010-07-10 in NAV Three Tier
Hi @all,
is it possible to set the RC profil ID direct by windows login ? (given reference by AD)

example :
windows user : XY
should have RC ID : AB (Salesman)

if user XY is login he sould have the RC AB loaded.

Comments

  • Options
    nikolaknikolak Member Posts: 20
    You can configure users profile under:

    CRONUS International Ltd./Departments/Administration/Application Setup/RoleTailored Client/User Personalization

    There you can define which Windows User ID belongs to which role. Then users when they open RC will get this default role.

    You can do the same thing through Classic Client or by inserting SSID by using code unit (advanced, but if you need some kind of automation it might help).

    Hope this helps :)
  • Options
    PomaroliPomaroli Member Posts: 37
    yes, i was wondering if it is possible to send an "Parameter" with the Windows Login to tell NAV which profil this user has to use. :-k
  • Options
    nikolaknikolak Member Posts: 20
    Yes, if you want same profile to open always for single windows loging set it up under:
    CRONUS International Ltd./Departments/Administration/Application Setup/RoleTailored Client/User Personalization

    Hope this helps.

    Cool tip as well: if you want to specify profile from command line start with -profile:"Profile Name" parameter.
  • Options
    PomaroliPomaroli Member Posts: 37
    nikolak wrote:
    Yes, if you want same profile to open always for single windows loging set it up under:
    CRONUS International Ltd./Departments/Administration/Application Setup/RoleTailored Client/User Personalization

    Hope this helps.

    Cool tip as well: if you want to specify profile from command line start with -profile:"Profile Name" parameter.

    thanks for tip
Sign In or Register to comment.