List Manager (View Only)

Hi,
Can any one explain what exactly the use of List Manager (View Only) ?
Link to an example is appreciated.
Thanks,
Raj.

Hello,
How many results do you get in SQL Plus or SQL Workshop?
Sure you don't have the max rows to 1?
Regards,
Dimitri
-- http://dgielis.blogspot.com/
-- http://www.apex-evangelists.com/
-- http://www.apexblogs.info/

Similar Messages

  • JS Link breaks Discussion List Management View

    Adding a JS Link value to the web part for the Community Sites Discussion management view breaks page.  First the Item render breaks down, and page becomes blank on refresh; even worse the Miscellaneous section of the web part properties go missing,
    so the JS Link value cannot be removed.
    Why does SharePoint do something so destructive, requires deleting view.
    Items fields render as [objects] when JS Link value is first applied, but page become blank after refresh.
    JS Link not supported for List Views?

    Hi,
    Here is a blog about the JSLink Display Template Rendering Issues for your reference:
    http://www.myfatblog.co.uk/index.php/2013/08/list-view-web-parts-and-jslink-display-template-rendering-issues/
    If the issue still exists, we can use jQuery and CSS to instead of the JSLink or try to update the SharePoint versions.
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • View only 1 or more results on a form

    I did "List Manager" (view only) using this SQL query
    select "DBSID_NAME" from "DBSIDS","DBSID_LOOKUP","SERVERS"
    where
    instr(upper("ID"),upper(nvl(:P3_ID,"ID"))) > 0
    and "DBSID_ID" = "SIDLOOKUP_ID"
    and "ID" = "SERVERLOOKUP_ID"
    it only returns the first result ... how do I get it to return more than one result ?

    Hello,
    How many results do you get in SQL Plus or SQL Workshop?
    Sure you don't have the max rows to 1?
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • Passing data to list manager

    I'm not sure I know how to do this. so I need some help. I have two screens, one is a list of different items, the other is a name, address, city type edit screen.
    I have a list manager (view only) on the first page. I'd like to have it contain the last name, first name displayed and the return value a number. both of these on on the second page as part of its insert. I know I can set the process so that when it completes it can return back to the first screen, and I can pass values. but it seems to only want to pass one value to one item in th page. for example I can pass the last name back top P1_LIST_MANAGER, but how to I pass P3_LAST_NAME, P3_FIRST__NAME, P3_ID_NUMBER to it? also I need the name formated so its like last_name, first_name. I've tried a few things, nothing works, I looked thru the forum can't find much on list manager. so the I really need the help.

    Hi,
    Firstly, for the format of the names in the list, you can use:
    SELECT LAST_NAME || ', ' || FIRST_NAME d, ID_NUMBER r
    FROM ....
    Secondly, when the user selects an item from this list, the ONLY value known is the ID_NUMBER. Therefore, for you second page to display the first/last name for the selected item, you will need to retrieve them "manually" on that page. So, you can pass the ID_NUMBER value into P3_ID_NUMBER, but you will need to set the Source of the other fields to sql statements that retrieve the name values from the database:
    Source Used: Always, replacing any existing value in session state
    Source Type: SQL Query
    Source value or expression: SELECT LAST_NAME || ', ' || FIRST_NAME FROM .... WHERE ID_NUMBER = :P3_ID_NUMBER
    As long P3_ID_NUMBER has a valid value, this will return the name. If P3_ID_NUMBER may not contain a valid value, you may have to adjust this slightly to accommodate this.
    You could also handle this using a page computation or process
    Andy

  • List manager displaying view value and not return value

    Hello,
    I'm using a list manager based on pop-up LOV. When I click on an item on the pop-up window, the window is closed and the return value is inserted in the page textbox. I would like to have (as expected) the view value, and have the return value used just as field value during form submit.
    I'm using Application Express 2.1.0.00.39
    Thanks.
    Eugenio

    Unfortunately, you can't. The way to do it is to return the display value into the List Manger item and then use the APEX_UTIL.STRING_TO_TABLE function to loop through the values and fetch the IDs. You will need to make sure the LOV items are unique and don't contain any colons.
    I hope that helps
    Shunt

  • View-only access to Catalyst 2960/2960S device manager

    I have noticed that when I access the (Web-based) device manager on a Catalyst 2960 or 2960S switch, the authentication prompt (from within IE, at least) includes the phrase, "The server <switch-hostname> at level_15_or_view_access requires a username and password." This would seem to imply that it's possible to configure view-only (a.k.a. read-only) access to the device manager, which would be perfect for first-level support personnel (in our environment). I reviewed the information on how to configure local authentication for the Web server (leveraging "ip http authentication local" among other commands), but the examples are a bit too broad for me understand how to specifically (and only) allow someone coming in via HTTP(S) to gain read-only access to the device manager. (Command line access should be denied entirely for the view-only user, if possible, or at least limited to commands that can't modify the switch's configuration.) Assuming this is possible, could someone cite the command sequence required?
    Thanks,
    Mike

    Hi,a customer want a user which has view-only rights on his catalyst switches. I created a user whit privilige level 7.If you log into the CLI everything is fine. But by trying to log into the web page the system wants a level 15 user.Is their any possibility to grant the level 7 user "view-only" rights on the Catalyst Device Manager?Thanks.Thanks.
    Hi,
    Check out the below link for SDM for read only user configuration
    http://conft.com/en/US/docs/routers/access/cisco_router_and_security_device_manager/application/notes/SDMcli.pdf
    Hope to Help !!
    Ganesh.H
    Remember to rate the helpful post

  • Create Quality Management view for a Material in background mode

    I want to know if there is a way to create a Quality Management View (Quality Management tab) on Material Master (material already extended to plant ) in background mode.
    The requirement is to add inspection setup data for a material extended to a particular plant in background. I tried using 'BAPI_MATINSPCTRL_SAVEREPLICA' to add the data and it works perfect as required. Now the problem is this BAPI is creating the inspection setup data only for the material which has QM tab in MM02 for e.g. I manually created the inspection setup for a Material from MM01 and then deleted it , now the BAPI works fine for this material because when I created an inspection setup from MM01 it created the QM tab and after i deleted the entry the tab was still there with no entry in inspection setup.
    I want to create inspection setup for a material which does not have QM tab.
    I have to create everything is background mode. BDC is one option which I am list interested in.
    Thank you for helping in advance.

    Thank you for looking into my issue. I have to do the inspection setup in background without using any front end transaction.

  • Performance management with ONLY ESS and NO MSS??

    Hello Gurus,
    I have a very peculiar scenario regarding and ESS/MSS.
    Let me first post our requirments:
    We have implemented all modules of HR along with OM and now in the process of implementing Performance Management along with ESS only .  I am stressing on ESS only here with NO MSS functionality.
    Now my question is..is it really possible in the first place to have a performance management functionality without MSS and just with standalone ESS?  If yes,  what are the options that I have to configure the performance management system and the ESS system so that the workflows for Planning, Rating an employee, and Approvals regarding appraisals can be achieved??
    Is it possible to assign an ESS role to the manager and then when the manager logs in ESS, he/she can go ahead with the performance management process and can check employees just like the way it happens in MSS?
    Thanks a  lot for your time.
    Best Regards.
    Karan.

    Dear Karan,
    Firstly, it is not mandatory to implement MSS for approvals/notifications...
    Manager in MSS term is used to refer Head of Unit (in general) and not the immediate supervisor, i.e, relation ship (012).
    UWL - Universal Work List is the place where all work items for approval is listed and this can be activated in ESS with out using MSS functionality also.
    Comming to Performance Managment: Yes it can be acheived. NO MSS is required for Appraisals.
    if you are using BSP applications, there are different pages available for employee view, and manager view..\
    all that u need to do is, use the appropriate pages in the links that you gonna provide in ESS>Performance Management.
    SAP has given provision to create your own notifications (workflow) in configurations. Create a Z Event and ask your ABAPer to send a notification based on that Z Event. This all is standard.
    Regards
    ...Sadhu

  • Safari auto-downloading previously view-only PDFs

    Hi everyone,
    Begrudgingly working my way through Lion's changes in the middle of a work-week.. Not the best use of my time, but oh well!
    I have an issue with certain websites, where on Snow Leopard, clicking a PDF report of something would open a new Safari window with the PDF displayed.
    On Lion, when I click the same PDF report it automatically downloads and then opens in Preview.
    In this particular circumstance, I bounce back and forth between reports quite often, and would rather not have 30 or 40 downloaded PDFs in my downloads folder.
    Does anyone know if there is a preference or a command I need to activate in order to "view-only" these PDFs rather than have them automatically download?
    I looked in Preferences but did not see anything relating to what I am looking for.
    Thank you in advance for your help.
    CW

    +1 on this.
    I'm in process of writing a textbook chapter, and I would like to be able to view PDFs inside of Safari rather than having to navigate to the downloads folder, opening the file, deciding if I want to keep it, and then managing the file.  Was better in the previous version where the pdf would display inside the window and I could read the paper's abstract and then decide if I wanted to save it.

  • SharePoint 2013 allows downloaded even for users with "view only" permissions

    I have a new on premises SharePoint 2013 server and assigned a single user "view only" rights to a document library. In the "permission levels" window, this permission is described as "Can view pages, list items,
    and documents. Document types with server-side file handlers can be viewed in the browser but not downloaded."
    Once I gave the user that permission, I noticed he was able to view documents in the library but the "but not downloaded" part does not seem to be working. The user can still download documents to his local desktop and SharePoint does not prevent
    it. The "download a copy" option appears and the user can use it.
    My goal is to make all documents in this library such that users can only view them in the browser and not download a local copy. How I do that?
    Thanks for your help.

    Not entirely positive :-) 
    However, you have no server-side handlers in place today without WAC installed, so that portion of the View Only permission wouldn't be applicable.
    Note that WAC must be installed on its own server and if your SharePoint server is extranet or public facing, it needs to have a valid, public SSL certificate. Also, WAC should always be run over SSL regardless if it is public facing or not as the token
    sent between the SharePoint server and WAC is the same as having a username and password for the user making the request.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to get anonymous guest link "View Only" and "Edit" URL using JSOM or Search API ?

    Hi,
    I need to get list item anonymous guest link View Only and
    Edit URLs (as shown in image below) using JSOM or SharePoint 2013
    Search API.
    the URL will be like this - https://<site URL>/_layouts/15/guestaccess.aspx?guestaccesstoken=yRaYGmE9n
    Any one has any idea how to do achieve this?
    Thanks
    Shakir

    Hi Shakir,
    To get the anonymous guest link “View Only”, we can use SP.ObjectSharingInformation.anonymousViewLink property in sp.js.
    https://msdn.microsoft.com/en-us/library/office/jj246826.aspx
    To get the anonymous guest link “Edit”, we can use SP.ObjectSharingInformation.anonymousEditLink property in sp.js.
    https://msdn.microsoft.com/en-us/library/office/jj246468.aspx
    We can also use REST API to get the guests links:
    _api/web/Lists/getbytitle('library name')/items(item id)/GetObjectSharingInformation?$expand=SharedWithUsersCollection&retrieveAnonymousLinks=true
    Thanks,
    Victoria
    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]

  • In iTunes 10, I could type "Sinatra" in the search file, and would get a list of all tracks with "Sinatra" in any field.   In iTunes 11 I get these clever little windows, with nice arrows, but no lists to view.   What am I missing?

    In iTunes 10, I could type "Sinatra" in the search file, and would get a list of all tracks with "Sinatra" in any field.   In iTunes 11 I get these clever little windows, with nice arrows, but no lists to view.   What am I missing?

    Thanks for chipping in.   I discovered something after trying what you suggested.   I have quite a few collections of hits by year from Time Life and Billboard.  I've eliminated duplicate tracks that appear in both collections (or other CDs for that matter), but cross-reference the CD where I deleted the track and placed in in the comments section of the CD track I retained.   If I "search" by song name, only the remaining track appears.   But if I want to hear for example Classic Rock 1964, only those tracks remaining would be there when I pull up that CD.   So, I type "Classic Rock 1964,"  in the search field.  First the boxes on the right of the screen open up showing album icons.  Showing four tracks by album with a button to view 10 more, then four songs with an option to vies 18 more.   I finally noticed that at the top of the boxes is a blue band that reads, :Show Classic Rock 1964 in Music.  When I double click on this blue band, all 24 tracks from the original CD appear in the song list format even though I had deleted two of them because they appeard in a Beach Boys CD.   On those tracks, I had referenced Classic Rock 1964 in the comments field.    So, bottom line, Search will also look in the comments field if you click "filter by all" in the magnifying glass to the left of the search field.   And you can move all tracks that if finds into a song list by double clicking on the blue band.

  • ICal To-Do's - Can I view only today's To-Do Items?

    Currently using iCal 4.0.3...
    Is there a way to view only today's To-Do Items rather than viewing the entire list of To-Do's.
    Appreciate any help!
    -Tyson

    If you set your to do list to "hide items outside the calendar range," then sort the to do list by due date, you've got essentially the same thing without cluttering up the calendar or running the risk of getting to do's and events mixed up.
    Duncan

  • How can I view only my stacked images?

    I batch process my stacks of  bracketed files. However, they are usually intermingled with plenty of non-bracketed single shots. I am looking for a more elegant way to view ONLY the stack I created?
    Despite surfacing in the forums over the last few years there seems to be no solution other than to label all your stacks with colors or keywords, etc. then filtering.
    Does anyone have a better way yet???
    If not ADOBE: please put this on the list of enhancements. With all the people using HDR this seems like a logical feature now.
    Thank you,
    Kevin

    Kevin,
    John Beardy's Search Replace Transfer PlugIn provides (among others) a function called "Parse&Audit". After you've run this function on all your images, you have a metadata-filter column "Stack Position" available on which you can filter:
    Beside StackPosition, these columns are also populated during Parse&Audit:
    Beat

  • Regarding creating a Mail List Manager  ..pls suggest

    Hi,
    I am trying to create a very primitive Mailing List Manager for general usage. I am facing a few issues and would be greatful if i could get them clarified.
    1.I requier a smtp server that will create group accounts, i tried using a few mail servers but they require creating of accounts manually by the admin, is there any mail server that you can suggest that will allow creating user accounts (actually group accounts) and these accounts can be created thru a java program.
    2.I searched the Java Mail API but could not find any methods that will allow me to create a user account/mailbox in the smtp server i am using.I am using a very primitive smtp server called " OpMail ".
    3.To create this list manager do i require something called JMS, or will mail API only suffice.

    1 & 2) I don't know of any mail servers that allow you to create users without admin access.
    3) JMS is something else entirely. The Mail API is all you should need.

Maybe you are looking for

  • Getting dump in my Z program

    hi, i am  getting dump in my below code in the delete statement line.actually previously it worked fine but now suddenly we r getting dump  in the second delete statement below.can some body tell me the reason. error analysis: You attempted to change

  • Creating a fill-in calculating form

    I am trying to create a fill-in form that will calculate figures (addition, subtraction). It's a 3 column form, with the last column as a total column. I would like it to calculate automatically.  This is going to be a network form.  Is this possible

  • Downloaded gill sans font will not appear in indesign.

    Hi I found this link to the downloadable font (Gill Sans) on this blog: (links removed by forum host) I scanned for viruss and nothing came up so downloaded it fine. I copy and pasted the fonts where the rest of my fonts were in: windows – fonts. I a

  • How to invite a partner in R12

    Hi All I had tried Create and invite a new partner in R12, i created the partner and the time of clicking the invite partner button i had received the error            Error You do not have sufficient privileges to access this information. What is th

  • How many characters can be in filenames

    There seems to be a difference in how the MAC and PC handle filename length in our photo department. Is there a maximum character length for filenames. Where does one find out this kind of information?