Copy Form Setting from one user to another

Hi,
I am using 2005A.
How to copy form setting (rows and UDFs at header) from one user to another user?
Thanks

Hi Ming Ming On,
I found a note couple of years ago.
I can't remember the note number, and I attach the note here.
Solution
The following queries enables you to set preferences for one user and copy those to another user who is supposed to have the same preferences.
Explanation for the queries variables:
dest - Company database name
sourcid - Represents the user ID from whom the preferences will be copied.
destid - Represents the user ID to whom the preferences will be copied.
How to get the user ID?
From SAP Business One query interface or from the SQL Query Analyzer, run the query as follows:
1. SELECT T0.U_NAME, USERID FROM OUSR T0 FOR BROWSE
2. From the query's results, identify both the sourcid and the destid.
3. In order to copy the preferences from sourcid to destid, run the query as follows:
a) Replace the text dest with the company database name.
b) Replace the text sourceid with the user ID from which the preferences will be copied.
c) Replace the text destid with the user ID to which the preferences will be copied.
d) Use dest, if exists (select 1 from sysobjects where name = 'temp_dev_sup')
e) Begin - drop table temp_dev_sup
f) End - select * into temp_dev_sup from cprf where usersign='sourcid'
Deleting a certain user:
Delete from cprf where usersign='destid'
Update userid in temporary table:
1. Update temp_dev_sup
2. Set usersign='destid'where usersign='sourcid'
Insert preferces into CPRF table
1. Insert into cprf
2. Select "" from temp_dev_sup where usersign='destid*'
예제)
1. Use TEST_MONAMI
2. drop table temp_dev_sup
3. Delete from cprf where usersign='2'
4. select * into temp_dev_sup from cprf where usersign='1'
5. Update temp_dev_sup
    Set usersign='2'where usersign='1'
6.  Insert into cprf
     Select * from temp_dev_sup where usersign='2'

Similar Messages

  • HOW to copy Form field from one RTF to another RTF

    Hi Expert
    I have developed 20 reports in BI Publisher which is using xml as data source. So to access the data i have done the xml coding for each form field.
    Now i want to copy the form field from one rtf to another, while doing the copy paste of the form field from one rtf to another it is not copying the xml coding. It is appearing in the new rtf as below
    <?ref:xdo0391?>
    Can you guys suggest me how to achieve the same. Is there any setting need to be changed so that while do the copy paste the form field it will copy the backend code also.
    Thanks in advance.
    Thanks
    Srikant

    make your template set as backward compatabile before you do anything on template. load the xml and then copy the form field. it should work. dont try to open the field without loading xml.

  • Copying SQVI Quickviews from One User to another User.

    Hello,
    Does anybody have an idea, whether the Queries which are created in SQVI can be copied from one User to another User ? When yes can you please let me know.
    Cheers
    Sanjeev
    Edited by: Sanjeev Kumar Kedarshetty on May 27, 2011 11:54 AM

    Hello Sandra
    I've tried to follow the solution you've provided but the "Convert QuickView" is grey out. Any idea how to activate that function?
    Regards
    Daniel

  • Copy a folder from one user to another  with the enterprise SDK

    Can anyone tell me how to copy a request in "My favorites" from one User to another with the enterprise SDK ?
    thanks in advance
    a great day to you'all
    Quentin

    Please post this query to the .NET Development - BusinessObjects Enterprise forum:
    .NET SDK Application Development
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Copy iTunes Music from one User to Another, Same iMac

    I'm running OS X 10.7, iTunes 10, and I want to copy  (not share, _copy_) my iTunes music library from one user to another on the same iMac.
    Please don't give me a solutioon that works on your OS X 10.5 or 10.6 software as 10.7 seems to be quite different and those answers do not work.

    Choose Go to Folder from the Finder's Go menu, provide /Users/Shared/ as the path, drag it to that folder, log in from the other account, and copy it from there. Alternatively, log in from the other account, open the first account's home folder, drag it to the desired location, and authenticate when prompted.
    (70510)

  • How to copy discoverer workbooks from one user to another user

    I need to be able to copy all workbooks from one user and save them in a shareable user account. The request is being made by his manager (in preparation for the user's retirement) so I need to do it without the user's knowledge. The manager wants to ensure that all workbooks are copied. For example, can the DBA copy all workbooks of schema JOHNDOE to APPLEX. We are using  Oracle Database 10.2.0.5.0 and Discoverer 10.1.2.3 in the Windows environment.
    Robert

    Robert
    Are these workbooks saved in the database or on a file server somewhere? If its the latter you just need to copy them to another location.
    If they are saved to the database you can export them using the Admin tool but I have a feeling you will only be able to do this if you have access to them: aka they have been shared with you. So here's several ideas:
    1. Grant JOHNDOE and APPLEX access to be an administrator then log on as JOHNDOE in the Admin tool and use File | Export | Selected Objects | Workbooks and export ALL workbooks owned by JOHNDOE. Then you log in as APPLEX and import the workbooks this time taking ownership. Now you can share them with whoever else needs them. You will need to make sure that APPLEX has access to the same business areas as JOHNDOE. When done you can revoke the admin rights of JOHNDOE.
    2. If you don't know JOHNDOE's password you could export the entire EUL to a file. For example if you EUL is owned by a user called EUL_US then create another database user called EUL_US_TEMP and install an empty EUL as a Private EUL, not Public. Then you grant APPLEX permission to be an administrator of this new EUL. Next you log in as APPLEX in the new EUL and import the EUL you exported earlier, this time also taking ownership of all workbooks only if the original owner cannot be found.You'll find that APPLEX has access to ALL workbooks not just those originally owned by JOHNDOE so next you have to work out which ones were originally owned by JOHNDOE. You can do this in SQL by examining the file called EUL5_DOCUMENTS in the original EUL and look for all documents owned by JOHNDOE. Now that you know the names of the documents you log back into the new EUL as APPLEX and export only the workbooks you want to a separate export file. With that done you can log in as APPLEX into the original EUL and import that file this time always taking ownership. Finally you can drop the EUL_US_TEMP schema.
    Hope this helps
    Michael

  • How do I copy a folder from one user to another?

    Using Lion, I had to "re-migrate" my photo folder from my old MacBook Pro to my new MacBook Pro, but it required me to set up a new user on the new computer.  Now I need to get the photo folder from user2 folder to user1.  How does one do that efficiently?

    See  Transferring files from one User Account to another, especially the blue box.

  • Copy UDF fields from one user to another user with similar authorizations.

    Hi,
    Is there a way to copy UDF fields viewable to one user to another user wihtout manually checking the boxes in Form Manage User Fields?
    if so how can it be done?
    Jyoti

    For copying Form settings, user field settings, read the following 2 threads for complete details
    Replicate User Defined Field settings
    Form Settings

  • How to copy form data from one pdf to another?

    Hi,
    I have created a pdf, added form data to it. Saved the form data as a fdf file - all good.
    I've updated the document and saved as a new pdf and would like to load the fdf data into it.
    So I select tools - forms - more forms options, and press the "import" function  - it goes grey and nothing happens.
    If I re-open the document the import function remains greyed out.
    I can find no way to import this data.... any ideas?
    I've tried going into form edit mode - adding a new field.  The import option is no longer greyed out so I click it and can select the fdf file hit open and ... the dialogue disappears and nothing happens.
    Is my Acrobat XI 11.0.07 badly installed - or what?

    You need to learn about the different types of PDFs. PDF/ A is an archive format that does not allow changes. PDF/X is used for graphics exchange
    For forms I would use only the PDF with a target version. Do not use the Optimizer feature.
    Forms always become larger due to the need to include the font for the various form fields. You might have to review the type fonts used by the form fields and one standard font as much a possible.
    It is possible to use the FDF file to move field values from one PDF to another.
    If you are trying to replace the underlying content and keep the form fields, use the replace pages.

  • Copy Query View from one User to another User

    Hi
    I have a question that whether we can copy Query View created by an User to another User .
    Please help me with some way of doing it.
    Regards,
    Vimarsh

    Vimarsh,
    Can the user not just eMail their view to their colleague?
    Regards
    Gill

  • Copying KDE setting from one computer to another

    I would like to copy my application and KDE settings to another computer (both running Arch with the same software and hardware). I am not sure what to do with ~/.config, ~/.local, and ~/.kde4 since they have subdirectories with names that match my the hostname of machine "A". If I naively copy everything, I get all sorts of errors/warning when logging in and trying to open my email/calendar/akonadi. How do you copy settings?

    Which directories do you mean? The socket-$hostname, tmp-$hostname etc. shouldn't be of any importance and can be left behind. Important for akonadi are the .local/akonadi and .config/akonadi folders. What kind of errors exactly do you get?

  • Move/ copy Portal favorites from one user to another user

    Hi,
    I got a request asking that one of the user have Portal favorites in his account and need to be copied to other users accounts (more than one). How is this possible? please advice and appreciated with the points.
    Thanks,
    Pandu

    Hi Pandu,
    This is possible in several ways:
    1.) Manually: The favorites are stored under \userhome\<username>\favorites. The "userhome" repository is not visible by default, you'd have to change this, then you could, e.g. with an AdminExplorer, access the favorites in question and copy them to other favorites directories (of other users).
    2.) Automatically: You'd have to implement some component which copies the favorites to other favorites folders of other users programatically.
    Hope it helps
    Detlev

  • How do you copy files from one user to another

    How do you copy files from one user to another user on the same machine?

    open your home folder in finder move file to public, log into other account, click the go tab on the finder menu, select computer, your hard drive (Macintosh HD Default)>Users, the origonal user> public and drag that file to your specified folder.
    hope it works
    Craig.

  • Copying table rows from one table to another table form

    Hi
    I have a problem about Copying table rows from one table to another table form.On jsf pages if you enter command button go anather jsf page and it copy one row to another table row. But when i execute this process for table FORM it doesn't copy I wrote a code under "createRowFromResultSet - overridden for custom java data source support." Code block is:
    ViewRowImpl value = super.createRowFromResultSet(qc, resultSet);
    try{
    AdfFacesContext fct = AdfFacesContext.getCurrentInstance();
    Number abc = (Number)fct.getProcessScope().get("___");
    value.setAttribute("___",abc);
    }catch(Exception ex){System.out.println(ex);  }
    return value;

    Table may be copied with the
    expdp and impdp utilities.
    http://www.oracle.com/technology/products/database/utilities/index.html

  • Is it possible to set table-variant from one user to another one?

    Is it possible to set table-variants from a t-code like fb60 from one user to another one?
    I mean that both user have the same table-variants.

    You mean screen variant, where you will need to anter the GL line items in FB50?
    then you can set your desired variant as DEFAULT for all users, when it is configured.
    Else thru SU10, for all of your users, add parameter ID SCRVAR and give your parameter value (screen variant name) and SAVE.

Maybe you are looking for