Modifying forms in Service Manager using Authoring Tool

When you modify a form like Change Request or Incident Request and add something like a check box with a label or a drop down of some sort, or even a free text box, do you also need to create some kind of mapping so the new value you are adding to the
form gets stored in SQL? Someone once told me that if you modify a form and add something like a new check box with a label, it will automatically get stored in SQL.

When you add a new control to a form, like a checkbox or textbox, you need to bind it to a property of your backing class. Binding, in this case, is the "mapping" you mentioned. After you have bound your control to a property, updates to the bound
property will automatically be stored in SCSM/SQL.
So, no, simply adding a control to a form does not automatically store it in sql. You need to bind that control.
Use existing controls on the form as a template for how to configure your new controls.
For example, notice that TextBox.Text properties have a "binding". On the Incident form, the Title textbox is bound to the "Title" property of the incident class.
A Checkbox control's "IsChecked" property will be bound to a Boolean class property.
Non-interactive controls, such as labels, do not need to be bound (unless you want to bind them for display purposes..otherwise, just put whatever static text you want in them).
Read up on WPF and MVVM to get an idea what binding means and why it's a good thing :)

Similar Messages

  • How to Upload Multiple questions IN LSO using Authorizing tool

    Hi Friends,
    I am very new to the E-learning. As per my knowledge after uploading any content through Authorizing tool in will be uploaded to KM folder.
    In my practice I am trying to upload the Multiple questions. I have searched but I am not find So please guide me the below scenario.
    We have a requirement that is User need to complete the assesment. In this assesment we have 100 questions with random option. How to upload these 100 question at a time using authorizing tool.
    Thanks,
    Suresh

    Hi Sandesh,
    this is simply not supported, not in WebDynpro nor in standard HTML.
    A workaround is to upload a ZIP with all files and on server side unpack the ZIP and operate on the single files.
    I hope it will  help u..
    ----------------------OR-------------------------
    As you know using File upload UI element we can upload only one file at a time. There may be a scenario where user may want to upload any no of files at a time which is not determined at design time. This can be acheived using the ACF UpDownload UI element which requires a security whiltelist to be created
    http://scn.sap.com/docs/DOC-2270
    ----------------------OR-------------------------
    You can use Table UI element.
    Regards,
    Deepak Singh

  • Modifying form on unix server using Form Builder installed on Windows deskt

    We are using Oracle Applications hosed on unix servers. There is a custom form in XXX_TOP/forms/US folder that I need to modify. My Windows desktop has Forms Builder 10g installed. I ftpied fmb file over from unix server to my Windows desktop and tried opening it. I get an error FRM-18108: Failed to load the following objects: APPSTAND, etc etc. Obviously I am not doing it right. What is the correct way of modifying a form file sitting on unix server, using Forms Builder installed on Windows desktop? Do I need to copy all dependant objects to Windows desktop along with fmb file? Thank you in advance.

    You will also need all of the .plb and .fmb found in the AU_TOP/Resources, however, if you modify an Oracle provided Form you will loose all support from Oracle for that Form and anytime you apply an upgrade or patch, you will loose the changes if the upgrade/patch involves the modified form. There are only 2 approved ways to modify an Oracle supplied EBS form. First is by using the CUSTOM.PLL library and the second is by using Forms Personalization (FP). I strongly recommend you persue using the CUSTOM.pll or FP. If neither of these options will provide the functionality you need - CALL ORACLE SUPPORT before you modify any files.
    Craig...

  • Role Based Forms in Service Manager

    Is it possible to customize the Service Request form, and make the customizations available to only certain users based on their role?

    Hi,
    I would add the customization to the separate tab and show this tab only for the users in the required group. Refer to Rob Ford's
    post.
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
      LinkedIn:
      Facebook:

  • How can I modify the  presentation file ( *.ser ) using external tools ?

    Hi All,
    When build, the presentation will be saved as "*.ser" files. How can i edit them using some external (not within the ALBPM5.7 studio) tools for decoration?
    thanks a lot
    Jack

    As long back as I can recall Adobe has always used the UNC-path for it's links.
    At least back to CS2. Before that and my memory is a bit blurred.
    We ourselves are using CS3/CS4, with UNC-paths, on 300+ clients without any problems at all.
    Their drives are mapped to a drive-letter, but InDesign still resolves the UNC-path. This has works flawlessly so far.
    When we experience issues that related to our network then it's usually something else that is to blame.
    So far embedded images and IP-phones and been the major culprits.
    But I'm not a network-savvy at all so don't take my words for it.

  • Geo Location Custom Form is not Being Used

    Hi Experts,
    I extended the Geo Location class and added a few fields that I needed. Also in the same XML/MP I added a custom form for it using Authoring Tool. Imported the management pack and didn't get any error. But when I open any locations still it uses the default
    form rather than the custom one I created. Is there any dll or any other file that I should inject into SCSM folder? Is there any where I can troubleshoot why my custom form is not loading.
    My SCSM is 2012 R2 with UR5 and Authoring Tool is on version 2012 R2 (7.5.3079.0).
    Thank you
    Soroush

    Hi,
    How ahout adding the custom filed to extend the existing form?
    You can refer to the link below as an example:
    Adding a custom field to Incident Forms
    If you are creating a new form template, you may refer to below link:
    http://blogs.litware.se/?p=1402
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Users not showing in Terminal Server Under Remote desktop services manager and Task Manager

    Hi All,
    I have a problem here in Terminal Server. I can not see the users logged in to Server but i know users are accessing the files and currently working.
    1. From the Task Manager-- Show processes from all users displayed all the processes accessing by users.
    2. From the Task Manager-- From Users Tab--No users list at all
    3. From the Command Prompt- Query users-- No information
    4. From the Remote desktop services Manager-- used with IP/Host name-- Still can not see the users list and processes. So i can not kill the session if needed.
    Enviroment:
    TS CALS 20 currently accessing 15 users
    VM-WARE GUEST: 2008 RS Terminal Services/Remote Desktop services installed
    Windows up to date-- Just updated last month
    Problem is here for long time. Just couldn't find the time to trouble shoot.
    UMESH DEUJA MCP,MCTS,MCSA,CCNA

    Hi,
    Thank you for posting in Windows Server Forum.
    As you have tried many steps, I suggest you to try below command line and power shell command if successful in your case. Please try below command with Admin access:
    qwinsta /server:<servername>
    To kill a session use rwinsta to delete the session specifying the ID number:
    rwinsta /server:computer01 3
    Here's the list of command line tools for Remote Desktop Or, you can use PowerShell:
    Get-RDUserSession and Disconnect-RDUser
    Please check the list of Power Shell command from
    this link.
    Hope it helps!
    Thanks,
    Dharmesh

  • Service Manager 2012 R2 Performance Analysis

    Hi Team
    i'm wondering if we have thresholds created for "Performance Analysis of Logs" Tool to analyse performance of a Service Manager
    instance ? or is there any known parameters that we can use to measure performance on Service Manager using built-in Performance Monitor on Windows Server ?

    Hi,
    From the website I did not find a threshold file for Service Manager. You could create a custom threshold file or email the developer at
    [email protected]
    Moreover, Operations Manager is a good borther for monitoring the Performance.
    For more information, please review the links below:
    Performance Analysis of Logs (PAL) Tool
    http://pal.codeplex.com/
    How to create a threshold file for the PAL tool
    http://blogs.technet.com/b/clinth/archive/2013/01/08/how-to-create-a-threshold-file-for-the-pal-tool.aspx
    Service Manager Performance
    https://technet.microsoft.com/en-us/library/hh519624.aspx
    Service Manager slow performance
    http://blogs.technet.com/b/mihai/archive/2012/07/13/service-manager-slow-perfomance.aspx
    System Center Management Pack for System Center 2012 R2 Service Manager
    http://www.microsoft.com/en-au/download/details.aspx?id=41136.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Services not found -Service Manager

    hi everyone
      Recently i needed to configure the Early Watch Alert service for a costumer running SBO 2007 PL 15 (we are planning to migrate them to the highest patch available) and i couldnt do so due to the fact that no services was listed in the service manager, it seemed like there wasnt any service installed even though the license manager service is running.
      I assumed it was a problem due to windows security so i logged on as Administrator and the problem persisted, the whole service manager window appears grayed and no services is shown in the combobox.
    Please help.
      tried so far:
    -Log in as administrator to run the service manager
    -Use RunAs  and using an administrators group account to execute  service manager.
    Info:
    Windows 2003 server enterprise Edition R2
    SBO 2007A PL 15
    I appreciate your help, and thanx in advance.
    Aley

    Hi Aley,
    You might have to re-install ServerTools, after DEP was switched off.
    When doing so, use the Domain Admin + Password. This is just to be on the safe side.
    (I am afraid I have seen installations, where even a local Admin was unable to install anything, due to some strange Group Policies.)
    If this still should not work go to Start -> Run and type in "services.msc". The Windows Service Window should open. Navigate to the SAP Business One EarlyWatch Alert service, right click on it and chooses properties, then the tab LogOn. Change the Logon to "This Account" and enter credentials of the Domain Administrator. Afterwards restart the Service and validate if the EWA is still greyed out in SAP Business One ServerTools
    Kind regards
    Mario Schoenberg
    Senior Support Consultant
    SAP Business One Forums Team

  • Data from the History tab in Service Manager

    Hello,
    I would like to use data from the History tab in Incidents in a report. I do not see the data anywhere in the DWDataMart. If it does not exist there is there a management pack that can create tables and views for this data in the DWDataMart?
    Thank you!

    Hi,
    Here is the good article that may be able to help you:
    http://www.concurrency.com/blog/service-manager-useful-queries-entity-change-log/
    Remy BOVI

  • Connecting to HP Business Service Management BSM ?

    Has anyone tried to connect to HP Business Service Management using SNMP or do you know if a plug-in / connector is on its way for this.

    Worked this issue today with Dell Pro Support and Microsoft Pro Support. We were not able to determine the root cause of this issue. It was something of a
    firedrill, the VM was not responding to requests to shut it down gracefully. The disk in question generating the warning was Disk 1 for me:
    Event
    ID 153 - The IO Operation at logical block address xxxx for Disk 1 was retried.
    andthis
    VM has a physical disk0 so we are not sure what disk one was. Was able to turn off the VM from hyper v manager and then bring it online again with no issues. The warning 153 has cleared
    itself for now. Would like
    know the root cause and how I could avoid this pitfall if it
    happens again. But for now I will settle for all services running.
    Paul

  • Service Manager Authoring Tool 2012 SP1 Missing DLL's

    Hello All,
    Originally posed this to the MS partner forums and was asked to post here.
    I'm hoping someone familiar with the Authoring Tool For service Manager can help me. I'm using the Service Manager Authoring Tool 2012 SP1 found at the link below. I believe this to be the latest available.
    Although the splash screen says Service Pack 1 Beta? Hoping the dev forgot to update the splash screen.
    http://www.microsoft.com/en-us/download/details.aspx?id=36214
    I'm trying to create a new custom Service Request form and am getting prompted for some DLL's that seem to be workstation related or at least the Aerolite.dll makes me thing Windows Aero. (Could be wrong)
    I've successful created a new Management pack, and I created a new Class that inherits the properties of the Service Request Class. I've added all the properties I need for the new form. All is well no issues there.
    The next step is to create a new custom form. I select the create new custom form. Give it a simple name, and select my assembly then the form type. I'm then prompted for several DLL files that are not on my system
    and I'm not sure where to find them.
    The DLL's are:
    Microsoft.EnterpriseManagement.UI.ExtendedControls.Aerolite.dll
    WPFTToolkit.AeroLite.dll
    I can select cancel several times to get ride of the prompt for the DLL's and can customize the from without issues. I don't think this is correct but I have been able to create the form.
    Does anyone know where I can find the above DLLs? Am I doing something incorrect here? Is this a bug in the authoring tool? If so is there an updated version I should be using?
    I also receive the same prompt for DLLs when attempting to create a custom incident form....
    My test environment is running Server 2012 R2 with Service Manager 2012 SP1. Went ahead and tried this using the Service Manager 2012 SP1 Eval VHD and had the same issue...

    Hello Gabe,
    The following post provides some insight on the Aero DLL's.
    Hi Matt,
    The Aero dll is only available on Vista so the tool will not find it when running on a different OS (e.g. Server 2008). However, you can safely cancel out of that it does not affect the form.
    Regarding moving controls between tabs, unfortunately that's not supported this release.
    It sounds like you did everything right, so let us try your MP here and see if we can reproduce the crash you are seeing and investigate it.
    Thanks,
    Cori
    Another post regarding 'Beta' on the splash screen.
    Yes, someone forget to change the splash screen :)
    Rob Ford scsmnz.net
    Cireson www.cireson.com
    For a free SCSM 2012 Notify Analyst app click here
    Can't post links to the full posts as this is a new account but I am sure you can find the referenced articles here on TechNet with the help of Bing or Google.
    Hope this helps.
    ~Nick

  • Remove items from the Tools menu in the Service Manager console

    Hi. 
    I know I have see a post regarding this before, but just wanted to put it out these once again.  I'd like to remove items from the Tools menu in the Service Manager console - specifically My Notifications and Create Change Request.  This is because
    the former allows a user to create notification subscriptions in incorrect Management Packs, and the latter because we are not using Change Management yet.  Does anyone have any information on how to achieve this?
    Cheers
    Shaun

    how to customize tools tht are displayed in tool menu
    http://technet.microsoft.com/en-us/library/jj134147.aspx#BKMK_tools

  • How to delete a customization from a form - To import a managemt pack from the Authoring Tool

    I am having issues importing a management pack created in the authoring tool. How do I delete a customization from a form since only one can be present? Is there documentation on this?

    If the MP defining the first custom form doesn't contain anything else you need (such as class extensions) delete the first MP. If it contains other stuff you need, delete the form from the Authoring Tool, increase the version the by 1, seal and import.
    Then import your 2nd MP containing your new form.
    Rob Ford scsmnz.net
    Cireson www.cireson.com
    For a free SCSM 2012 Notify Analyst app click
    here

  • Can we develop SLA monitoring tool in abap which will monitor HP service manager?

    Hi Experts,
    Can we design tool in ABAP or webdynpro where tool will monitor SLA for incidents in HPSM (HP service manager)?
    Please let me know if such option is available.
    Regards,
    Sanjana

    Hi,
    I have the same issue. SCOM --> OMU 9.10 works fine, OMU 9.10 --> SCOM doesn't work.
    What do you exactky mean with "The user configured for use with the integration pack must have its time zone preferences set to Greenwich/Universal with a date format of mm/dd/yy." Where do you have setup this configuration?
    Thanks for help.

Maybe you are looking for

  • Cost center field make display in AM

    Hi all, I want to make cost center filed display(gray)  in asset master record. my requirement is no one can change the cost center in the master data. How will i do that. please guide me Thanks in Advance Deepti reddy Edited by: Deepti reddy on May

  • Change paper size when printing

    How to change paper size when printing pdf? No option for paper size appear.

  • IManager & Role Based Entitlements

    I'm re-posting this here as I didn't get any response from the original post linked below: https://forums.novell.com/showthread...-Entitilements Hi, A while back we had to re-create our Organisational CA and server certificates. (Don't ask why...) Ev

  • How to resolve REP-1924: Cannot locate the font file in Linux?

    We are trying to make the TTF font used in Windows work on a Linux App Server. Reports version is 10g R2. We get this error. Thing is this worked in our development env. but error comes in live env. The REPORTS_PATH points to the parth where the TTF

  • Arabic text direction and language in Illustrator CC 2014

    I have a rich text format document in Arabic and the text direction is from right to left. when I copy the text in TextEdit software and paste it in illustrator CC 2014 I can change the characters to Arabic but the text direction in from left to righ