Back button in browser

I need to use a back button which brings the site to the last
selected MC. Anyone?

define a variable that stores the value of your "...last
selected MC". you can use that variable's value to do what you
need.

Similar Messages

  • How to Restrict/Disable back button in browser

    Hi guys,
    I am writing a enterprise web application using ADF. I am using JDeveloper 11.1.2.0.0.
    I want to restrict/ disable browser back/forward buttons in all my .jspx and .jsf pages.
    It was discussed in following thread as well.
    how to Restrict/Disable  back button in browser
    Can somebody give a way to do this please.
    Regards !
    Sameera

    Hi Sudipto,
    This is one of my .jspx pages. I wonder where should I put that javascript code. I have tried in several places and didn't work.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document title="Registration Page" id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:pageTemplate viewId="/MyPageTemplate.jspx" id="pt1">
    <f:facet name="MainPageRegion">
    <af:group id="g1">
    <af:panelSplitter splitterPosition="454"
    inlineStyle="width:943px; height:200px;"
    id="FirstRN">
    <f:facet name="first">
    <af:panelGroupLayout layout="scroll" id="pgl1">
    <af:outputText value="Registration Details"
    inlineStyle="font-weight:bold;" id="ot1"/>
    <af:separator id="s1"/>
    <af:panelFormLayout labelAlignment="start" id="pfl1">
    <f:facet name="footer"/>
    <af:panelLabelAndMessage label="#{bindings.RegNum.hints.label}" id="plam1">
    <af:outputText value="#{bindings.RegNum.inputValue}" id="ot2"/>
    </af:panelLabelAndMessage>
    <af:selectOneChoice value="#{bindings.ProcType.inputValue}"
    label="#{bindings.ProcType.label}"
    required="#{bindings.ProcType.hints.mandatory}"
    shortDesc="#{bindings.ProcType.hints.tooltip}" id="soc1">
    <f:selectItems value="#{bindings.ProcType.items}" id="si1"/>
    </af:selectOneChoice>
    <af:selectOneChoice value="#{bindings.RegStatus.inputValue}"
    label="#{bindings.RegStatus.label}"
    required="#{bindings.RegStatus.hints.mandatory}"
    shortDesc="#{bindings.RegStatus.hints.tooltip}" id="soc2">
    <f:selectItems value="#{bindings.RegStatus.items}" id="si2"/>
    </af:selectOneChoice>
    <af:panelLabelAndMessage label="#{bindings.TotalUsdAmt.hints.label}" id="plam2">
    <af:outputText value="#{bindings.TotalUsdAmt.inputValue}" id="ot3">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.TotalUsdAmt.format}"/>
    </af:outputText>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage label="#{bindings.TotalPfiAmt.hints.label}" id="plam3">
    <af:outputText value="#{bindings.TotalPfiAmt.inputValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.TotalPfiAmt.format}"/>
    </af:outputText>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="second">
    <af:panelGroupLayout layout="scroll"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="pgl2">
    <af:outputText value="Creation Details"
    inlineStyle="font-weight:bold;" id="ot5"/>
    <af:separator id="s2"/>
    <af:panelFormLayout labelAlignment="start" id="pfl2">
    <f:facet name="footer"/>
    <af:panelLabelAndMessage label="#{bindings.CreatedByName.hints.label}" id="plam4">
    <af:outputText value="#{bindings.CreatedByName.inputValue}" id="ot6"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage label="#{bindings.CreationDate.hints.label}" id="plam5">
    <af:outputText value="#{bindings.CreationDate.inputValue}" id="ot7">
    <af:convertDateTime pattern="#{bindings.CreationDate.format}"/>
    </af:outputText>
    </af:panelLabelAndMessage>
    <af:selectOneChoice value="#{bindings.RequestedBy.inputValue}"
    label="#{bindings.RequestedBy.label}"
    required="#{bindings.RequestedBy.hints.mandatory}"
    shortDesc="#{bindings.RequestedBy.hints.tooltip}" id="soc3">
    <f:selectItems value="#{bindings.RequestedBy.items}" id="si3"/>
    </af:selectOneChoice>
    <af:panelLabelAndMessage label="#{bindings.DepartmentName.hints.label}" id="plam6">
    <af:outputText value="#{bindings.DepartmentName.inputValue}" id="ot8"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelSplitter>
    <af:panelSplitter inlineStyle="width:944px; height:132px;"
    splitterPosition="452" id="SecondRN">
    <f:facet name="first">
    <af:panelGroupLayout layout="scroll"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="pgl3">
    <af:outputText value="Notes to Buyer"
    inlineStyle="font-weight:bold;" id="ot9"/>
    <af:separator id="s3"/>
    <af:inputText value="#{bindings.NotesBuyer.inputValue}"
    simple="true"
    required="#{bindings.NotesBuyer.hints.mandatory}"
    columns="#{bindings.NotesBuyer.hints.displayWidth}"
    maximumLength="#{bindings.NotesBuyer.hints.precision}"
    shortDesc="#{bindings.NotesBuyer.hints.tooltip}"
    rows="5" id="it1">
    <f:validator binding="#{bindings.NotesBuyer.validator}"/>
    </af:inputText>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="second">
    <af:panelGroupLayout layout="scroll"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" id="pgl4">
    <af:outputText value="Party Notes"
    inlineStyle="font-weight:bold;" id="ot10"/>
    <af:separator id="s4"/>
    <af:inputText value="#{bindings.PartyNotes.inputValue}"
    simple="true"
    required="#{bindings.PartyNotes.hints.mandatory}"
    columns="#{bindings.PartyNotes.hints.displayWidth}"
    maximumLength="#{bindings.PartyNotes.hints.precision}"
    shortDesc="#{bindings.PartyNotes.hints.tooltip}"
    rows="5" id="it2">
    <f:validator binding="#{bindings.PartyNotes.validator}"/>
    </af:inputText>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelSplitter>
    <af:spacer width="10" height="20" id="s5"/>
    <af:outputText value="Registration Lines"
    inlineStyle="font-weight:bold;" id="ot11"/>
    <af:separator id="s6"/>
    <af:commandButton text="Add Item"
    disabled="#{RegistrationBean.disableAddItemBtn}"
    action="CatalogPage" id="cb1"/>
    <af:commandButton text="Search Item"
    action="ItemLitsPage"
    disabled="#{RegistrationBean.disableSearchCataBtn}" id="cb2"/>
    <af:table value="#{bindings.RegLinesRegPageVO.collectionModel}"
    var="row" rows="#{bindings.RegLinesRegPageVO.rangeSize}"
    emptyText="#{bindings.RegLinesRegPageVO.viewable ? 'No rows yet.' : 'Access Denied.'}"
    fetchSize="#{bindings.RegLinesRegPageVO.rangeSize}"
    width="900" id="t1">
    <af:column sortProperty="ProductCode" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.ProductCode.label}" id="c1">
    <af:outputText value="#{row.ProductCode}" id="ot12"/>
    </af:column>
    <af:column sortProperty="Qty" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.Qty.label}" id="c2">
    <af:outputText value="#{row.Qty}" id="ot13">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.RegLinesRegPageVO.hints.Qty.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="UnitPrice" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.UnitPrice.label}" id="c3">
    <af:outputText value="#{row.UnitPrice}" id="ot14">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.RegLinesRegPageVO.hints.UnitPrice.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Currency" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.Currency.label}" id="c4">
    <af:outputText value="#{row.Currency}" id="ot15"/>
    </af:column>
    <af:column sortProperty="UsdAmount" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.UsdAmount.label}" id="c5">
    <af:outputText value="#{row.UsdAmount}" id="ot16">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.RegLinesRegPageVO.hints.UsdAmount.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="UsdPfiAmount" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.UsdPfiAmount.label}" id="c6">
    <af:outputText value="#{row.UsdPfiAmount}" id="ot17">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.RegLinesRegPageVO.hints.UsdPfiAmount.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="UsdTotalAmount" sortable="false"
    headerText="#{bindings.RegLinesRegPageVO.hints.UsdTotalAmount.label}" id="c7">
    <af:outputText value="#{row.UsdTotalAmount}" id="ot18">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.RegLinesRegPageVO.hints.UsdTotalAmount.format}"/>
    </af:outputText>
    </af:column>
    </af:table>
    </af:group>
    </f:facet>
    <f:facet name="ActionButtonBarRegion">
    <af:group id="g2">
    <af:commandButton actionListener="#{bindings.Commit.execute}"
    text="Save"
    disabled="false" id="cb3">
    <af:setActionListener from="#{false}"
    to="#{RegistrationBean.disableAddItemBtn}"/>
    <af:setActionListener from="#{false}"
    to="#{RegistrationBean.disableSearchCataBtn}"/>
    <af:setActionListener from="#{bindings.RegistrationId.inputValue}"
    to="#{pageFlowScope.regToEdit}"/>
    </af:commandButton>
    <af:commandButton text="Home" action="HomePage" immediate="true" id="cb4"/>
    </af:group>
    </f:facet>
    <f:attribute name="PageTitle" value="Registration Page"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Regards !
    Sameera
    Edited by: samme4life on May 17, 2012 2:39 AM
    Edited by: samme4life on May 17, 2012 2:42 AM

  • Display data when Back button of Browser is pressed

    Hi All,
    Thanks for Reading my query.
    I have an issue with display of data in Jsp page:
    I have 2 JSP pages, wherein i entered data in page1 and clicked submit to see page2.Now i pressed back button of browser and im able to see data which i entered.I require the feilds in page1 to be cleared when back button is pressed in page2.Could any one please tell me how to handle this issue.
    Please help me out.
    cheers,
    sharath

    you can use the HTML header set pragma - no-cache expires - 0 and cache-control - no cache property so whenever you will press back button of browser it will show the message page has been expired. You can find the proper syntax on any HTML site

  • JS problem w/ back button on browser

    If anyone has a solution for this I would REALLY appreciate it!
    Please go to this url and click on the first thumbnail:
    http://www.atelierviollet.com/dev-2011/30/straw-marquetry.html
    You'll see a large image and 3 thumbnails. When you click on a thumbnail it swaps out the large image. I did that using dreamweavers behaviors. Now if you click the back button on your browser and it doesn't return to the previous web page. The thumbnails put a "#" in the url so you have to click "back" multiple times.
    I want it to function so that users can click the multiple thumbnails and then click "back" on their browser and return to the previous html page. Can anyone help?!
    Thanks in advance

    When used within a link like that, a return false kills the link.  In other words -
    <a href="foo.html" onclick="return false">FOO</a>
    This element will behave just like a link, but you can click on it until you are blue in the face and you won't go anywhere.
    In fact, you *should* use this method on any *null* event links you have on any page that look like this -
    <a href="#" onclick="..."
    Make sense?

  • Page has expired message on clickiong the "Back" button on Browser

    Hi ,
    I get Page has expired message on clicking the "Back" button in the browser. I want the user to get directed to the previous page with out viewing this message.
    I am using tomcat 5.0 web server and struts framework for my application.
    Kindly help me in this regard.

    me too i am facing the same problem,
    what i found is:
    1.you can use get instead of post method action.
    2 remove the no cache from your system and make the system caching normally.
    any one has any other solution?

  • How to clear the portal form fields while clicking on Back button in browser?

    Hi All,
    I have a portal form, which calls another form. When I types in a value and presses submit, it goes to the new
    form with the information on it. When I click on the back button in the browser, it will show the last value user
    has entered. I want to clear these values, when I click on the back button in the browser.
    Any help is greatly appreciated.
    Thanks & regards,
    Nevin

    Lets assume that the name of the field, whose value you want to clear off,
    is SEARCH_TEXT :-
    Steps :-
    1> Edit the form and goto the Additional PL/SQL Section
    2> Add the following code to the "...after displaying the page" area
    declare
    l_form_name varchar2(200);
    l_sess_id integer;
    begin
    l_form_name := p_session.get_module().get_name();
    l_sess_id := p_session.get_id();
    htp.p('<script>
    var fieldName = "'||l_form_name||'.DEFAULT.SEARCH_TEXT.01";
    var formObj = document.WWVM'||l_sess_id||';
    for (var i=0; i < formObj.length; i++){
    if (formObj.elements.name == fieldName){
    formObj.elements[i].value = "";
    break;
    </script>
    end;

  • 1.) Back button on browser is covered. 2.) Bookmarks aren't saving 3.) Bookmarks also lost from prior update

    I updated to Mozilla 3.6.6.
    1.) The back button/arrow is now shaded and doesn't allow me to browse back.
    2.) My bookmarks from my previous Firefox have disappeared and the help info on Mozilla's site is NOT of any use.
    3.) Since the update, I can't get any bookmarks to save!
    Please help as I've used Firefox for years and no longer can.
    Thanks.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    * http://kb.mozillazine.org/Lost_bookmarks

  • Back button of browser

    hi,
    i have built an application and want to disable back button for the user. how can i do it
    Thnx,

    You can't doing it using Java.
    You can override the history.back event with history.forward in JavaScript (which has nothing to do with Java) or you can simply not show the nav bar. Which doesn't mean the user couldn't use the backspace key instead...
    Short:
    - you're wrong here
    - you can't

  • How can detect user's click on "Back" button in browser?

    Hi java gurus:
    I use servlet as a controller to show pages. If user click "Back" button several times, and execute an operation in the page, at that time the attributes in the session is for the page before clicking "Back". So the operation run with the wrong data. How can I deal with this condition? Can I detect user's click on "Back"?
    Thanks for any suggestion.
    allan

    Any request made by a client could be "stopped" after
    the session has been updated with the new timestamp.
    This would leave the client sitting viewing a page
    that has an "out of sequence" timestamp in the hidden
    field with no way to get out.Yes, the client could stop the request and have no valid unique String to submit. However, the technique is only designed to detect out of sequence pages, it does not mean the user has no way out! Remember that the server side code can respond to the fact that the request is out of sequence in any way. Certainly, they could choose to lock the user out, but more often than not it will be a more intelligent response than that.
    This problem could also manifest itself if the client
    makes a request of type a then changes their mind and
    makes a request of type b before the type a request
    has been returned.Yes, in this case the request would be considered 'out of sequence'. It's really a variation of the condition you mentioned earlier.
    Any ideas?Again, the code can respond to the fact that the request is out of sequence in several different ways. It may, for example, ignore the fact that it is out of sequence if it finds the data it needs in the session store. It may force the user to start over, or any other action which makes sense -- It's going to be very application dependent.
    Good luck,
    -Derek

  • Help me to resolve this URGENT: browser back button behavior

    Hi All
    How can I force my application to give the following error in click of back button of browser or backspace .
    Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button.
    hmm I am using no-cache, no-store and expire '0', Mine is struts application with resin as App server.

    HEY, take it easy, sometime knowing the reason for a thing may help to find another solution for the same problem. We are here to help, some people really help other one only tries to. In any case there is no need to be rude, nobosy here is working for you or have an obligation to answer you.
    1.- this should be on the j2ee forum place, because is everyone posts here all other section will be empty of people and answers, so please help yo keep all the forums running well. And may get better answers on less time.
    2.- I assume you are uusing J2ee and not applets. That may be a 100% different thing to fix that.
    3.- Can you post some architecture of the pages call to see, its different if its a home page than its a result of nested calls.
    4.- I guess you should do something like this to solve your peoblem:
    if using html forms inside a jsp as I guess you are using. You can get the JSP be call from a servlet that introduce inside the form a unique random created value inside a hidden type input. so each time you press the back button the cached jsp will be called and the unique number wont match with the new attention requirement. All you need for that is a shared resource between the 2 servlets. Maybe a EJB or something. It depends a lot on how are you doing the pages call. for that we need to know that. In anycase the message you are trying to get os not from your app, but from the browser, so you may need to implement something like security certificates to have that, but if not you may use a patched own solution like the one I gave you.

  • Browser Back Button problem...

    Hai all,
    whn i will logout the page i will do the following...     
    session.removeAttribute("keyValue");
         session.invalidate();
    so session is invalidated, but whn i click on browser back button previos page has to expire automatically but whn i am doing manually refresh page then page will expire...
    the expire condition in each page i hav done is
    keyvalue=session.getAttribute();
    if(keyValue==null)
    response.sendRedirect("../sessionExpirepage");
    its working fine but i need to do the if u click on browser back buton the expired previous page can't display...
    even i tried this code..
    response.setHeader("Cache-Control","no-store"); //HTTP 1.1
    response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
    but it is also not working..or i dont know wher exactly thes above two lines are to insert n in a page.
    i hope u understud my point to say.
    pls tell me about this soln
    Thanks & Regards,
    Suryakant

    so session is invalidated, but whn i click on browser
    back button previos page has to expire automatically
    but whn i am doing manually refresh page then page
    will expire...there is no problem with your code as such , the page you get is from the history of you browser. Clear you history on every page load of your web page through javascript.
    Secondly a bit advance topic there is a concept of TOKEN in Struts which is used to overcome the bugs due to BACK button in browser.

  • First time going to a site where I do not have access and clicking the back button I'm returned to the root site instead of the site I started from

    Greetings,
    I have SharePoint 2013 enterprise using ADFS for authentication.  I have an issue where the first time going to a site where you do not have access and clicking the back button you're returned to the root site instead of the site you
    started from.
    ie:
    1) at site http://www.sharepoint.com/sites/finance/home.aspx
    2) browse to
    http://www.sharepoint.com/sites/finance/private/home.aspx
    3) receive a message: you do not have access to this site  ((oops went to the wrong location - I'll hit the back button))
    4) click the browser back button
    5) get returned to http://www.sharepoint.com/pages/home.aspx
    This only happens the first time browsing to a site that I do not have rights to, after this I can browse to the same site and hit the browser back  button and return to the correct site, or any other site that I do not have access to.
    Any ideas as to why this happens?  Ideas of where to start looking?
    Thanks

    Hi Robert,
    From your description, when you receive access denied message and hit back button in browser, it redirects you to the root site but not previous site. However, this just happens at the first time.
    You may try to use some tool or check log which can tell us how does it handle the request when you hit the button. And compare the issue time and non-issue time.
    I'd suggest you use Netmon tool:
    http://blogs.msdn.com/b/carloshm/archive/2012/11/08/sharepoint-2013-network-monitor-parsers.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Firefox Tabs and the Back Button

    I open a page (such as a Google search) in the first tab. I select any entry. When I press the BACK button, the browser (correctly) returns to the Google selection list. If I do the same in any other tab (2 thru nn), the Back button does not return me to the list. Does anyone else experience this? Bug? Feature? I've checked my add-ons, to no avail. This happens in both 3.6 and 4.0, and is not solely related to Google. (And this works OK in IE8.)

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"
    Do you still have the Bookmarks Toolbar visible?
    * [[Restore the default Smart Bookmarks Folders]]
    Check that you still have the "Bookmarks Toolbar items" placed on the Bookmarks Toolbar
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear
    Make sure that you have the Bookmarks Toolbar and the Navigation Toolbar visible: "View > Toolbars"
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * Check in "View > Toolbars > Customize" that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the Customize window onto the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    See also:
    * http://kb.mozillazine.org/Toolbar_customization

  • Need help troubleshooting problem: Flash hangs after using Firefox (on mac) back button - works fine on all other browsers

    to reproduce:
    1. click on a flash button that takes you to a new html page
    2. hit the back button on browser
    3. flash button hangs
    I've included a test page as an example below.
    the bug is specific to having used the flash button and is specific to the Mac version of firefox. The PC version seems to work fine.

    What is the address of the first page? The only thing that link you posted in your information was the page that says, "now hit the back button and see if flash hangs after clicking on the flash button".

  • Clicking the back button now causes a drop down of past sites to show up in addition to moving back a page. It won't go away until clicking somewhereIrritating

    Whenever I click the back button, the browser will go back a page and also open a drop down of past pages. This drop down won't go away until I click somewhere. It is irritating and it never used to have this functionality. In fact, my laptop at work does not do this. I am using 37.0.2. Is there an option somewhere to disable this? I don't mind having the drop down, but not EVERY time I click back.

    Today, two other users reported issues with the back-forward history list dropping down if they hovered the mouse pointer over the back or forward button -- without clicking -- and then moved the pointer downwards. One user was on a touchpad, I don't know about the other user. Are you experiencing anything like that?

Maybe you are looking for

  • Unable to Create a Customer in Accounts Receivable

    Hi, I am unable to create a customer in Accounts Receivable module (in Ver 12.0.04). I am getting the following error message. FND_SESSION_MANAGEMENT.UPDATESESSIONCONTEXT SQLException: java.sql.SQLException: OALL8 is in an inconsistent state Could so

  • External Phone Number Mask Question

    We have several phones with NonDID number on them.  Our route pattern is setup to use an external phone number mask of the sites main number (1112223333).  However on two of the phones, we would like to have a different number displayed (1112224444).

  • BRS Import

    while upload datas in ff67 we found difficulties to uploading datas becuase it is taking too much time to upload. so we wanted to import ff67 data in shortcut method. so i went thru ff_5 to import data. but i am not knowing what method i have to give

  • Connect to External Oracle Database

    Hi, I'm beginner in this... I have a BI Java Connection and I'm using Visual Composer to get information from this database´s tables. But now, I want to do this with Web Dynpro and I can't find any basic example. Please, can you help me with this ? T

  • Problem with 3.3 update

    In the past I've never had any problem updating any Adobe product.  However, today I tried to update to Lightroom 3.3 and got the following message:  This file does not have a program associated with it for performing the action.  Create an associati