Front End Screen to Update Item Help Text

Hello, I've been asked to create an Apex front end screen which the Administrators can access in order to update the Help Text associated to the page items within our application (Apex 4).
I created a basic Interactive Report:
select page_id, item_name, display_as, ITEM_HELP_TEXT from APEX_APPLICATION_PAGE_ITEMS where application_id = :APP_ID;
I also have an edit page, which contains the page id (display only), item_name (display only), item_help_text (text field).
Everything is working fine, except that when the Update process fires to update the help text, I get an Insufficient Privileges error message.
Update APEX_APPLICATION_PAGE_ITEMS
set item_help_text = :p7_item_help_text
where item_id = :p7_item_id
and application_id = :APP_ID;
Just wondering, is it possible to update this APEX_APPLICATION_PAGE_ITEMS table? If not, can you please advise what the workaround would be?
Thank you,
Laura

Log on as APEX_04000 user and then grant permission to your wpplication schema user. For a example if your application schema is app_user then
Grant SELECT,UPDATE ON APEX_APPLICATION_PAGE_ITEMS  to app_user;Thanks
* If this answer is helpfull or correct then please mark it and grant the points.

Similar Messages

  • Using shortcuts in Item Help Text

    Hello everyone,
    I have a problem using shortcuts in Help Text sections of items. It says in the help "Item help supports shortcuts using "SHORTCUT_NAME" syntax." but it seems not. In the shortcuts sections of the shared components, it doesn't says that shortcuts can be used in Help text section.
    I am using 3.1. It is a 3.1 bug? I didn't see int he corrected bug's list that is was a bug in 3.1 so.
    If it is not a bug and it just doesnt work in help text sections, do you have any suggestion to supply help text from a help system somewhere else in the organisation?
    Thank, Bpprive

    Thank a lot,
    You can find the information by clicking on "Show edit link" on a page, then on the edit link of a textfield, scrolling to the section "Item help text" and finally on "help text", juste above the textarea.
    "Identifies help text for a page item. This help can be displayed by a help system. Item help supports shortcuts using "SHORTCUT_NAME" syntax."
    I was really happy to find an easy and customizable way to implement help text provided by help system. I have some more ideas, but I't was far away the greatest!
    Thank, bpprive

  • End of Audio event - show help text

    Is there an event handler that can be tagged to the end of all audio clips in project to show help text? 

    Welcome to the forum. It helps mostly to give a correct answer if you mention the version (exact number) you are using.
    I don't know about such an event:
    http://blog.lilybiri.com/events-and-advanced-actions
    You will have to use the timeline to start the help text timeline just after the audio clip finishes.
    Lilybiri

  • Vendor Help is not Displaying in the Front end Screen

    Hi,
    Iam Working in SRM 5.0, Extended Classic Scenario.
    I have Replicated all the Vendors & Materials from ECC to SRM. While Iam trying to create SC, if i select the Preferred Vendor Search Help iam getting the vendor Pop Up Screen in that i have all the vendors which got replicated from the ECC to SRM. If i select a vendor which is related to the same Purchasing Org. its not coming into my Input box, but an error msg is displaying saying that.. "No vendor assigned" & "No vendors/contracts/info records exist". Can any one help me in this, its very urgent.
    Points will be Rewarded.
    Iam giving my personal E-mail id, u can send some of the docs which is related to this Issue.
    [email protected]
    Thanks
    Girish.

    Hi Girish,
    Apply this note and it should fix your problem:
    <b>Note 845883 - Preferred vendor search help does not retrieve values</b>
    Pls assign points for usefull answers !
    Sundeep

  • Grey Screen after update - need help

    Hi
    My friend just called me - her macbook is stuck on the grey screen with apple logo - after she done the security updates and restarted.
    She can boot into Windows XP (bootcamp) without any issues.
    I'm going over there tomorow to help her out and was wondering if someone could give me a little guidance as to what needs to be done.
    I guess I can try booting off of the instalation disc and reparing permissions, but after that I'm pretty much lost. Any help is greatly appreciated
    Cheers

    Hello,
    I've had this problem twice, and each occurred after a security update.
    What helped me was the following:
    -Take out your powercord and your battery. Press the power button for about 5 seconds.
    -Then, insert your battery and powercord, start the computer, and hold down AppleCTRL+PR.
    From what I understand, one of these two steps resets the power management system on the macbook.
    After you perform these two steps, your computer may still hang at the grey screen with the apple logo. However! Let it hang for about 5-10 minutes and it will automatically restart, and boot properly.
    You can also try calling Apple support on your friend's behalf ... they were more than helpful.
    Blackbook Core Duo   Mac OS X (10.4.9)  

  • Automatically update of quotation item external text

    Hello Cloud folks,
    we want use quotation item external text for transfer custom information from C4C to ECC.
    It's possible automatically update item external text with our custom information?
    In case of positive answer how we can do that?
    Thanks and regards.
    Daniele

    Hi,
    with repository explorer we found for Busisness Object "Customer Quote" that the element to use to force a value in external text could be Item.ItemTextCollection.Text.TextContent.
    Studio Compiler return the error message "Identifier 'TextContent' is read-only and cannot be changed" when I try to write a value there using the script Event-BeforeSave.
    The code inserted in the script il like this:
    this.Item.ItemTextCollection.Text.TextContent = "TEST TEST TEST";
    Could you tell me if I'm using the wrong element or I'm using the correct element but the way to use this is different?
    If the element is correct, which is the right code to write a value in it?
    If we try to use another solution for reach our scope and we try to transfer our custom fields created with studio, How can we extend wsdl file of the IFlow CustomerQuoteProcessingSalesOrderRequestOut?
    Thanks in advance for your suggestions.
    Best regards.
    Daniele Monti

  • Link to documents stored in database on flext front end

    Hi,
    I am a newbie to Flex.Can you please help me out with the
    procedure as how I can to provide a link on flex front end screen
    which when clicked opens either pdf's,ppt's,word docs from
    database. I am integrating the flex with spring and hibernate
    also.can you please tell me how can I connect(Flex to Java
    connection) to the document in the oracle database with the
    link.All the documents are stored in database.So for example if a
    user clicks on a link on flex frontend screen it needs to open a
    pdf file whihc is stored in database.So can you please post me the
    connection details as how flex calls java and inturn java calls
    backend to get the document from database.I am using flex,Spring
    and hibernate frameworks for the application..
    Thanks in Advance
    Chandu

    "chandu2406" <[email protected]> wrote in
    message
    news:gju0i3$ov0$[email protected]..
    > Hi,
    >
    > I am a newbie to Flex.Can you please help me out with
    the procedure as how
    > I
    > can to provide a link on flex front end screen which
    when clicked opens
    > either
    > pdf's,ppt's,word docs from database. I am integrating
    the flex with spring
    > and
    > hibernate also.can you please tell me how can I
    connect(Flex to Java
    > connection) to the document in the oracle database with
    the link.All the
    > documents are stored in database.So for example if a
    user clicks on a link
    > on
    > flex frontend screen it needs to open a pdf file whihc
    is stored in
    > database.So
    > can you please post me the connection details as how
    flex calls java and
    > inturn
    > java calls backend to get the document from database.I
    am using
    > flex,Spring and
    > hibernate frameworks for the application..
    Let's start with the basics:
    Do you already have an understanding of how you'd perform
    these steps if
    Flex were not involved (i.e. some sort of static or dynamic
    html page in the
    browser)?

  • Dynamic Help Text

    Hi,
    I want to build a dynamic help text for displayed items (may be like bubble help or a small popup window).
    The text of the help should result from a query (i.e. comment on column in the database).
    Is there an example or can anyone please help me.
    Thank you
    Siegwin

    May be this can help you (even if i am not 100% convinced that on Apex 3.2 Ajax is the best approach for doing this...).
    TRICK: Dynamic Item Help Text as Tooltip
    AFAIK there is no supported way of "seeding" page items help text with the comments taken from the user_col_comments view (or another of the kind), however if i had a large application (>10 tables) i'd try with a direct update of the apex tables even if this practice is officially discouraged, but in that case you'd need to have access as privileged user.
    There are chances that apex repository views or part of them can be made updatable in the future, in that case this task will become far easier and less risky.
    Flavio
    http://oraclequirks.blogspot.com

  • Bug report - Grid edit for item help

    Apex 4.0.2
    Page 4000.408 in the Apex Builder (Grid Edit Item Help) can be used to bulk edit item help text. Tried to use this to set item help for a bunch of items. But it appears that the page only shows items that already have some help text. I guess the recommendation is to use the Seed Item Help Text button on that page to set some default text for all items and and then use this page to tweak as needed.
    I am not sure I agree with this. Since this page (408) is a tabular form anyway, why not let us Add or Edit rows directly? Looking at the query behind the page, a simple tweak would make it so
      from WWV_FLOW_STEP_ITEM_HELP h,
           wwv_flow_step_items i,
           wwv_flow_field_templates t
    where h.flow_id = :fb_flow_id
       and i.id = h.flow_item_id(+)
       and i.item_field_template = t.id (+)by just changing h.flow_id to i.flow_id . The query formation is a little non-standard as it outer-joins the wwv_flow_step_items table and also puts a exact match predicate on it. Tom says it better than I can.
    Update - This page is really broken. I spent 30 minutes on filling in the Help Text boxes and clicked Apply Changes and none of the changes were saved, they went back to the default seed text. Argh! Examining the page doesn't show why the MRU save process didn't fire, maybe some subtle bug.
    Can someone from the Oracle Apex team can review and comment? Thanks

    Hi VANJ,
    Regarding:
    Update - This page is really broken. I spent 30 minutes on filling in the Help Text boxes and clicked Apply Changes and none of the changes were saved, they went back to the default seed text. Argh! Examining the page doesn't show why the MRU save process didn't fire, maybe some subtle bug.I believe this was caused by bug #10382982 and has already been fixed for APEX 4.1. I tested in the sample application on a 4.1 instance and was able to update item level help on this page. Can you confirm this also works for you on apex.oracle.com?
    Regards,
    Anthony.

  • Unable to view FF reports in the front-end of FF 5.2 tool

    After installing the FF tool on Netweaver, I am unable to see the reports from the back-end (R/3) system. The R/3 system has the FF 5.2 RTA installed and a user Id defined to connect to front-end of FF 5.2.
    I configured the FF 5.2 connector, but still am unable to view reports from the front-end.
    any suggestions would be helpful.
    Thanks,
    Kapil

    I was able to resolve the issue by maintaining the gateway in the SAP adapter and running the transaction /VIRSA/ZRTCNFG on the abap side
    thanks for the suggestions
    Kapil

  • EHP installed front end not started

    Hi,
    I started EHPI tool  in linux box through xmanager , the following message is came then started http://linuxsap1:4239/
    sdtdsu.jnlp file also I saved in my system but front end screen not coming?
    linuxsap1:sedadm 58> STARTUP
    Checking if C++ runtime is installed ...
    Starting from /db2/SED/EHPI/sdt...
    Checking username "sedadm" for compliance...
    Feb 17, 2012 9:36:11 PM [Info]: *************************
    Feb 17, 2012 9:36:11 PM [Info]: Starting Server
    Feb 17, 2012 9:36:11 PM [Info]: Reading server configuration.
    Feb 17, 2012 9:36:11 PM [Info]: Reading service configuration DSUService.
    Feb 17, 2012 9:36:11 PM [Info]: Configuring LogManager ...
    Feb 17, 2012 9:36:11 PM [Info]: ************************************************
    Feb 17, 2012 9:36:11 PM [Info]: Starting SL Controller listening on port 4241 ..
    Feb 17, 2012 9:36:11 PM [Info]: Starting StorageService ...
    Feb 17, 2012 9:36:11 PM [Info]: Initializing SecurityManager ...
    Feb 17, 2012 9:36:12 PM [Info]: Server certificate fingerprint is B6 48 B9 6D F3
    3A 2C FC E7 55 48 E6 A5 CE ED 36
    Feb 17, 2012 9:36:12 PM [Info]: Configuring HTTPManager ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting WebstartService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting RoleService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting AlertService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting NotesService ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting ProcessService ...
    Feb 17, 2012 9:36:13 PM [Info]: MIDService switched off.
    Feb 17, 2012 9:36:13 PM [Info]: Starting FileService ...
    Feb 17, 2012 9:36:13 PM [Info]: LogService switched off.
    Feb 17, 2012 9:36:13 PM [Info]: Starting MailService ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting services ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting service "DSUService" ...
    Feb 17, 2012 9:36:13 PM [Info]: Service "DSUService" started
    Feb 17, 2012 9:36:13 PM [Info]: Services started.
    Feb 17, 2012 9:36:13 PM [Info]: Starting HTTP server listening on port 4239 ...
    Feb 17, 2012 9:36:13 PM [Info]: HTTP server started.
    Feb 17, 2012 9:36:13 PM [Info]: SL Controller started.
    Thanks
    Siva

    sdtdsu.jnlp file also I saved in my system but front end screen not coming?
    You don't have to save it, you need to run it in a java enabled web browser. It is hard to diagnose as the problem can be in various areas, Try another client, another browser, check installed java versions etc.
    Cheers Michael

  • Bulk entry of label help text

    Hi all,
    Is there a way to enter help text for labels 'en masse'. The product manager for one of our applications wants to go through and put new help text on every label.
    This is obviously a fairly tedious and time consuming task and I was wondering if there was a simpler way than going through the application and finding each item and setting the text? The manager is definitely 'non-technical' and frankly I'd be wary of letting him have direct access to the application definition, yet I don't really want to spend ages entering all this help text myself!
    Any thoughts anyone?
    Cheers,
    Steve H

    Steve,
    You can achieve this in bulk via the built-in application reports:
    Appilcation > Application Reports > Page Components > Item Help Text
    It's a really easy process so you shouldn't have any issues for a non-techie doing it (although a backup is never a bad idea!!). By default, the report only displays items that currently have help text, so you have the option to 'Seed Item Help Text' with some default text. Once this is done, you have access to all item's help text's for the application.
    Anthony
    http://anthonyrayner.blogspot.com
    Message was edited by:
    Anthony Rayner

  • Since I downloaded the newest update, my phone only rings or makes text sounds about 10% of the time. It can be sitting in front of me and a call or text comes in. No sound, just a msg on the screen. Anyone out there having that problem?

    Since I downloaded the newest update, my phone only rings or makes text sounds about 10% of the time. It can be sitting in front of me and a call or text comes in. No sound, just a msg on the screen. Anyone out there having that problem?  It's not a problem in the settings as I set the rings and tones I want. The rare one comes thru with sound. I never had any problems before update.

    No, sounds like when you dropped it an cracked the screen it may have also damaged the logic board or the repair person damaged a cable.

  • Tree table is not reflecting the updated model data changes at the front end

    I have two tables ,
    1) Provider table(tree table)  2)member table
    I have implemented drag and drop functionality using jQuery UI on both tables.
    In my scenario when I drag a member from the member table and drop it on the Provider table and also when I delete an assigned member from the provider table I will update the data fetched from odata model and again I will call the method which binds the data to the provider table so that the table will reflect the changes.
    here is the code,
    on drop:
    $("#Provider tbody tr").droppable({
      drop: function(event){
           oController.AssignMember(oProviderId, oMemberId)
      }).disableSelection();
    Assign member function:   here am updating the model.
    AssignMember : function(oProviderId, oMemberId){
      var oModel = new sap.ui.model.odata.ODataModel("../../../services/provider.xsodata/", true);
      var oParameters = {};
      oParameters.PROVIDER_ID = oProviderId;
      oParameters.MEMBER_ID = oMemberId;
      oParameters.CREATED_ON = new Date();
      oModel.setHeaders({"content-type" : "application/json;charset=utf-8"});
      oModel.create( "/PROVIDERMEMBERS", oParameters, null, function() {
      var oController = sap.ui.controller("adsm.provider.member_assignment_view");
      oController.GetProviderData();
      },function(jqXHR) {
      var errorMessage = jqXHR.response.body;
      var jsondata = JSON.parse(errorMessage);
      sap.ui.commons.MessageBox.alert(jsondata.error.message.value);
    GetProviderData function: here i bind the data to the table
    GetProviderData: function(){
    var oModel = new sap.ui.model.odata.ODataModel("../../../services/provider.xsodata/", true);
    var Context = "/PROVIDERS?expand=ASSIGNEDMEMBERS&$select=NAME,ID,ASSIGNEDMEMBERS/NAME,ASSIGNEDMEMBERS/ID,ASSIGNEDMEMBERS/PROVIDER_ID";
      var oTable = sap.ui.getCore().byId("tblProviders");
      oModel.read(Context, null, null, true, onSuccess, onError);
      function onSuccess(oEventdata){
      var outputJson = {};
      var p = 0;
      var r = {};
      if (oEventdata) {
      r = oEventdata;
      try {
      if (oEventdata.d){
      r = oEventdata.d;
      } catch(e){
      //alert('oEventdata.d failed');
      try {
      if (oEventdata.d.results){
      r = oEventdata.d.results;
      } catch(e){
      //alert('oEventdata.d.results failed');
      try {
      if (oEventdata.results){
      r = oEventdata.results;
      } catch(e){
      //alert('oEventdata.results failed');
      $.each(r, function(i, j) {
      outputJson[p] = {};
      outputJson[p]["NAME"] = j.NAME;
      outputJson[p]["ID"] = j.ID;
      outputJson[p]["PROVIDER_ID"] = j.ID;
      outputJson[p]["DELETE"] = 0;
      var m = 0;
      if (j.ASSIGNEDMEMBERS.results.length > 0) {
      $.each(j.ASSIGNEDMEMBERS.results, function(a,b) {
      outputJson[p][m] = { NAME: b.NAME,
      ID : b.ID,
      PROVIDER_ID: b.PROVIDER_ID,
      DELETE: 1};
      m++;
      p++;
    var oModel = new sap.ui.model.json.JSONModel();
      oModel.setData(outputJson);
      oTable.setModel(oModel);
      function onError(oEvent){
      console.log("Error on Provider Members");
    oTable.bindRows({
      path:"/"
    Its working fine in chrome but in IE the model data gets updated but the table is not reflecting the changes at front end.Can anyone suggest me a possible solution to fix this?
    Please have a look at the attached screen shots.
    Best regards,
    Amala Suganya.

    Hi Amala,
    I think this will help you:
    Disabling Cache for CRUD/FI OData scenarios for a UI5 Application on Internet Explorer
    Kind regards,
    RW

  • Lync 2013 updating databases after updating Front End servers

    We have a front-end server pool consisting of 3 Lync 2013 servers and a back end of 2 SQL servers using SQL mirroring.  All servers are Windows 2008 R2.
    Following the instructions in
    http://support2.microsoft.com/kb/2809243 , I verified that the servers were all ready for updates, then I ran the
    Stop-CsWindowsService -Graceful cmdlet to stop the Lync services on the first FE server, then I ran LyncServerUpdateInstaller.exe to install the updates.  After the updates were installed, I restarted the server, waited for Lync services
    to all start, then repeated the process on the next 2 servers in turn.  This was all successful.
    I am now looking at step 2 in this document, applying the back-end database updates, and I have a problem and some questions.  The problem is that all the databases had the principal copy on the mirrored SQL server.  I ran the recommended Invoke-CsDatabaseFailover
    -NewPrincipal Primary cmdlet repeatedly, using all the database types I could find, but I still have two databases (database names
    xds and lis) on the mirrored server.  Since the cmdlet requires a database type, what type of databases are the xds and the lis databases?
    Once I get that done, I an still unsure of exactly what to run to update the databases.  The KB article states to run Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose .  Do I type this in exactly
    as stated, or is FEBE.FQDN a variable for our SQL server or some other entity in our environment?  If I do use the actual SQL Server name in that, do I run it twice, using the name of the mirrored SQL server the second time?  
    Thank you very much for your help.

    Hi Logan Burt,
    Central Management store database files
    Data file or log purpose
                    Xds.ldf
    Transaction log file for the Central Management store
                    Xds.mdf
    Maintains the configuration of the current Lync Server 2013 topology, as defined and published by Topology Builder
                    Lis.mdf
    Location Information service data file
                    Lis.ldf
    Transaction log for the Location Information service data file
    And you could verify if Lync Server 2013 database updates have completed successfully.
    How to Verify if Lync Server 2013 Database Updates Completed Successfully
    http://blogs.technet.com/b/dodeitte/archive/2013/07/02/how-to-verify-if-lync-server-2013-database-updates-completed-successfully.aspx
    Best regards,
    Eric

Maybe you are looking for

  • How can i know the network of iphone 4?

    How do i know the network of Iphone 4 using the IME number. Tnx

  • Home Screen Icons & Their Meaning???

    Hi, I have an arrow pointing to approx. 1 O'clock at the top right of my home screen, just left of the bluetooth icon.  I assume it is something to do with the email but really have no idea - Anybody know?  Anybody know how to get rid of it? Many Tha

  • Error-10608 ocurred at AI singlescan

    hi, i'm using windows 3.11 with labview 4 on a lab-pc+ card. i've been using the example ContAcq&Chart vi, but modded to log the data to a text file to acquire data from 2 channels. it had been working fine, but this morning i had to change the card

  • What is the maximum number of 263 byte text files that can fit in a folder?

    what is the maximum number of 263 byte text files that can fit in a folder - on a windows 2000 operating system? I created a java program that creates these text files. It was set to loop 30,000 times. It created a total of 21874 html files before th

  • Cisco firewall rate limited syslogs and MARS

    We're getting a ton of informational packets (tcp build / teardown) from firewalls here.  I can kill this at the source (drop to "notification" level, filter out the build / teardown events, etc.) but would rather not throw this stuff away (good clue