Custom dimension security class

There are in our Custom 1, business lines in place. I want to restrict users to specific sectors of activity in Custom 1. I added safety class C1 members and the security file that I have loaded in the system. in the SSP, I assigned asscess control the user with security for the country and the C1 class it needs to access. However, the class of the country's security has worked he can only access these country data. But the C1 security class does not not because he can still see the business sector that I attributed to him.

What could be the problem? Thanks for the help.

Since the HFM customer, you must check the box in your settings app for UseSecurityForCustom1 metadata.

Kind regards
Jason

Tags: Business Intelligence

Similar Questions

  • HFM rule if custom dimension condition

    Hi Experts,

    I have the following requirement:

    If the Member of the Department is d6XXXX or a descendant of d6XXXX, then

    R & D Labor and benefits is equal to work and benefits

    The Department is my custom dimension. I am not able to use it in the IF condition (get the error: object doesn't support this property or method).

    I use the following Script but sound limiting to specific departments of the D6XXXX. Its doing this calc for all members

    HS = strC1. CUSTOM2. List("","D6XXXX_Base")

    For each C2Item in strC1

    HS. Exp 'a #R and Benefits.strc1 and work D = a #Labor and benefits"

    Next

    D6XXXX_Base is a list of members.

    Any help would be appreciated.

    Try this one:

    HS = C2Li. CUSTOM2. List ("D6XXXX", "[Basic]")

    For i = LBound (C2Li) to UBound (C2Li)

    HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &"= a #Labor and benefits.

    Next

    If the account of the source also has a link to C2 dimension, you must add it at the end like this:

    HS. Exp ' #R and D Labor and Benefits.C2 # "& C2Li (i) &" = a #Labor and Benefits.C2 # "& C2Li (i)

  • Is there a way to change the security class for all forms/data grids?

    Working on a 11.1.2.3 HFM application with more than 100 + data forms/grids and I need to change all of the class of security forms/grids to [Default].
    Is there an effective way to do this? At the moment I have only 2 ways...

    1 extract all documents and open each form with a text editor to change the class of security, re - download to the workspace

    2. manually change settings of security class in the workspace

    Any ideas?
    Thank you very much

    Aaron

    Hello

    I think that the best approach I've seen so far is to retrieve all documents via LCM (SSP), edit Web Forms with a text editor which can edit multiple files in the same file (Notepad ++) and then reload via LCM webforms.

    More information about LCM: http://docs.oracle.com/cd/E40248_01/epm.1112/epm_lcm_user.pdf

    Kind regards

    Thanos

  • Can extend us the document class with a custom flash as3 class?

    Hello
    Can extend us the document class with a custom flash as3 class?

    Thank you
    Mallek

    Try:

    amishap67776642 wrote:

    package

    {

    public class accessories extends ScreenBase

    {

    public void accessories()

    {

    Super();

    addEventListener (Event.ADDED_TO_STAGE, onAddedTostageHandler)

    }

    private void onAddedTostageHandler(e:Event):void

    {

    Super.init ();

    }

    }

    }

    / * class ScreenBase * /.

    package

    {

    SerializableAttribute public class extends MovieClip ScreenBase

    {

    public void ScreenBase)

    {

    Super();

    }

    public void init (): void

    {

    MovieClip (that).tutorialBox_mc.visible = true;

    }

    }

    }

  • Can we run approval custom dimension

    Can we run approval one dimension other than the entity, which is of the default dimension for this. But we can run it on any custom dimension?

    Hello

    the planning unit is a combination of a script, version, entity and a secondary dimension as an option. so in order to add another dimension specify as a secondary dimension in the planning unit

  • Eliminations and custom dimensions

    Hi guys,.

    Could you please help me to understand the relationship between customs and the eliminations?

    Thank you!

    JAI

    Hello Jai

    Custom dimensions are dimensions associated with the accounts. These dimensions allow you to specify additional details associated with the accounts, such as products, markets, channels, balance sheet movement or types of ELIMINATION. For example, custom dimensions could include Product Line, region, channel or clients. A custom dimension of products corresponding to sales and COGS accounts to track sales and details of the product cost.

    The removal is the process of resetting the (elimination) transactions between entities within an organization.

    Term of elimination in HFM is used to denote the process of elimination of values during consolidation.

    For PKI, then consolidated the common parent entity transactions PKI transactions b/w its entities both child are eliminated... that is, their effect doen't goes to the parent entity.

    For the Consolidation process, as bases of financial consolidation stipulates that, during the consolidation of an entity, its investment must be knockedOff / eliminated against the subsidiary capital, etc etc... and so that the other conditions and basic principles.

    For more information, see the last administrator's guide.

  • HFM 11.1.2.2 change custom dimension Table

    Hello

    We notice that there is a change in the HFM 11.1.2.2. dimension related to the custom of table structure.
    We have a passage of the 9.3.1 to 11.1.2.2. and note this change. We have a written request
    to extract the log of the database in the 9.3.1.

    Since the change in the structure of the table, someone knows how to bind the columns lCustom1 and lCustom2 of the WFD
    Table of * CUSTOM_ITEM or related table to get the name of the custom dimension member label?

    Thank you

    Hello
    In the 11.1.2.2 version, the lcustom1 field is of type BigInt (8 bytes)
    You must use the CUSTOM_MAP table to identify the size of dimension Custom1 and Custom2
    assuming that the two custom1 and custom2 is 4 bytes each. Then use the following formula
    to calculate the upper and lower lcustom1 bytes, for example:

    DECLARE @i bigint
    Set @i = 12884901894
    Select
    CUSTOM2 = (@i & 0xffffffff00000000) / 4294967296.
    CUSTOM1=@i & 0x00000000ffffffff

    Result:
    CUSTOM1 = 6
    CUSTOM2 = 3

    Then, you can reference the result of the CUSTOM_ITEM table.

  • Cross-dimension or combined dimension security

    Hi gurus!

    I need to implement 'Cross-dimension' security in a planning application. I defined some dimensions, and it is essential to implement security on some of them. Now, I can create security filters, but I need to restrict the combinations of two dimensions. For example:

    Let's say I have 2 dimensions: entity and activity and 2 users: user1 and user2
    -Entity has 2 members: entity1 and entite2
    -Activity has 2 members: Activity1 and activity2
    User1 can read/write data to the entity1 - Activity1 and entite2 - activity2
    User2 can read/write data to the entity1 - activity2 and entite2-Assembly1

    In this case, user1 and user2 must hace read/write access to the entity1, entite2, Activity1 and Activity2. If user1 will be able to write about the entity1 - in activity2, and he should not be able to do!

    I use Hyperion 11.1.2.1.

    How can I solve this problem? Any ideas?

    Thanks in advance!

    Hello

    Planning uses the administrator account that you defined in the planning data source to retrieve data of Essbase.
    Hope it answers your question.

    Thank you
    JM

  • Copy data between the custom dimension members or scenario

    Dear Experts,

    I'm back with my silly question.
    Is there anyone know how to copy all the data (not only entity currency) between members in the custom dimension? Our HFM application has a different type of data because the type declaration (legal and audit). Whenever we arrived with our legal data, we copy our legal consolidated data for verification. We tried to create a formula (using hs.exp) to move data from legal to check, but apparently, this formula should be write inside Sub calculate (). Is not supposed, we do not want to run the copy data every time that the user click on calculate.

    We also perform copy data between the scenario, as actual to Budget. This activity also needs all the data consolidated and final.

    So the condition for the copy of data are:
    -data must be consolidated
    -Copy all the data, including the adjustment

    Is there a formula or a way to copy the data that can be triggered individually (click 1 rules that run only copy data) by the user?

    Thank you very much for your kind response,
    -Anna

    Hi Anna,.
    As you say, you cannot trigger different parts of rules to run in HFM. Instead, you use a condition. In your case this condition might be guided by the management of the process. You can use a combination of GetSubmissionPhase, review status , and ReviewStatusUsingPhaseID functions that returns the current process management level and presentation details: phase. To me, it seems that as soon as you have finished legal, you complete a part of your process cycle and enter another stage of verification. Here are the parts of your publishing process, if you have defined a process in HFM management or not, which means that you should consider using it.

    -Kostas

  • Security class

    Our tree structure, Coroorate is the highest level and has the same security class name. It has 30 child entities and each has a safety class. In our team of consolidation of enterprise accouting, brahim team member need access to all entities to consolidate. Is there an easier way to assign the class of security that the assignment of the entire class of security, including businesses and children?

    in other words, is there a safety class that the member assigned to can see all entities?

    Thank you very much.

    Here's what I do...

    For entities, each entity has its own individual security settings class and a group of correspondent. This is done to ensure that I have control of security level very low. (that is, I want to ensure that people only get access to specific entities they need)

    There are a few cases where entities have the same class, and it's usually because it's really the same company, but they have different lines of business or the places that have been created as.

    Allows you to use the following as an example of hierarchy of entities

    CharlesCorp, SecurityClass=CharlesCorp
         NorthAmerica, SecurityClass=NorthAmerica
              EngineCompanies, SecurityClass=EngineCompany
                     Inline4, SecurityClass=Inline4
                     VEngines, SecurityClass=VEngines
                           8Cylinder, SecurityClass=VEngines
                           6Cylinder, SecurityClass=VEngines
    

    Now, the first thing I do is I create a group for each class and assign access to class/group so that each group has access "All". (assuming that we want here to read/write,...)

    The next thing I do is I work from the deepest point in the hierarchy, and I do the parent group directly above him a member of the lower group. In other words, just as you can add people to groups, you can add other groups.

    Using the example above, the EngineCompany group would be an associate of Inline4 and VEngines.
    The Group North America would be associated with EngineCompany
    The Group CharlesCorp would be partner in North America

    Now if I have a user who needs to access Inline4, I add him to the Group Inline4.
    If I have a group leader who needs access to all of the engines, I have him add to the EngineCompany group. Given that this group is also related to all groups directly below, the user linked to EngineCompany also has access to these entities as well.
    If I have someone at the top level of society, I just add it to CharlesCorp.

    This also gives the now super easy maintenance. If I add a new entity, all I have to do is ensure that the group directly above has access to the entity. I have to make changes to the user number unless they are directly linked to the new group.

    Published by: beyerch2 on January 24, 2012 14:53

  • Excerpt from Custom Dimension

    Hi Experts,

    Is it possible to extract data for specific custom Dimension members? I have a VB script that retrieves data for the accounts and specific entities, but it seems that HFM does not permit the extraction of data for custom dimension members.

    Does anyone know how I could possibly do?

    I'm sure you would default EA. The database can be set up, but the feature should be. Select Administration and see if EA is in the menu.

  • Dimension Security Assisgning

    Hi all

    How Dimension Security Assisgn. I mean, is a dimension and I want to give access account (Senior Member himself), but when I select the account, access Assishn is in disable mode.

    We use the Hyperion 9.3.1 (classic Application)

    Thank you and best regards,
    Sravan Kuamar

    Hello

    You can't really give members of root-level access, you can create a new entitlement access upper level member and put all your existing senior level members as a child by him.
    According to me, there is such a loophole in the 9.3.1 where you can use the security utility import to assign access to high level, although this does not happen, this has also been removed in 11.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Custom build package-class protection

    Hello

    I have a project that uses Ant bb tools and custom build script. Problem is that I found havn't solution how to specify for what classes and packages *. KEY file is applied. In projects created by using eclipse plugin is BlackBerry_App_Descriptor.xml containing ProtectInfo tag after selecting packages/classes in package-class Protection file editor. Building using plugin Cap reads the security descriptor information and adds it to CSL. File CSI. I do not use BlackBerry_App_Descriptor.xml in my project and then it raises the question - how store and pass information to the tool of signed on for that brother. COD to ask my own signing authority signature?

    The copy. KEY file in the directory entry for the CAP and adding its own authority ID he .csl helped me.

  • headset with custom not getting class not called...

    Hi all

    I expanded the customclass with the field. I drew a rectangle rounded in it. now, I want that the listener must get called when I click on the rectangle and the dialog box should appear. I managed the setchangelistener, but of no use. Here is my code...

    package com.samples;
    
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.FieldChangeListener;
    import net.rim.device.api.ui.Manager;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.container.MainScreen;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    
    public class CustomPaintingScreen extends MainScreen implements FieldChangeListener
    {
        public CustomPaintingScreen()
        {
            setTitle("Custom Painting ");
            CustomClass cstmcls = new CustomClass();
            cstmcls.setChangeListener(this);
            add(cstmcls);
             }
    
        public void fieldChanged(Field field, int context)
        {
            if(field instanceof CustomClass)
            {
                Dialog.alert("clicked");
            }
        }
    }
    -----------------
    package com.samples;
    
    import net.rim.device.api.system.Bitmap;
    import net.rim.device.api.system.Display;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.XYRect;
    
    public class CustomClass extends Field
    {
        protected void layout(int width, int height)
        {
            height = getFont().getHeight()* 8;
            setExtent(Display.getWidth(), height);
        }
    
        protected void paint(Graphics graphics)
        {
            graphics.setColor(0xFF7F24);
            graphics.fillRoundRect(5, 5, (getWidth()-10), (getFont().getHeight()*5), 30, 40);
        }
    }
    

    When the rounded rectangle is clicked I want to display the alert message.

    The essential code in this post is as follows:

    protected boolean navigationClick (int status, int time) {}
    fieldChangeNotify (1);
        Return super.navigationClick (status, time);
    }

  • Help the customer to secure mobility; Untrusted Cert questions

    Hello

    I have an ASA5505 running on version 9.0 (2) and I'm trying to configure AnyConnect VPN access.

    When I use Secure Mobility Client and try to connect to the VPN, I get an alert saying:

    Security Warning: no reliable VPN server certificate!  AnyConnect cannot check the VPN server: XXX.XXX. XX. XX

    Certifiate does not match the name of the server

    Certificate comes from an untrusted source.

    Certificate is not identified for this purpose.

    I use the DynDNS service to register my IP address in the public domain, and which seems to be operational. I put the my ASA host name and domain to match the DNS entry? For example, host name xyz 123. net domain for the DNS entry xyz.123.net.

    I also use certificates self-signed with 2048 module. What is the problem? I know that it is the cause of the error "no reliable source", but I'm not sure about the other two.

    Your self-signed certificate will have incorporated any hostname and domain were in place at the time it was created. If your clients access the VPN gateway by using its DNS name, the certificate must match the DNS name to avoid the error "does not match".

    The error 'not reliable' can be fixed by importing the certificate into the store root of trust the customer CA.

    I'm not positive on the last of them. Sounds like something wrong with the actual certificate - maybe some options when it was created.

Maybe you are looking for

  • Attachments to email

    MacBook Pro, Ex Capitan 10.11.4. When I write an e-mail message and try to add an attachment, why he always opens in the message?

  • Portege R100 SODIMM 1 GB upgrade: seller?

    Hello I have the info, which, for my modules of R100 DDR266 PC2100 SODIMM 200 pin should work. I read in the forum, too.But how is that there is RAM on the market "specially designed" for the R100? Transcend has memory available for the R100. It has

  • Satellite U400 - can't change brightness after reconstruction

    Had a problem with my laptop in December, which gave rise to a new backlight and Ribbon being installed on the back. Wouldn't power for me after that so I had to me TI usinf rebuilt recovery disks :-( Since then, although everything seems to work fin

  • Boolean condition defect Xcontrol

    I did an XControl.  The ability of the State contains 3 Boolean values among other values.  One of the Boolean values, one I've defined, giving.  Even if I put it right and select 'make default current value' then 'Apply Changes' and then 'save', I c

  • can I change the (french) language English sys xp pro is in french?

    can change the sys (french) in English language, sys is xp pro s/p 3. the original instalation of the manufacturer (a) is in french? Thank you. drolnoraa