Mobile Facilties Condition Forms

anybody out there know where in the SAP solutions world there are forms we can use in Facilities on moblie devices to conduct condition inspections and then be able to store and mine the data.  example would be if over a 6 month per period we notice that many lamps are out in certain areas then it would be more effective to change all the lamps (group relamp)..  we are struggling with paper forms now which is cumbersome, adds very little value, not very sustainable (62,750 pieces of paper annually) with no way to mine the 2,961,800 data points.  Man there has to be a better way.
email me.  [email protected]

Larry,
Do you mean SAPScript and/or SmartForms type forms, or interactive forms?
Are you expecting these forms to be sent to the mobile device, populated by the users, then sent back to SAP for storage and later analysis?
Can you please give more details, possibly with a sample screen-shot of the forms.
PeteA

Similar Messages

  • Can I connect window device like modem, mobile in oracle forms,if possible then how?

    Can I connect window device like modem, mobile in oracle forms,if possible then how?

    Hi Tony,
    So explain where you would see your notification?I just mention, Leave module, there are many other module. For example In Purchase Purchase Requigition , Production Module Production Complite , Delivery Module Delivery Ready.
    For this it will better to show at respective Menu.
    In the Window title?Another good Idea !
    You could have a timer trigger that runs every 5 minutes and checks a notification table, if there is an unacknowledged notifcation, then you could change the Window title of the formas app to show a (1) at then end of it.Timer has a bad this.. For example, if i make a timer and run every 5 min. then if user works on a form, timer will hide the form and show the timer window.
    Isn't it ?
    Would that do, or do you need more?Yea.. More..It will be like facebook. If any notified work is done by any person, light will go off.
    Thanks for your interest and suggestion...
    Ask2Learn
    Edited by: Asked to Learn on Jan 23, 2013 12:36 AM

  • Conditional Form validation

    hi, is it possible to do conditional or group validation with
    the new Spry widgets? Thanks.

    Could someone help me with this
    i would like to conditionally validate this form. Can i use
    the distroy method?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryValidationCheckbox.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextField.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationCheckbox.css"
    rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextField.css"
    rel="stylesheet" type="text/css" />
    <script type="text/javascript"
    src="usableforms.js"></script>
    </head>
    <body>
    <form id="form1" name="form1" method="post" action="">
    <table width="634" height="193" border="1">
    <tr>
    <td class="question">Employment details
    <td width="365">
    <input type="radio" name="employment" value="Self
    Employed" rel="selfEmployed" id="self_employed" /> <label
    for="self_employed">Self Employed</label><br />
    <input type="radio" name="employment" value="Worker"
    rel="working" id="work_details" /> <label
    for="work_details">worker</label><br /> </td>
    </tr>
    <tr rel="selfEmployed">
    <td colspan="2"><span id="sprycheckbox1">
    <label>
    <input type="checkbox" name="sole" id="sole" />
    Sole trader</label>
    <span class="checkboxRequiredMsg">Please make a
    selection.</span> </span> <span
    id="sprycheckbox2">
    <label>
    <input type="checkbox" name="partnership"
    id="partnership" />
    Partnership</label>
    <span class="checkboxRequiredMsg">Please make a
    selection.</span> </span><span
    id="sprycheckbox3">
    <label>
    <input type="checkbox" name="company" id="company" />
    Company</label>
    <span class="checkboxRequiredMsg">Please make a
    selection.</span> </span></td>
    </tr>
    <tr rel="working">
    <td>company</td>
    <td><span id="sprytextfield1">
    <input type="text" name="companname" id="companname"
    />
    <span class="textfieldRequiredMsg">A value is
    required.</span> </span></td>
    </tr>
    <tr rel="working">
    <td>Number of years</td>
    <td><span id="sprytextfield2">
    <input type="text" name="number" id="number" />
    <span class="textfieldRequiredMsg">A value is
    required.</span> </span></td>
    </tr>
    <tr>
    <td> </td>
    <td><input type="submit" name="submit" id="submit"
    value="Submit" /></td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    </table>
    </form>
    <script type="text/javascript">
    <!--
    var sprycheckbox1 = new
    Spry.Widget.ValidationCheckbox("sprycheckbox1");
    var sprycheckbox2 = new
    Spry.Widget.ValidationCheckbox("sprycheckbox2",
    {validateOn:["blur"]});
    var sprycheckbox3 = new
    Spry.Widget.ValidationCheckbox("sprycheckbox3",
    {validateOn:["blur"]});
    var sprytextfield1 = new
    Spry.Widget.ValidationTextField("sprytextfield1", "none");
    var sprytextfield2 = new
    Spry.Widget.ValidationTextField("sprytextfield2", "none");
    //-->
    </script>
    </body>
    </html>
    Thank you

  • Conditional Form Field with "-" character

    I have two items on a form:
    P10_DISTRIB_CODE (ex. CFP or CFP-MI)
    P10_TI_OFFICE_ID_LU (ex. ABC Company =d value 230 =r value)
    I only want P10_TI_OFFICE_ID_LU to show on the screen if P10_DISTRIB_CODE does NOT contain a "-".
    How do I do this?

    Just make the P10_TI_OFFICE_ID_LU item display conditionally using a condition that refers to P10_DISTRIB_CODE
    instr(P10_DISTRIB_CODE,'-')>0 or the inbuilt
    Value of Item in Expression 1 Is Contained within Colon Delimited List
    using
    item one=-
    and
    item two=&P10_DISTRIB_CODE.
    Phil

  • Tab sequence on conditional forms?

    I have a form with several conditional parts stored in fragments. I found some odd behavior with the tab sequence: Using LC Designer v8.2 I set the appropriate tab sequence for both container document and fragements. But when running the form it seems like part's appearing conditionally (based on user interaction) are positioned after regular form-parts in tab sequence. Even though the conditional parts are in the middle of the form! :S
    Does anyone has an idea how to solve this?

    I'm familiar with this new tab-feature and actually did use it to set the proper tab-order. But as a result I get this weird behavior on conditionally shown parts.
    The "geographic order" would be OK for me... if it would work like that, but it doesn't: the tab-indexes of subforms shown in the middle of the form are sequentially ordered AFTER parts that were visible at startup. So now when walking through the form by hitting tab, it skips the conditional parts until the end of the form is reached and than it jumps back to the conditional parts.
    Can it have something to do with fragments that are hidden by default? In the tab-index list you see the indexes of all items. Also the objects part of underlying fragments. But objects part of hidden subforms or fragments disappear in this list and seems not be indexed any longer.
    Any idea on solving this?

  • Exracting conditions form tables

    Hello SAP gurus,
    Please tell me how can i extract the conditions in Purchase order which is required in my report.
    Ultimately i want the detail conditions  like discount or surcharge in my report.
    Thanks in advance

    Hai,
    You can fethch this condition data from the table KONV.
    1. The system will generate the Doc Condition no for Purchase order. You can get this from the table EKKO  Purchasing Document Header   - KNUMV   Doc Cond No field.
    2. Use that KNUMV Doc Cond No  no in the table KONV - Conditions (Transaction Data).

  • Conditional forms fields

    I'm creating a form where one drop down menu will populate
    after the user selects something in the drop down menu before it.
    (If Menu A if they select x, Menu B will give the options of 1, 2,
    3; if in Menu A they select y, Menu B will give the options of 4,
    5, 6.) This is not database driven. Could someone outline the steps
    I need to do this, or point to a good website which describes what
    I need to do? Thank you!

    Thanks! I find one that will work (probably not the most
    modern way though!):
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000288

  • Conditional form questions

    I am making an interactive web form the will respond in XML via E-Mail or Print & Fax methods.  My issue is that I have radio buttons and I would like to make some questions/information required if one radio button is selected and not required if the other is selected.
    i.e.  Radio Button "Lodging Needs"
         If "Yes" then require two (2) Radio Buttons for "Room Size"  and "Room Type".
         If "No" then the above Radio Buttons are NOT REQUIRED.
    Thanks for your assistance,

    I put in a sample file for your reference..
    https://acrobat.com/#d=iYBBrSQfUYqgreemBuJCrA
    To test this file, choose No and click on Submit button. This should open a email for you..
    If you choose Yes, then it will make the other two Radio buttons as mandatory. When you click Submit, then it will display a message that some of the required fields need input..
    Where to place the coe, follow the below image.
    Thanks
    Srini

  • Conditional Form Fields in a Survey

    I am putting together our employee satisfaction survey and need some help.  Employees will be asked to tell us how to satisfied they are with some aspects of  the company. For example:
    Question 1:
    Cost of health insurance for  employees and families
    Ranking:
    -3 -2 -1 0 1 2 3
    What I would like to do is  that every time an employee ranks us lower than -1 for a text box to  automatically pop for them to add comments or suggestions on how we can improve  in this area.
    Any suggestions?

    With respect to Michael, there's no benefit to using LiveCycle Designer for this. It would be helpful if you clarified what you mean when you say you want a text box to automatically pop up. It is possible to prompt the user to enter something either using the app.response JavaScript method of by creating a custom dialog. Or you could instead create a text box near the question that appears when one of the negative options is selected. WHich would you prefer? I'd suggest the latter as the better option.

  • [FB:Mobile]Delete item form s:list

    Is possible to delete an item in s: list, moving your finger on as usual in the iPhone?

    for now I'm following this example http://flexponential.com/2009/09/23/deleting-items-in-a-list-from-an-item-renderer/
    but I can not get the id of the deleted item to delete from the Database

  • Interactive adobe forms are not accessible in Mobiles

    Hi,
    We have a requirement to use password protected adobe forms generated from SAP ADS. We have developed such adobe forms using java scripts.
    Now the issue is that we are not able to open this XFA forms in mobiles. Could you kindly provide information on this. We need to know that the whether the interactive Adobe forms created from SAP ADS are accesable in mobiles.
    Thanking you.
    Regards,
    Raghu

    Hi,
    Adobe Reader/Acrobat DC mobile products do not support XFA forms.
    Please take a look at the Adobe LiveCycle Blog.
    Adobe Reader Mobile and XFA forms from LiveCycle Designer | Adobe LiveCycle Blog
    Thank you.

  • How to get object key before load data into form?

    I need to get object key (e.g. ItemCode in Item Master Data From ,docEntry in A/R Invoice From) to calculate and do something  before data is loaded into this form .
    I try to use SAPbouiCOM.BusinessObjectInfo.objectKey as in this code.
    Private Sub oApp_FormDataEvent(ByRef pVal As SAPbouiCOM.BusinessObjectInfo, ByRef BubbleEvent As Boolean) Handles oApp.FormDataEvent
           If pVal.FormTypeEx = "672" And pVal.BeforeAction = True And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_LOAD Then
                   oApp.MessageBox(pVal.ObjectKey)
           End If
    End Sub
    But this fields doesn't valid under this condition (form DI help file).
    - The property returns an empty value in the before notification of the Load action (et_FORM_DATA_LOAD) triggered by a Find operation.
    How can I get this value(key)?

    Janos
    I can't do a calculation after data is loaded because what I'm going to do is that if the opening entry match my condition , the system will not let that user see that entry (bubbleEvent = False).
    I think when formDataEvent is triggered B1 know which entry are going to load because before this event is triggered we did one of following ways
    1. choose from "choose from list windows"
    2. enter docEntry or itemCode or cardCode  and then press Find Button
    3. press "next/previous record button"
    4. press linked button (orange arrow)
    Choice 3 and 4 can be done by retrieve data from BusinessObjectInfo.objectKey (I've tested and it return entry key that is going to open correctly).
    but 1 and 2 can't (it return empty as I mention before).
    thanks
    Edited by: daron tancharoen on Aug 5, 2008 2:34 PM

  • HTML Form Not Displaying Correctly in Outlook 2010 (Exchange 2013)

    Hello,
    I have recently migrated to Exchange 2013. Clients are still using Outlook 2010. There is an application that automatically sends an HTML form by email for the users to fill in. The form consists of radio buttons, text areas and drop down list. However,
    in Outlook 2010, the form is not rendered properly.
    When I clicked the "If there are problems with how this message is displayed, click here to view it in a web browser" link, the email is opened in
    IE and the form is displayed correctly.
    I also tried opening the same email in other clients, such as Thunderbird, Apple Mail Client and in mobile phones - the form is displayed correctly. I wonder
    why it fails to do so in Outlook 2010. The user mentioned that this does not happen in Outlook 2003 and prior to migration (I used Exchange 2010 previously). I have also tried using OWA, but the form does not display correctly
    Any help?
    Note: I can't attach any images or links as it is mentioned that my account is not verified yet. I will post some screenshots when it is possible to do so

    Hi 
    Outlook 2007 or newer use Microsoft Word for their HTML engine.
    You can refer this page http://www.campaignmonitor.com/css/ shows
    many things that do not work in different clients.I think Someone needs to re-code
    the HTML form to make it work in the current versions of Outlook. You can try formatting with text and HTML and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Creating a form

    I am trying to create a form where there are ten choices - a multiple choice question.  Depending on what answer is chosen, I may or may not need them to choose from an addition drop down box.  Is that possible?

    Hi,
    Yes. Please refer to the "Conditional form elements" section of the help documentation:
    http://helpx.adobe.com/acrobat-com/formscentral/help/edit-field-properties.html#conditional_form_elements
    Regards,
    Brian

  • Has anyone found that the BC javascript validation conflicts with jquery mobile?

    I have added a form module to a page. Page has a desktop and mobile template - mobile template based on jquery.
    Form validates nicely on desktop (if the fields are not complete - then a javascript alert pops up. Visitor can close the alert dialog box and can complete the form.)
    However, on mobile, if the form is not filled out in manditory fields, the javascript alert pops up (as it should), but then the page goes to an error page - "Please fix this issue and re-insert your web form on your web page."
    Has anyone else had this problem. And even better - does anyone know of a solution? Thanks!

    This doesn't have to do with BC's form validation. The problem with your mobile site right now is that you are using the "$" variable which is usually associated with jQuery before jQuery is loaded on your page.  Once there's a javascript error on your page, the rest of the javascript will stop running so this error occurs very early on your page and some other javascript will stop working.
    To fix this you need to move the bit of javascript on line 13 of your page templates further down after the jQuery library is referenced, so this:
    <script>
            $(document).bind("mobileinit", function () {
    $.mobile.ajaxEnabled = false;
    });</script>
    <link href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" rel="stylesheet" type="text/css" />
    <script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js" type="text/javascript"></script>
    becomes this:
    <link href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" rel="stylesheet" type="text/css" />
    <script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js" type="text/javascript"></script>
    <script>
            $(document).bind("mobileinit", function () {
    $.mobile.ajaxEnabled = false;
    });</script>

Maybe you are looking for

  • MF60 scenario - same material with different orders

    Hello, I am using MF60 to transfer the stock from raw material location to Production location. I transfers the goods based on each production order. Now the scenario is: I have two tins of paint each weight 20 kg. My current order needs  8 kg of pai

  • Disable ENTER KEY on text item

    All, I am trying to disable SUBMIT on ENTER KEY for a text item on a page as below but still its submitting how can i achieve this. I want the page to totally disable the enter key so when i press ENTER KEY nothing happens, what i did: 1. when page l

  • N97 Mini: Stopping mp3 ringtones from being in the...

    The Music Library on the N97 Mini automatically finds all music tracks on the phone, but does anyone know if I can stop it from adding mp3 ringtones? The ringtones are saved in the 'Ringing Tones' folder, separate from any music tracks, but the Music

  • I have the PLS-00323 but ..I am getting it

    Ok here is the declaration in the the package header.. FUNCTION fn_populate_rgns_from_national(fv_sales_force_no IN tsales_force.sales_force_no%TYPE ,fv_budget_no IN tbudget_plan.budget_no%TYPE) RETURN VARCHAR2; ....now here is the package body ... F

  • Use of public access modifier in main method

    I want to know what is the significance of public access modifier with main (String args[]) method. Like generally we write public static void main(String args[]) But if we write private static void main(String args[]) OR protected static void main(S