SmartView function to validate member existence in application

Hello, just a question following my HypFindMember issue.
Is there a SmartView function that can validate if a member exists in a HFM application tree?
Thank you in advance

Where are you getting these members if not directly from HFM, (e.g. Copy of Essbase metadata?)
What dimension? (e.g. Entity dimension)

Similar Messages

  • Function to validate APEX password entered after login within an app.

    Hi Folks.
    I have a requirement that, one or two functions in my app require a password to be entered.
    What I'd like to do is provide the user a password field where they enter their APEX password and I can then call a function to validate the password entered against the user's APEX password.
    I know, if they have logged in then they have already entered their password! But this is to cater for the 'unattended' PC scenario where a malicious user if trying to impersonate a restricted user.
    I'd like a simple way of incorporating APEX password validation from within the application on an ad-hoc basis for security sensitive tasks/actions.
    If anyone has any suggestions, I'd be most grateful.
    Many thanks.
    Simon.

    Simon,
    Use apex_util.is_login_password_valid.
    function is_login_password_valid (
       -- Checks the wwv_flow_fnd_users table to see if
       -- username/password combo is valid within the current workspace (checking by security_group_id)
       p_username in varchar2 default null,
       p_password  in varchar2 default null)
       return boolean
       ;Scott

  • Why pay for pdf Export if I am a member of Adobe Applications?

    Why pay for pdf Export if I am a member of Adobe Applications? This membership was supposed to include each and every Adobe Applications?

    Absolutely no reason. Because Adobe Acrobat includes this function already. It's just a service for people without Acrobat.

  • Gui_download function to download the file in application server in bdc

    Can we use gui_download function to download the file in application server in bdc?
    Regards,
    pandu.

    for downloading the file on application sever you use the concept of Dataset. GUI_DOWNLOAD is for presentaion server.
    regards
    Abhi

  • Any existing function to validate an item when other item has been changed?

    Any existing function to validate an item when another item has been changed? Because these 2 fields are related. When one filed is changed, the other one should be blank and let the user to input again. I am using oracle custom.pll library.
    Any ideas?
    Amy

    Hi Vikram,
    Thanks for posting your issue,
    You can switch of alerts and set E-Mail Notification to Yes under your Workflow Tasks list > Settings > Advanced Settings. By doing so user specified in AssignedTo will receive e-mail notification when task is created and if task ownership is not changed
    during your workflow this will be the only mail sent by system.
    Since you are already using SharePoint designer you also have option to include Send an Email action in your workflow (after task is created). This option is better if you want to send some specific info to user.
    Also, browse the below mentioned URLs to create workflow step by step
    http://sharepointsolutions.com/sharepoint-help/blog/2010/03/create-a-detailed-custom-task-notification-with-a-sharepoint-designer-workflow/
    http://sharepoint-community.net/forum/topics/configure-email-notification-for-discussion-board-activity
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Re inclusion of a member in Planning application

    Hi
    I have used Shared services library to maintain dimensions in Essbase planning.
    I have multiple applications sharing the same dimensions.
    I have excluded some accounts in a particular application, but now want to include it back.
    I am not able to do this as no option is seen to include back an excluded member from an application.
    Request if i am guided on the steps to do it.
    Thanks
    Manoj.

    Right-click on the DIMENSION in the application library (not the shared library, but the application library). Select the option "Show Excluded Members". Select the member you want back in the application library (the one that was previously excluded) and press the "Show" button. That will put the member back.
    Hope this helps,
    - Jake

  • How To create Library Functions for Validate Items

    Hi all,
    My form Consists data block blk_user with two items
    username and password
    Both user name and Password are required Fields.
    When user left these items Empty To show Alert
    I Created Below Procedure and Called in Form_Level ON-ERROR Trigger.
    PROCEDURE pcd_io_alert IS
         itm_name VARCHAR2(20);
    BEGIN
         IF Error_type ='FRM' AND Error_code = 40202 THEN
         Message(get_item_property(NAME_IN('SYSTEM.CURSOR_item'), PROMPT_TEXT )||' Should
    Not Be Empty');
         SET_ALERT_PROPERTY('ALT_IO',ALERT_MESSAGE_TEXT,
              (get_item_property(NAME_IN('SYSTEM.CURSOR_item'), PROMPT_TEXT ))||' Should Not
    Be Empty');
         itm_name := Show_alert('ALT_IO');               
    RAISE FORM_TRIGGER_FAILURE;
         END IF;
    END;
    It working fine.
    Could You Tell how to call or create this procedure as Library functions and call the created library in form To SHow Alert. Actually I want to create library functions to Validate and Show Alert Mesages.
    Regards
    R.MaheshBabu.

    Hello,
    Could you give Some examples or links related to how To create and call library functions For validate Items..For creation you already created one procedure and you called on error. So for creation and call it is clear. Now you are talking about validation for items. It depends on your requirement. As you check validation in items's triggers you can also check validation in function/procedure of library. You can use parameter to pass values and check the validations. And you can create the procedure/function in library like this...
    PROCEDURE My_Proc(Parameter_Name IN DATATYPE) IS
      Variables Declarations...
    BEGIN
      -- Here check the validation on the passed value.
    EXCEPTION
      -- Exception Handling part...
    END;
    FUNCTION My_Proc(Parameter_Name IN DATATYPE) RETURN DATATYPE IS
      Variables Declarations...
    BEGIN
      -- Here check the validation on the passed value.
      RETURN <ANY VALUE>;
    EXCEPTION
      -- Exception Handling part...
    END;
    Is it Possible to use system variable ':system.cursor_value' while creating PL/sql library functions?Yes, because it is clear as you used for CURRENT_ITEM like NAME_IN('SYSTEM.CURSOR_item') so you can use SYSTEM VARIABLES.
    -Ammad

  • Oracle procedure/function to validate email id

    Hi,
    If you have an oracle pl/sql stored procedure/function to validate email id pl. post it in the reply.

    Hi,
    Hope this link may be of any help to you. You may have to write a function on your own after referring to this doc.
    http://homepage.stts.edu/~agushen/script/emailvalidation.html
    -Sethu

  • Smartview functions very slow - even for one cell.

    We have several Smartview functions spreadsheets that are running very slowly. I took one and removed everything except for one cell that with the hsgetvalue formula, and the cells that it links to to get the point of view. It either takes about 10-20 seconds to refresh or gives us error 12030 and does not refresh.
    Other spreadsheets seem to have no problem refreshing, even if they are quite a bit larger.
    Have any of you seen anything like this? Any ideas?

    It could be some type of network connectivity issue.
    If you install Fiddler2 (http://www.fiddler2.com/fiddler2/), you can see the actual communicatiosn from Smartview and the web server running smartview. If you get an immediate response between the request and the response, then something is probably going funny inside of Smartview on your machine. If the response to the data request from Smartview is taking a long time, then I would investigate teh server to see if there are any resource issues, etc.
    It won't immediately give you the cause; however, it will help you narrow some things down.
    Charles

  • Application Path Member will be deleted after adding a new Application Path Member in another Application Path List

    I expirienced the behaviour that the first item in the Application Path Member from a Application Path List will be deleted as far as the first item in the Application Path Member List will be selected in anather Application Path List without saving. This is according to severals peripherals as well.
    Example:
    Configuration Manager > Application Path List
    In the Application Path List "McalMediaRouting" the following Application Path Members are configured.
    For this example, the first Media Routing Domain for the Peripheral is Chat.
    Now, adding a new Application Path Member for the Application Path List "SiebelMediaRouting" with a new Media Routing Domain, which is not yet assigned to a Application Path List.
    Select the same Peripheral PG1A_CCM and choose the new MediaRouting from the list. At this point the Application Path Memeber with the Media Routing Domain "Chat" will be deleted in the Application Path List "McalMediaRouting". This will be deleted even without saving it.
    UCCE Version 9.0.2 used.
    Is this per design or is this a defect?
    Kind regards
    David

    HI
    add that fileds in the all locations where you need it like
    in internal table declaration , write statement , select statement
    these are the main areas where you have to add that 2 fileds

  • SmartView function is missing

    hi,
    In older version of SmartView 11.1.1.3.0.190 when i use function MEMBER SELECTION i can use function to show description of the members USE DESCRIPTION.
    In newest version SmartView 11.1.2.1.0.271, i don't see this function, so what's happend ???
    How i can switch between base names and description of members???
    thx

    maybe a better name is GetTabelCellIndex

  • How to validate in ADF Swing application

    I created an app using ADF Swing:Holiday. My table is Holiday has: HolidayID, Holiday, Reason, Desc. I only want to show Holiday, Reason, Desc. Holiday is Date type. Now I want to validate if user type an ilegal format date?

    Are you using application express?
    For ADF try the JDev discussion forum.
    JDeveloper and ADF

  • How do you use the windows User32.dll Library functions to read variables from other applications that are running

    I am trying to read a text box from a programme running at the same time as my Labview application using calls to the Windows
    User32.dll. I believe I need to find the window handle for the 'form' containing this text string and use this together with
    various other defined input variables to access the sting.
    I have no experience of using this 'Call Library Function Node', but have an understanding of the 'C' programming language. Does anyone have
    example Labview code showing how this might be done.
    Thanks

    If you're trying to access information that's being displayed in the window of another application and that application has no ActiveX interface, then yes, Windows calls can be used. There's a very good example on calling DLLs that ship with LabVIEW. Open the Example Finder (Help->Find Examples) and switch to the Search tab. Enter "Call" in the search box and open the VI "Call DLL". Run the VI, select any of the examples, and click the "Open Example VI..." button. That shows you how to call a DLL.
    Now, given that you have no experience in calling DLLs, have only an "understanding" of C (which to me means you have never written something like a DLL), and don't seem to know that much about what Windows functions you may need, you're going to find this route pretty difficult, especially since you have to deal with Windows API calls, which are not always that easy to do from LabVIEW.
    Let me propose an alternate solution. Go over to http://www.autoitscript.com/autoit3/ and download AutoIt. This is an automation tool that allows you to automate just about anything you want. It has an ActiveX interface that you can call from LabVIEW. I've attached an example VI that shows you how to use it to get the value of a text box from one of the tabs in the computer "System Properties" control panel applet.
    Attachments:
    AutoIt Example (v7).vi ‏25 KB

  • Function used in web dynpro java application

    Hi
    I am creating some application in web dynpro java by using ABAP function module and table. I am trying to put data to table and update data in table and delete data in table in my application by using ABAP function by using RFC. And this is the ABAP function module.
    FUNCTION ZUP_DESIG12.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(DESG_CODE) TYPE  ZUP_DESIG-DESG_CODE OPTIONAL
    *"     VALUE(DESG_DESC) TYPE  ZUP_DESIG-DESG_DESC OPTIONAL
    *"     VALUE(DESG_ACT) TYPE  ZUP_DESIG-DESG_ACT OPTIONAL
    *"     VALUE(DESG_OPT) TYPE  ZUP_DESIG-DESG_OPT OPTIONAL
    *"  TABLES
    *"      WA STRUCTURE  ZMSTR_DESIG
    DATA CNT TYPE I.
    SELECT MANDT DESG_CODE DESG_DESC DESG_ACT FROM ZMSTR_DESIG
      INTO TABLE WA.
    IF DESG_OPT = 'U'.
    UPDATE ZMSTR_DESIG
        SET DESG_DESC = DESG_DESC
        DESG_ACT = DESG_ACT
        WHERE DESG_CODE = DESG_CODE.
    MESSAGE 'Updated Successfully' TYPE 'I'.
    ELSEIF DESG_OPT = 'C'.
    SELECT COUNT( * ) FROM ZMSTR_DESIG INTO CNT
       WHERE DESG_CODE = DESG_CODE.
       IF CNT > 0.
       MESSAGE 'Duplicate Designation code' TYPE 'I'.
       ELSE.
      WA-DESG_CODE = DESG_CODE.
      WA-DESG_DESC = DESG_DESC.
      WA-DESG_ACT = DESG_ACT.
      MODIFY ZMSTR_DESIG FROM WA.
       MESSAGE 'Inserted successfully' TYPE 'I'.
    ENDIF.
    ELSEIF DESG_OPT = 'D'.
       DELETE FROM ZMSTR_DESIG WHERE DESG_CODE = DESG_CODE.
       MESSAGE 'Deleted successfully' TYPE 'I'.
    ENDIF.
    ENDFUNCTION.
    I am not able to put data to table through my application but i am getting this error.
         java.lang.ArrayIndexOutOfBoundsException: -1
    What might be the problem .
    Regards,
    H.V.Swathi

    Can any one tell solution

  • How to call java function from PL/sql in oracle applications

    I am trying to call a java function from plsql procedure. Can any one explain how to call java function, and in which directory I have to store my java function in oracle applications. Do I need to register that java function from Application developer.
    Thanks
    Kranthi

    http://www.oracle.com/technology/tech/java/jsp/index.html
    Good Luck,
    Avi.

Maybe you are looking for

  • Cannot find iTunes in My Music

    I have copied my music folder to an external HD as back up, and now I cannot access iTunes on my c drive or elsewhere for that matter. I have tried all the logical steps. Repair iTunes, Uninstall and re-install iTunes, but I keep getting a message th

  • Why is so slow filtering links in a website source code?

    I was using Automator extracting links from a webpage, and then i pasted them in a textedit document. I thought it would be better doing it by applescripting, but it's sooooo slow; to grab and filter all the links in a website source code lasts about

  • For non Stock items ?

    Hi , For non stock items (which do not have material code ) , what price we will put in PR ? In live scenario, suppose a  requestor from HR dept is raising a PR for non stock material. Suppose the material is procuring for first time in that company

  • Sharing DVD drives

    Is it possible to share my iMac DVD using Leopard as I would for the Macbook Air but pick it up on my Apple TV?

  • Why Does Logic Pro Repeatedly Asks for Serial # and XSKey When Started?

    I've purchased and installed an upgrade to Logic Studio 9. I previously used Logic Pro 7 but did not have it installed on my MacBook Pro when I installed Logic Studio 9. The installer asked for the Logic Studio 9 serial number which I entered and the