Reg subscribing a user to the page

Hi,
I need to subscribe users to a page so that when any new item is added in that page there some notification going to the user that the item has been added or updated.
According to the documentation it says go to the page as logged on user and click on subscribe link.I cannot locate that subscribe link anywhere.If it is not there then how do I enable it.
Thanx
-Vipul

Hi Vipul:
We have also done some looking at the concept of subscribing to the whole page rather than just items on it. To add a page subscribe link (we were using 9.0.2.3 when I did this), go into edit mode on the page or template where you want to add the link. Go to an empty region of an item region and click on the add item icon. From the bottom LOV, choose Portal Smart Link. (If it does not appear, you'll need to go to configure tab in the page group properties and add it as a visible type).
Once you click on Portal Smart Link and click next, the next screen will ask you what type of portal smart link you want to add. Subscribe is all the way at the bottom of the LOV. I recommend leaving the display name at the default. This way, for users that are not subscribed, the link will say "Subscribe" and for users who have already subscribed, the link will change to "Unsubscribe".
The one piece we never got figured out is what level of access you need to get the link. Our users that had read only access thorugh manage item with approval access did not get the subscribe link. Good luck.
Rgds/Mark M.
Portal 9.0.2.6

Similar Messages

  • How to make session invalid when user refresh the page?

    How to make session invalid when user refresh the page?

    I have a <form> in a JSP file that has another JSP file as an action.
    I have main.jsp that has <form> with action.jsp file as an action.
    Now when I submit the <form>, request forwarded to action.jsp and it will take the action. But this file is taking so long, hence user refresh the page again and again, hence duplicate request processing is occuring.
    I want to prevent this.

  • User changes the page HTML code on the fly and it works... what?!

    Hi,
    I have a report region that generates a number of checkboxes using htmldb_item.checkbox. Each checkbox is associated with a date, and what dates are displayed are based on a number of business rules.
    The user then can select any date she wants (from the available list) and click "Confirm". A page process will identify the selected checkboxes (using the g_f01 array) and do some processing with them.
    For my astonishment, a savvy user found out that, using a plug in like firebug, he could easily modify the page HTML and ADD extra checkboxes to the report, with WHATEVER dates he wanted! When submitting the page, Apex would not complain and would process those extra dates as if they had been sent when the page was generated.
    Well you can imagine the potential impact of this... As a workaround, before processing the dates, I re-apply the same business rules just to be sure those are valid dates.
    So I am a bit lost here... Has anyone else seen this before? Shouldn't Apex identify that there is extra data in the submitted page and raise an error? Is it my fault, the web platform is so insecure that I should be checking everything everywhere and not rely on the submitted data being reliable?
    Any comments welcome.
    Thanks,
    Luis

    Hi, thanks for sending the link for that plug-in, I can't wait to tell my users so they can start using it... :)
    I understand that this in a way is due to the intrinsic weakness of the platform (I developed C/S applications for years and never heard of end users hacking Oracle Forms or Powerbuilder applications... at least not that easily)
    On the other hand, I think that Apex should offer a minimum of automatic checking... for instance, if a tabular form rendered 10 rows, the submitted data should contain the same 10 rows, not more, not less. In fact that was my assumption. Maybe this is something that can be improved?
    Luis

  • Website has many drop-down menus. Once selected, user updates the page based on selections. Unable to select more than 1 option at a time. Is there a setting to fix this? I was able to do before, but after reinstall, it has stopped.

    This occurs on any website with active menu drop-downs. I am able to select the 1st drop-down, but must then load the page and do the next drop-down. I used to be able to make every selection at once and then reload the page to reflect all of those options.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • After userA check out a page, edit the page and save, Sharepoint prompt userA have checked out the page

    In one of site collection at our SP2013 farm, we have "SharePoint Server Publishing" site feature and "SharePoint Server Publishing Infrastructure" site collection feature activated.
    One of user (UserA) create a page in a page library. The new page is marked as "checked out by UserA". It is fine.
    Then UserA open the page -> edit page -> key in something and "save". Then the page prompt him "The file Pages/subfolder/test001.aspx has been modified by i:0#.w|test\userA on 8Aug2014 xx:xx:xx" and ask him to choose "Leave
    this page" or "say at this page".  The date time is exactly the time he was editing the page.
    Whatever he choose will save the page and return to "View" mode (non-edit mode).
    It is not the only problem. When userA want to edit the same page again and save, it prompt him that "The page could not be saved because your changes conflict with recent changes made by another user. If you continue, your changes will be lost."!
    When userA choose continue or "check out". Follow screen show up:
    What can we do? In summary, userA cannot edit a page because userA have checked out! We have tried for different users have exactly same issue.

    We are having the same problem, the one thing we have found is if we use the Save Icon on the top right hand side of the page in the ribbon (next to follow), that Save works just fine.  What is causing the issue is when trying to use the Save Icon on
    the left hand side of the ribbon that has the dropdown options to 'Save', 'Save and Keep Editing' or 'Stop Editing'.  It doesn't matter if you just click on the main Icon or choose any of the dropdown options, they all cause issues with the pages.  
    Thoughts?
    Nick Hurst

  • Paramerterized Interactive Reports - is there a quick solution to stop the query from executing when entering the page prior to user clicking go.

    Example
    Currently, when the user enters the page the interactive report runs (without the user hitting "go")and - indicates no data found because one of the "parameterized" fields is required and the sql is not setup for nulls.
    I'm Looking for a way to not perform a query  at all -------until the user hits go for the first time on the page - then each time they re-enter the page in the same session it would be ok to auto submit the query.
    I believe I can setup a hidden item and check on my interactive report E1 not null.  Then create a "computation" on "after submission" that would set this value to a value - say 1.
    I can seem to be able to get this to work however.
    In my interactive report - I'm wondering what "condition type" should I be using.  Any thoughts would be greatly appreciated.

    In this case I just have 2 parameters.  The goal is to allow the user to "pre filter" BEFORE rendering the interactive due to the possible size of the report.  This pre fliter could be by say- order type or region or branch etc.
    Right now, I believe its all one region - see below.
    My first attempt, I put a branch on the after submit on the go button and then put a condition on the interactive report.  This worked but caused a looping issue when trying to select a column on the interactive report itself.  My guess is , because that drop down was also using that same go button.
    Anyway, please advise how to best  "pre filter" prior to rendering an interactive report.  Should I have two seperate regions or can I use one region.  Any assistance would be greatly appreciated. 
    Order Parameters 2 
    Before Header 
    Branches
    Computations
    Processes
    After Header 
    Computations
    Processes
    Regions
    Before Regions 
    Computations
    Processes
    Regions 
    Body (3) 
    Search 
    Items 
    P6_TEXT
    P6_ITEM_NUMBER
    Region Buttons  P6_GO
    Order Type &P6_TEXT 
    Report Columns 
    Order Type
    Operating Unit
    Order Number
    Line Number
    Item Number
    Invoice Week
    Items 
    P6_NAME
    P6_ITEM_NUMBER_ALT
    Position 01  Breadcrumbs
    After Regions 
    Computations
    Processes

  • Urgent - problem with multiple users on same page

    Hi all,
    I have got an big problem with my app:
    when several users are using the same page, the action launched by USER_A affects the page displayed and used for USER_B.
    If there is only one user using the page, there is no problem at all.
    The webapp is deployed on Tomcat or JBoss and the problem remains the same on both.
    Thank you for your help.
    PS: I am not accurate because I don't know what to paste here.

    In fact, all my page beans are in REQUEST scope...
    The only bean in Application scope is the standard applicationBean created by Creator itself.
    We use one Bean in session scope which contains another class.
    I will try to explain our common process:
    - when logging into the app, the session Bean stores user data (rights for using app,...);
    - when navigating in the app, the user can search data, modify them and create one (if he has the right to do it);
    - to define the screen, we use a lot the beforeRenderResponse();
    - when viewing a data, the user can choose to modify it, so depending on the action, the page is in "CONSULT" mode or "MODIFY" mode. In the second one, he can display new gridPanel (as a subform) to populate datatable.
    The problem is obvious while using this grid: my grid can disappear if someone else has validated his form before me and if my page goes trough the beforeRender of my page.
    It is not really clear. If needed, i can give access to our application to show the problem (and msn adress too to talk about it).
    Thank you

  • To create a sort of "browse the pages" in a page with DWCS6: how?

    Hello all again,
    as usual i'm here with something that for me seems impossible and maybe it's super easy... i checked online but i couldn't find any answer. I start with a description of what i want to accomplish:
    - i have 1 database (mySQL) with a table called "Books", inside i have these fields: Title (VARCHAR 60), Author (VARCHAR 20), StoryText (LONGTEXT)
    - i have 1 page for me, where i insert with a form a book when i want to update the DB
    - i have 2 PHP pages, one that has links where the user chooses, for example, the name of a book and the other that gets that name from the URL and show the content (x chapters of the story, tale or whatever)
    - i'm the user and i click on the link "The Little Prince", the page loads and shows me the title, the author, the text of x chapters (let's say 4 chapters)
    - that text has to be "divided" in more than one page because it's too long for a single page, so i want to see something like:
    Example when you enter the page:
    The Little Prince
    Once upon a time......
    Page 1 | >> | Last page
    and example when you reach page 9:
    The Little Prince
    The little prince....
    First page | << | Page 9 | >> | Last page
    All of this has to be in a single page though, no links to somewhere else or so. It's not a page itself but it appears in a PHP page like a table, textarea and so on. The closer thing i can think about it's a photogallery, where you press left and right and shows the pics but here, instead of pics, there's text. And if possible, i wouldn't want to create a table in my database everytime i insert a new book. What i'd like it's something that "splits" the text i have in a field called "StoryText" (table "Books") and let the user browse the pages. If i have, for example, a book 1000 lines long, i want to make a page every 50 lines so i get 20 pages. Those 20 pages need to get a sort of recordset navigation bar but... not about a recordset, only about a text in that page.
    Resuming, what i need is:
    - a way to split long text in x pages (like the example, 1 page every 50 lines of text)
    - add a navigation bar or some sort of control to browse those pages
    Is it possible something like that? Thanks.

    The example below shows you how to split the article into pages using [PAGEBREAK] inserted into the database but it only gives you the option of NEXT | PREVIOUS
    Split article into multiple pages
    I'm positive you can do exactly what you require - it's a matter of finding and piecing the code together. Entering [PAGEBREAK] into the database isn't very practical either. I'd be looking for an example that extracted a certain number of words.

  • SharePoint Bug? Conflict Error when saving a Page with a "Required" DateTime field in the page layout

    Hello,
    I've just recently encountered a weird error / bug in SharePoint. Here is the scenario:
    - I have a custom column "Test Date" that is of DateTime field type. The field is configured as REQUIRED.
    - It is added to a custom Content Type "Test CT" that is based on a "Publishing Page" content type
    - I have created a Page Layout "Test PL" which is based on that particular content type.
    Now here is what happens:
    1. I try to create a page based on both that Content Type and Page Layout in the Pages Library. I manage to create it successfully.
    2. However, when I go to try and edit the page, fill-in the required values and try to save it using the PAGE TAB -> SAVE BUTTON, I get the below error/s. Note that this happens no matter what I choose in the drop-down menu for Save Button.
    "The file XXX has been modified by USER on DATE"
    But I know I am the ONLY user modifying the page. 
    If I try to save again it gives me options to whether Discard my Changes, Keep Editing, Overwrite Changes, or Merge.
    3. HOWEVER, if I use the Save button on the UPPER RIGHT corner of the screen (the shortcut). I am able to save successfully without any errors!
    The only thing I've tried that made it work was if I made the DateTime OPTIONAL. But I need it to be REQUIRED.
    Is there any workaround to this error / bug?
    Thanks

    I have some additional info but nothing really good. 
    If you click the Save in the left side of the Ribbon then it looks like that is when you get the message. If you click the Save in the top right corner you won't get the message. They must be calling different saving functions. 
    There really is no way around it other than making the field optional which probably removes some server side validation checks causing that message.
    We've chosen to remove that field from the page as I needed it required, then they can't publish the page until they go to the properties and set the article date. By removing the field from the page layout the message goes away.
    I hope MS will fix this at some point.
    -tom daly

  • How to get the page number in the break section?

    Hi expert,
    The user wants the page number came right after the Break group name if the break section contains more than 1 page. E.g.
    ABC Compnay
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    BCD Company, p 1
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    BCD Company, p 2
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    CDE Company
    XXXXXXXXXXX XXXXXXXX
    XXXXXXXXXX XXXXXXXXXXXX
    How to get the page number in section break level?

    Hi Wes
    * Create a Field on the margin.
    * Set its "Source" to "Page Number"/"Physical Page Number".
    * Click "Page Numbering" button.
    * In "Reset At" list box, choose the Repeating frame that surrounds your detail group in the layout.
    This should cause Reports to increment the page number until the "Company" repeating frame resets.
    Regards
    Sripathy

  • JSF and ADFBC: How to Run a method every time the page is posted back

    Hi everyone,
    I am using ADFBC and JSF in my project, and there is a page which runs the following logic: The page displays a set of radio options and a submit button. It has a total of 4 options, but they never display all at once. For example, when user enters the page for the first time, only selectItem 1 displays. When it clicks on the submit button, the page is posted back and hides the first select item, showing now the second, and so forth. The steps i did to achieve this are:
    1 - Created a method on the App Module that inserts a row corresponding to the select item choice.
    2 - Created another method that verifies which is the lastly entered row and returns a string containing the relevant attribute, for example, "E".
    3 - Created the methodAction binding to run the insertMethod (1) and retrieveMethod (2).
    4 - Created an invokeMethod executable for the retrieveMethod (2) and set the refresh property to "always".
    5 - Created a variableIterator with a variable to hold the retrieveMethod return, also setting the refresh to "always".
    6 - Lastly, bound the "rendered" attribute of each select item to the variable's value, for example "#{bindings.returnVariable == 'E'}
    When i run the page, the logic works almost fine, except for one detail: When the user clicks the button that calls insertMethod, the page is posted back, and i assume the selectItems should be re-rendered accordingly. Yet, the button click inserts the row in the DB (called insertMethod) but keeps showing the previous radio item. If i restart OC4J, when i enter the page again the radio is now correct, showing the next option.
    Do you know how can i tell the page that the model has been refreshed, so it runs the retrieveMethod again, alters the variable and the radio options without having to leave the page or restarting OC4J?
    Thanks in advance for your help!
    Regards
    Thiago Souza

    Hi all,
    It seems i have figured out the error. It was a logic mistake on my method, ADF was doing the refreshes just fine. There is another little question i wanted to ask now: I need to execute a JSF Navigation Case when the page loads, in order to navigate to another page due to a certain condition. is there any way to run some logic to redirect the request before the page has been rendered, just like the onLoad() javascript event runs on the body every time it gets loaded?
    What i'm trying to do exactly is this: When the login.jspx page runs the "success" navigation case, it goes to "page1.jspx". But before "page1.jspx" is loaded, i need to run an Application Module method to check for a certain situation; if this criteria is not met, i must run "fail" navigation case, from "page1.jspx" to "page2.jspx" without ever displaying page1.jspx.
    Is it clear enough? Can you guys give me some pointers on how to do it?
    Thanks a lot!
    Thiago

  • Web garden - first time the page loads only one chart appears

    I have a page with 2 charts in a web garden(it's a sharepoint application).  The charts are created programmatically in the Page Load ethod of a custom webpart.  Originally we had issues with charts appearing and disappearing but I have changed
    the config setting to the following and both charts appear most of the time:
       <add key="ChartImageHandler" value="storage=file;timeout=20;dir=C:\inetpub\wwwroot\wss\VirtualDirectories\Myweb\uploadertemp\;" />
    The problem I'm having is that the first time a user views the page only one of the charts appears.  If i navigate away and return to the page both charts appear.  Is there and issue with my config settings that is causing this behaviour?
    Thanks
    Karen 

    The answer to this (after months of toying with settings and permissions) is not to user the chart control in a web garden.  I have seen the same issue multiple times on-line, with no concrete solution offered .
    My workaround is to save the chart to a memory stream and write it to the page as an image, not as a chart control:
    Chart chart = new Chart();
    //Add data and chart settings here........
    using (var chartStream = new MemoryStream())
    chart.SaveImage(chartStream, ChartImageFormat.Png);
    System.Web.UI.WebControls.Image chartImage =
    new System.Web.UI.WebControls.Image();
    chartImage.ImageUrl =
    "data:image/png;base64," + Convert.ToBase64String(chartImage.GetBuffer());
    chartParentControl.Controls.Add(chartImage);

  • When a Contribute user opens a page, shouldn't I see it in DW?

    I setup a client of mine with Contribute 3, and I built the
    site in DW8. I turned on Check In/Check Out, and Contribute
    Compatibility or what have you. Yet, I wiped out his pages when I
    changed the template and checked out all the pages, then
    re-uploaded them. Shouldn't I see a checkmark next t a file if a
    Contribute user has the page in Edit mode? If not, what's the
    point? Seems like a dangerous way to work. Any insights?

    Check out should have warned you that someone had the file
    Checked out but
    it is only a warning and DW will let you load files over the
    top.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "synterx" <[email protected]> wrote in
    message
    news:ef9cr8$sf5$[email protected]..
    >I setup a client of mine with Contribute 3, and I built
    the site in DW8. I
    > turned on Check In/Check Out, and Contribute
    Compatibility or what have
    > you.
    > Yet, I wiped out his pages when I changed the template
    and checked out all
    > the
    > pages, then re-uploaded them. Shouldn't I see a
    checkmark next t a file if
    > a
    > Contribute user has the page in Edit mode? If not,
    what's the point? Seems
    > like
    > a dangerous way to work. Any insights?
    >

  • Add a page still visible under the gear even Read permissions for the Pages Library

    Hi,
    Some of the employees have Read permissions on the Pages Library. The permissions have been broken for this Library.
    They still see the 'Add a page' action under the gear. So if they want to create a page, SP asks for a page name and then they received the request to get access.
    Is it a bug or is it standard?
    Thanks,
    Christophe

    Hi,
    I have done a test in my SharePoint 2013 to reproduce your issue, but I can't reproduce the issue.
    If the users only have read permission on the Pages Library. They can't see the 'Add a page' action under the gear.
    I suggest you use check permission to check the permission for the users, make sure they only have read permission on the Pages library.
    Then you can do a test in another library and compare whether the issue is exists. if not, remove the user from the Page library and set read permission for him again.
    If the issue still exists, Please offer a screenshot about the issue.
    I am looking forward to your reply back.
    Best Regards,
    Lisa Chen
    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]

  • SP2013: List does not exist / The page you selected contains a list that does not exist. It may have been deleted by another user

    There are dozens of entries regarding "
    List does not exist / The page you selected
    contains a list that does not exist. It may have been deleted by another user" and none of them are really SP 2013 so i thought I would create this entry. 
    I am getting the error above after creating a simple list with 4 columns.  the list is created during a new site definition activation but when I click on my list, I get the error above.  the list works if I deactivate the feature and re-activate
    it.  but has the error whenever the new site definition is created.  
    Has anybody encountered this issue on SP 2013?

    Hi,
    For your issue, there are plenty of possible reasons offered when we search this issue online.
    Here are similar issue posts, check whether they are helpful:
    http://sharepoint.stackexchange.com/questions/98239/list-does-not-exist-error-when-opening-the-views
    http://sharepoint2u.com/?p=56https://shareyourpoint.wordpress.com/2012/04/12/list-does-not-exist-the-page-you-selected-contains-a-list-that-does-not-exist-it-may-have-been-deleted-by-another-user-sharepoint-2010-error/
    http://spnovice.blogspot.com/2012/10/list-does-not-exist-or-does-it.html
    Best Regards,
    Lisa Chen
    Forum Support
    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]
    Lisa Chen
    TechNet Community Support

Maybe you are looking for