Authoriztions to Add-On forms

Hi All,
How can we set Authorizations to Add-On Forms in SAP B1?
Raja.S
Edited by: Philip Eller on May 28, 2008 8:53 AM
Edited by: Philip Eller on Jun 11, 2008 9:54 AM*

Hi,
I think you want to give the authorization for your own developed screen.
You can give the authorization thru' Additional authorization under
Admin --> System Initialization --> Authorization --> Additional authorization
Just open the Additional Authorization window type the levels and Form name etc.,
Enter the form id by click the Edit button nearby. You can find Form id thru' System information at the time of running Add-On form and save it.
This particular form will available for your User Authorization option in Authorization window. Now you can set the authorization for each users.
Hope this will help you,
Regards,
Venkatesan G.

Similar Messages

  • How to add a form to a public site with sharepoint online 2013 (plan2)

    We need to add a form to a public site: in particular a form where candidates can apply submitting some info and sending a file (cv).
    What would you recommend to use?
    Thank you,
    ER

    No, our Sharepoint is not bundled in any of office 365 subscriptions.
    It's a simple SPO Plan 2 subscription.
    I don't know if it makes any difference though.

  • Get previous items unique value in new add item form

    Hi
    I have on list having items related to multiple locations.
    Every location is related to one user.
    When user logs in it filters the list with that users location.
    Now when user click on add new item I want to get the data related to his location using item event listener.
    But in new item form there is no way to get the location of that user in event listener as its new item.
    So I passed the qury string parameter form list and changed the add item form link and form to get the query string paramter as default value in Add new Item form.
    But again when user clicks on save button it redirects to original url without paramter. 
    How to redirect user to url with parameter on click on Save/Cancel.
    Is there any other way to get the previous item unique value in add new item from before executing the event listener?

    Hi,
    According to your post, my understanding is that you wanted to redirect user to url with parameter on click on Save/Cancel.
    You need to modify the onclick event need to as below:
    javascript: {{ddwrt:GenFireServerEvent('__redirect={{Home.aspx?Participant={@Participant}&@Activity={@Activity}}}')}}
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/b506cfe5-650e-4017-b470-9ca0a75cd390/sharepoint-2010-list-how-to-pass-parameters-in-a-url-to-another-page?forum=sharepointcustomizationprevious
    In addition, you can creating an intermediate page which just finds the filed value with a DVWP and then redirect to RedirectURL with the filed value on the Query String.
    For more information, you can refer to:
    Redirect to Another Page from NewForm.aspx with the New Item’s ID
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I want to add Robo Form to my toolbar but can't find out how to do this. Any suggestions?

    I'm trying to add Robo Form to my toolbar to prefill forms I need.I haven't been able to do this on Firefox. I had this on IE 8 and it was nice to be able to just click on it and forms were filled for me.

    I'm trying to add Robo Form to my toolbar to prefill forms I need.I haven't been able to do this on Firefox. I had this on IE 8 and it was nice to be able to just click on it and forms were filled for me.

  • Open Add Item Form as Dialog

    Hi All - I have a custom button on the click of which I am trying to open a Add Item form. When the display form opens I want to hide all the masterpage items( viz. Quick Launch, header, foooter, etc). I tried below but it's not opening and giving error
    when the masterpage is Oslo. It works fine when masterpage is Seattle. 
    <asp:LinkButton OnClientClick ="javascript:SP.UI.ModalDialog.showModalDialog({ url: '../Lists/AddAccount/NewForm.aspx', title: 'Add Account' }); return false;" CausesValidation="false"   CssClass="orange-btn" Text="Post"
    runat="server" ID="btnPost"></asp:LinkButton>
    Does anything know why is it happening?
    Regards,
    Khushi
    Khushi

    You need to set the URL of SharePoint link button like this
    http://<Site Name>/Lists/AddAccount/NewForm.aspx?isDlg=1
    to open that in modal dialog use below jScript.
    <script type="text/javascript">
    function openDialog(listUrl, frmTitle) {
    var options = {
    url: listUrl,
    title: frmTitle,
    allowMaximize: false,
    height: 500,
    width: 600,
    showClose: true
    //SP.UI.ModalDialog.showModalDialog(options);
    SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);
    </script>
    And your anchor tag should be like
    <asp:LinkButton OnClientClick ="javascript:openDialog('/Lists/<List Name>/NewForm.aspx?IsDlg=1', 'Add Account')" CausesValidation="false" CssClass="orange-btn" Text="Post" runat="server" ID="btnPost"></asp:LinkButton>
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • How to add one form to specific responsibility

    Hi ,
    I need help from you guys regarding how to add one form to specific responsibility,having sysadmin responsibility i can able to view that form name but don't have idea how to include the form to that particular responsibility.
    Much appreciated for your help
    Thanks,
    Babu

    1. Query the responsibility name (from Security > Responsibility > Define) and get the menu
    2. Navigate to Application > Menu, and query the menu you got from the previous step
    3. Add the form to the menu
    Thanks,
    Hussein

  • How Do I create Windows Form file in VS and add the form to my VS project?

    C#, How Do I create Windows Form file in VS and add the form file to my VS project by using C# code?
    I like to create a Windows Form file into my VS Win Form project by using C#. I have the path and the file name.
    I need a Win Form with FileName.cs, FileName.Designer.cs, FileName.resx, and FileName (as you see it VS by adding a Win Form manually by using VS)
    Rune Brattas

    You cannot create a Form from code at run time. 
    For one thing, the user running your application will, almost certainly, not have  a copy of Visual Studio to hand with which to build anything.  (Not that you actually need 'Studio at all; Notepad and csc.exe are all you actually
    need), but that's another story).
    You can do this with an awful lot of pain, using the innards of the compiler from iside your own program, compiling the new Form's source code on the fly and then executing the resulting assembly within your application.  IMHO, that's a simply terrifying
    prospect especially as the code you will be compiling will be on someone else's machine and over which you will have absolutely no control.  If you're lucky, they'll spell something wrong and it won't compile.
    The "usual" way to do this sort of thing is to create additional, "plug-in" forms as library assemblies and have your program load and execute these at run-time. 
    Regards, Phill W.

  • Approval for Add-on Forms

    Hi Experts,
    Can we set Approval stages for Add-on Forms in SAP B1? if it is possible pl. guide me to set the approval.
    Thanks in Advance.
    Regards
    Raja.S

    Raja,
    If you open the Authorizations window and expand User Authorizations, you will see the list of any SAP Addons that you have installed. Example XL Report, Advance Layout Designer, Outlook Integration, etc.
    If you AddOn is visible here then you could authorize, otherwise using Addition Authorization Creator you could try using your AddOn's Forms number / name and manage authorizations
    Suda

  • Numbers won't let me add a form- why not?

    I have been using forms to fill in data on spreadsheets.  But today, the one I am building has a problem.  I create a spreadsheet in iOS Numbers, then click the "+" tab to add a form, but it adds a new sheet, without giving a choice of adding a form.  Is this because the spreadsheet is too big? it is about 178 rows, and 6 columns. 

    With dilligent searching, and luck, I learned from the forum that there must be a designated header row to make a form.  Makes sense, fixed the sheet, thanks.

  • Numbers for iPad will not add a form

    Numbers in iPad does not offer the choice to add a form when choosing the plus sign for a new tab / sheet.  It immediately gives me a new blank sheet.  Does anyone know why?

    Found the problem.  You have to have the Column Headers on that very top row - otherwise they're not recognized as Headers.

  • Sharepoint list and custom add attachment form

    Hello.
    Is it some how possible to dynamically create a custom form, in an iFrame, with the action as "/_layouts/attachFile.aspx?ListId={12345678-1234-1234-1234-123456789012}&;ItemId=2" to add an attachment to a list item?
    I tried different things but nothing seems to actually attach the file.
    Or, can I override UploadAttachment() so when the user clicks a button it shows the file selector dialog directly and after they are done I get notified so I can do something?
    Any ideas?
    Use Case:
    I have a list. The list has a title, description (memo), an image path, and a "read more" path. The image and "read more" path are single line of texts. The user would do one of two things: provide the URL to a file that is already online,
    or click "browse" to select a file to be attached to the item.
    It is that last part I need help with. I can edit the NewForm.aspx to add a "<input type='file'..." but I can't figure out what I need to do then.
    I can't use the default attach item because I need to know what file is for what, image or "read more". Which is why I want a button for "image" and "read more" so that after the user selects a file I can store some details that
    will later let me identify what file is what.
    My plan was to override the "save" button so that my code runs instead of the default.
    Then I would use SPServices to create the item.
    Then:
     - I can't use FileReader so I cannot use the AddAttachment web service
     - I can't use the existing "/_layouts/attachFile.aspx" because it won't let me dynamically set the file path
     - I can't seem to create my own form dynamically that would attach the file
     - I can call "UploadAttachment()" but that changes screens after the user clicks "OK" I won't know so I can't save the details I need

    Hi,
    According to your description, you might want to add a button “browse” in the NewForm/EditForm, when clicking it, users will be able to select a file to be attached
    the current item.
    If this is the case, you can add the script below with the <a> tag into the NewForm/EditForm, then when user clicks the <a> tag, the OOTB file browse dialog
    will show up:
    <script type="text/javascript">
    function AttachFile()
    SP.Ribbon.PageManager.get_instance().executeRootCommand("Ribbon.ListForm.Edit.Actions.AttachFile", null, null, null);
    </script>
    <a onclick='javascript:AttachFile();'>browse</a>
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to add a form in apps???

    am new to apps,i develop a form using a template form. How i can add n register it in specific menu as (inventory,Purchasing)?plzzz complete steps

    Please refer to the following note/link:
    Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=176852.1
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf

  • Can I add a form to my website page?

    I'd like to add the contact us form to my personal website. Is there a way to generate the html code to add to Dreamweaver? And can I add some type of security feature?

    Yes, you can embed a form into your web site and this document talks about how to embed a form: Why is my embedded form not displaying correctly?.

  • How to add multiple forms in single adf page?

    Hi All,
    I have some requirement.I have created one adf page from this page i need to insert(create a user )into back-end.
    here my requirement i want to add more users at sometime.like in that page its need to create one button kind of this to add more user creation form in single page after filling all the details for each user finally i need to submit all user(heterogeneous) way of submitting forms. is it possible in adf? if possible how to go with this requirement.
    please guide me .and show me some solutions.
    Regards
    Siva

    HI Jobinesh ,
    I created same reign thing in .jsff page with the same functionality(instead of main.jsf i created test.jsff) . when i deployed in to OIM custom page i am getting below exception.
    /main.jsff
    Error:encountered deferred syntax #{in  template  text  intended  as a literal ,escape  it or set  directive  differedsyntaxAllowedasLiteral 
    ADF_FACES-60097 and ADF_FACES-60096
    can you please take a lookinto the error where i cam doing mistake.
    regards
    Siva                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • EventFilters: Access to an existing filter to add more forms by eventtype

    We have a system in which we previously added the EventFilters et_CLICK and et_FORM_CLOSE, later when in the addon we need to add the filters if we need to filter any extra form for those events it raises an error: "Filter already exists" so we had to acces to the existing filter in order to add the other forms typeex, the problem is it only works if you use indexes...not eventtype or strings...Its possible to access to an existing eventfilter by eventype or string or name or so...?
    Example:
    In a centraliced function:
    EventFilters oFilters = new EventFilters();
    oFilter = oFilters.Add(BoEventTypes.et_CLICK);
    oFilter.AddEx("OurGenericFormX");
    SBO_Application.SetFilter(oFilters);
    In addon inicialisation:
    EventFilters oFilters = ConsSAP.SBO_Application.GetFilter();
    oFilter = oFilters.Add(BoEventTypes.et_CLICK); //this logically throws an error
    oFilter = oFilters.Item(BoEventTypes.et_CLICK); //this would be the desired way but throws an error :S
    oFilter = oFilters.Item("et_CLICK"); //throws an error too :S
    oFilter = oFilters.Item(0); //works but its dangerous as it seems SAP reorders the EventFilters alphabetically (instead of the order you added them)
    oFilter.AddEx("AddonForm1");
    We know we could make a loop and get the correct eventfilter by oFilter.EventType but this doesnt seem performancewise
    Anyone knows how to access to an existing eventfilter by eventype or string or name or so...?

    Hi,
    I don't know why you are doing this so complicated, but event types are not reordered, it is an enum.
    You can find it in SDK Help, just search for BoEventTypes.
    Regards
    Sebastian
    edit: just in addition: you are right, the collection is based on an index starting with 0. You could read out the collection with filters.GetAsXML, then you can see on which index which enum value / event type is listed.
    Edited by: Sebastian Kleiner on Apr 12, 2011 3:19 PM

Maybe you are looking for