Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Copy homepage settings from one user to another

Posted on by Microsoft Employee

Hi

Does anybody know if it is possible to copy one users homepage settings (shortcuts , quick links etc) to another users account?

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: Re: Copy homepage settings from one user to another

    Hi Rubal

    Thanks for that. I was actually thinking more of the shortcuts on the navigation bar rather than the quick links.

    I managed to get it resolved by creating a Class ID, entering the shortcuts and then assigning the class to the new users.

     Thanks all the same

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: Copy homepage settings from one user to another

    Quick links are stored in SY08140. You can write SQL query to copy the quick links from user to another.
    We are copying 'Invoicing Batches',  'Invoice Entry', 'Transaction by Customer', 'Transaction by Document', 'Customer' in Quick links. Similarly,  you can all the links from one users


    --Query Copy quick links of user sa to DYNSA

     

    Declare @userID varchar(15)

    set @userID='DYNSA'


    insert into SY08140
    (
    USERID,SEQNUMBR,TYPEID,CmdID,CmdFormID,CmdDictID,DSPLNAME,ScbTargetStringOne,ScbTargetStringTwo,ScbTargetStringThree,ScbTargetLongOne,ScbTargetLongTwo,ScbTargetLongThree,ScbTargetLongFour,ScbTargetLongFive

    )

    Select @userID,((SELECT max(SEQNUMBR) FROM SY08140 where USERID=@userID)+ ROW_NUMBER() OVER (ORDER BY SEQNUMBR)),TYPEID,CmdID,CmdFormID,CmdDictID,DSPLNAME,ScbTargetStringOne,ScbTargetStringTwo,ScbTargetStringThree,ScbTargetLongOne,ScbTargetLongTwo,ScbTargetLongThree,ScbTargetLongFour,ScbTargetLongFive
     from SY08140 where USERID='sa'
     and DSPLNAME in ('Invoicing Batches',
    'Invoice Entry', 'Transaction by Customer',
    'Transaction by Document',
    'Customer')

     

    Table for my report is SY70700. Other tables store home page data are
    SY08000
    SY08100
    SY08120
    SY08130
    SY08140

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans