Form Settings

Hello,
We have several users in our company and each time we make a change to our form setting we need to change all the other users manually as we want everyone's screen to look the same.
How can we just change one users form settings (i.e., information shown on the columns headers when we do a find or info displayed on the S/O columns, etc.)  and have it apply to every user in our company?
Thanks,
Mike

Hello Mike
For copying Form settings, user field settings  from one user to another, read the following 2 threads for complete details
Replicate User Defined Field settings
Form Settings
Suda

Similar Messages

  • Form Settings - Item Cost on Sales Order row

    Hello,
    I used form settings to add the field Item Cost onto my AR invoice row. I tried to add the same with Sales Order form settings but the field is not available when I go to Form Settings. Is there any way to add it? I'm using 8.81 PL09.
    Thank You
    Naomi xxx

    Hi Naomi,
    This is by design. If you want to add, you need a row level UDF plus FMS to display. Because Sales Order is not an accounting document, that is why this field has been omitted. Item cost is available to Delivery and AR Invoice.
    Thanks,
    Gordon

  • Sap Business One 8.8 Form Settings Error

    Hi,
    I cant hide the Financial  and Reports Label in the Main Menu of 8.8 using Form Settings..  i have already tested it on Patches 5,10 and 11.. Any advice Experts?
    Thanks,
    Darius Gragasin

    Hi Gordon,
    Yes I have already Tried it on all 3 patches,except for patch 12.. 
    Thanks,
    Chino

  • How to block the Form Settings for Main Menu to use ONLY "My Menu"?

    Hi everyone:
    Our customer wants to define an User Menu (My Menu) for each B1 user within the company and restrict the Modules at main menuu2026
    How can I block the Form Settings for the Main Menu?... It is possible to give an user Only access to My Menu and denied Authorization to the Modules?. 
    I appreciate your help!!. Thanks very much
    Claudia Gutiérrez

    Hi,
    'My Menu' refers to the third tab on the Main Menu, and the
    authorization of 'Organize My Menu' works as below:
    - Full Authorization: Allows the user to access the Organize User Menu
      window (Tools -> User Menu -> Organize) and customize the menu.
    - No Authorization: The user cannot open this window.
    Check the Note  [1062635|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1062635] if you are looking for it.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Incomming payment screen - form settings

    On form settings for incomming payment screen, the box show cust ref no is checked yet the field does show on the grid.
    Version 2007
    Anyone have any idea why?

    Keith,
    It is showing up on mine, I am on 2007A PL44.  Do you have under form settings-Document-General-BP Reference number checked?  What patch are you on?
    Karl
    Edited by: Karl Heagle on Dec 30, 2008 7:19 PM

  • Form Settings getting cleared for system form

    Hi All,
    I have added the code for setting editable=false for the following items in Updatemode and Ok mode.Then in add mode,i made the columns to editable = true .First time it is working fine.
    the next time, I got the error message as "item is not a user defined item" on ItemCodeCol.editable = true.Then i check the form settings, the Active field for the itemcode cleared.When i set to Active as checked and run my code,it is working fine.How to solve the issue and how to avoid the setting of the fields.
    This is my code :
    If oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE Then
                    oSQItemCodeCol.Editable = True
                    oSQItemNameCol.Editable = True
                    oSQQtyCol.Editable = True
                    oSQWhsCodeCol.Editable = True
                ElseIf oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Or      oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Then
                    oSQItemCodeCol.Editable = False
                    oSQItemNameCol.Editable = False
                    oSQQtyCol.Editable = False
                    oSQWhsCodeCol.Editable = False
                End If
    Thanx in advance
    Regards
    Mohana
    Edited by: Mohana Annadurai on Feb 20, 2009 5:28 AM

    Hi,
    This is not UDF in system form.That is , the itemcode,itemname,qty,warehouse field in the content tab of the sales quotation form.when i change the field to editable and noneditable,
    1)it is allowing to set the editable property to false and true for the first time.
    2) After adding the record,i navigate the record to check ,at that time,as per my code,in update mode,it is not allowing to edit.
    3)When i click add menu,and i chose customer, at that time it is not allowing to add a itemcode,becoz the itemcode field is disabled.
    4)when i check in form settings, in Table format, Active gets unchecked for the above fields.
    5)I want to avoid this changing of active in form settings.How to to this...
    Regards
    Mohana

  • Customer/Vendor Code in Form Settings

    Hello everyone,
    I'm facing a strange problem. When I want to add an extra column (Customer/Vendor Code) using form settings in the list of A/R Invoices, the system is displaying Customer/Vendor name instead of the code. When I use the View System Information, the CardCode is displayed at the bottom of the screen. This is happening in all sales documents. I tested this issue in different versions (2007A, 8.8 and 8.81), but the same problem exists.
    Please any idea? Thank you.

    Hi Nadia.....
    At every Form Setting you find Restore Default Button at the bottom.
    Please press that button and then try to see the same you trying to see.......
    Hope this will solve your problem.........
    Regards,
    Rahul

  • Form settings in a form created from xml

    Hello,
    I've load a form with a matrix from xml and I was wondering if its possible to group the lines and order the results via the form settings. The problem is that when I load the form, form settings button is deactivated. ¿Is there anyway to configure the visualization of the data on the matrix via this button in user forms?
    Thanks in advance

    Martin,
    The User Setting button is not available for user forms in Business One versions 2004A and prior.  With the release of SAP Business One 2005A, the User Settings button is available for user forms via the FormsSettings object.  You can get more information on the FormSettings object for the 2005A SSK on the Business One page on SDN and then under Help > SDK Help Center v 2005.
    Hope this helps,
    Eddy

  • Form settings problem

    Hi Experts
    I have a user defined form with 4 folders inside each folder there is a matrix(total 4 matrix). But my problem is that when i select form settings every time first matrix form settings will be displayed. I have to access the form settings of other three matrix also.  Any ideas on how I can do this..please help me
    Thanks in advance
    Arun

    Hi,
    You can display settings for other matrixes. You need to change Form.Settings. Just assign matrix unique id which You want to display in Form settings to form's propoerty MatrixUID.
    You wrote that You have 4 folders with 1 matrix in each folder.
    Folder1 - Matrix1 (UID = M1)
    F2 - Matrix2 (UID = M2)
    F3 - Matrix3 (UID = M3)
    F4 - Matrix4 (UID = M4)
    If You click on any folder You change Form PaneLevel to display relevant matrix. At the same moment change Form.Settings.
    F1
    Form.PaneLevel = 1
    Form.Settings = M1
    F2
    Form.PaneLevel = 2
    Form.Settings = M2
    F3
    Form.PaneLevel = 3
    Form.Settings = M3
    F4
    Form.PaneLevel = 4
    Form.Settings = M4
    Regards
    Szymon Lipnicki

  • Form Settings Authorizations and Add-on Administration

    Hello Experts,
    1. please help me that how could I un-authorize any user to change the "form settings".
    2. with one user when I try to access Add-on Administaration option it says "You are not permitted to perform this action", whereas this user has got the full authorizations.
    Please Help
    Thanks

    thanks for your reply,
    I have checked the user preferences for Add-on Fixed Asset. I have checked it, in user preferences. It is set to Manual. But error is still same, when I click the option : Add-ons  >> Add-on Administration >> it says "You are not permitted to perform this action."
    Please Help ...
    Thanks
    Edited by: Shazad Nazir on Oct 24, 2008 12:03 PM

  • User-Defined Fields and Form Settings

    I have a User-Defined Field in the table "OCLG" and I'd like to show it in the "Activities Overview for Business Partner - xxx" window.
    Is possibile to do that by the "Form Settings" window? Here I don't find U-D Fields. Is there a way to show them?
    Or is there an other solution?

    Hi,
    This report is hardcoded. You need to create your own report for it. Better by Crystal Report.
    Thanks,
    Gordon

  • Form settings are not saved on one client

    Hello,
    What are possible reasons that form settings like size and position are not saved.
    I have one client with SBO 8.8 PL15 installed. On this client this settings are not saved.
    So the user has to resize the forms everytime he opens it.
    I tried it myself with his SBO user directly on the server and a terminal-server. No problems there, all settings
    are saved even if i switch between the systems.
    If i am correct these settings are saved in the UserPrefs field in the OUSR table.
    Any ideas?
    Thank you for all your help.

    Hi,
    Have you searched the forum?
    You may check this to start:
    User Settings lost after session is released
    This setting is related to client.
    Thanks,
    Gordon

  • G/L Account selection not showing in form settings of A/P invoice

    HI Experts,
                       Pl tell me How to select G/L selection in Form settings of A/p Invoice,this feature available in case of Sales.
    Rgds
    Sudhir Pawar

    sir,
         Thanks for reply but if u check in SAP B1 2007B PL_40, G/L selection not given in Form settings of any purchase document.client wants G/L selection for the purpose of locations accounting.so pl tell me how to get G/L selection ,is there other way?
    Rgds,
    Sudhir Pawar

  • "Copy Form Settings" in Users-Setup

    Hi
    Could somebody shed some light on the Copy From Settings function in Users-Setup?
    How to select source and how to select target user?
    The one currently logged on as well as the one selected are greyed out ... I'm not getting it how to use this.
    Thanks
    Franz

    Hi Franz,
    Please check out SAP Note No. 1369613 which explains the steps regarding the 'Copy Form Settings'.
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Table Format order and visibility in Form Settings keeps changing

    Dear Experts,
    We are facing a concurrent problem where there is constant change in the table format of the form settings in marketing documents.
    The columns order keeps changing and also the visibility box which will be ticked, becomes again unticked the next day for particular columns which are used.
    Event though it is set one time in manager login and locked the doc settings for other end users. The format keeps changing.
    It has to be set dially manually. Is  there a permanent solution for it .
    Please let me know . Please find the attached pic for it.Its SAP B1 8.82 PL6

    Hi,
    Please check this thread:
    http://scn.sap.com/message/7377186#7377186
    Check SAP note for changing form settings:
    1062635 - Can I block a user from having access to Form
    Settings?
    Thanks & Regards,
    Nagarajan

  • Using Form Settings In A SDK Form

    Hi
    I am creating a form using SDK and one of the requirements for it if possible is to utilize the Business One Form Settings window with the form so that columns contained inside of a matrix, which is located on the form can be made visible/invisible.
    Is this possible? And if so how do I go about doing it.
    Thanks

    I've got the form settings window modifying my matrix using the following code:
    Dim oFormSettings As SAPbouiCOM.FormSettings
    oFormSettings = oForm.Settings
    oFormSettings.Enabled = True
    oFormSettings.MatrixUID = "Matrix1"
    What I would like to do now however is limit what columns the user can actually set to being visible and editable whilst in the form settings window, as this should only be done to user defined fields. Is there a way to do this?

Maybe you are looking for