New Value addition in Restricted List under Rules not getting reflected

Hi,
I have created a custom rule for a custom profile. In the rule i have configured a metadata named as Reviewer. Under restricted values of reviewer i have put in 2 values.
It is getting reflected properly in the profile check in form.
But now when i add a new value, it is not getting reflected. Is restart required to get that field populated with new value ?. I have already published the schema base and static files.
Please suggest.
Regards,
Boopathy P

In your metadata field definition, your field is defined as having an option list. Does the value you just added to the restricted list also exist in the overall list of values for the field?
For example, your list has values "a", "b", and "c". In your profile restricted list, you have "a" and "b". Now have you added "d" to the restricted list, which does not appear in the defined list for the metadata field?

Similar Messages

  • Items in project report(query) are listed under the "not assigned" (column)

    Hi All,
    Items in project reports (query) are listed under the "not assigned" (column name) Why it is so ?
    Start query : project reports & ask for period April 2008 (Period from/to). .
    You will see items listed under  Not assigned WBS Element (column name)
    If you choose for a period of April until June 2008 then you see more items under u201Cnot assignedu201D .
    Items should be under Assigned (column name) & not under the Not assigned (column name )
    Any suggestions highly appreciable.
    Thanks.

    Hi,
    How are you displaying the ITEM field in the BEx query designer? Is it displayed with "Key and Text"? If so and if the text is not loaded for this master, this may happen.
    Regards,
    Yogesh.

  • Values in parallel flow are not getting reflected

    Hi ,
    I have split in one of my auto activity.In this split one of flow I am changing instance variable (boolean) value.But this value is not getting reflected in second flow.Is there any way to set this value.
    Please help me
    Thanks
    Sailendra

    Yes - you can use your Split / Join design pattern for what you're trying to do. You just need to add one more thing.
    This is going to take a knowledge of:
    <li> Correlation - initiate and terminate methods
    <li> Notification using logic from a screenflow and
    <li> Message Wait activity with an Interrupt property
    It might seem like a lot, but if all you have is JMS then it's what I'd suggest.
    1. Create a correlation just after the Split and before your Automatic activity. The purpose of this correlation is to be the receptor of a notification when you want to eliminate the time loop. The logic for this looks like this:
    args[] = clientCaseId
    args[] = productId
    Correlation.initiate(name : "documentRetrieval", values : args)2. Add a Message Wait activity in your process. If you call it "WaitForEarlyReleaseCompletion" you might find that the logic in the step 4 is helpful. Have its property set to "Allows interruptions" and "External". Add this activity outside of the process's flow. Right mouse click the Messsage Wait activity -> click "Argument Mapping" -> click on the arguments icon in this dialog and add the (two in the example) argument variables you want to use to notify the correlation (clientCaseId and productId in this example). Click the "Correlations" icon in this dialog (two to the right of the arguments icon). In the left panel add a new correlation (name it case sensitive "documentRetrieval" for this example). Right click this new correlation and give it properties (the variables you want to use for the correlation - in this example "clientCaseId", "productId". Select the correlation and click the right arrow to move the correlation to the upper right portion of the dialog. Leave "Initiate" set to "No". In the lower right portion of the dialog, map the correlation's properties (again clientCaseId and productId in this example) to the incoming argument variables you just created (also called clientCaseId and productId in this example). Click OK
    3. This standalone activity needs to flow to an Automatic activity outside of the process. The logic in this Automatic activity needs two lines:
    // this assumes your time interval in your due transition is called "myTimer" and you just
    //   want to stop it
    myTimer = null
    action = BACK4. Inside your screenflow, in an Automatic Task send a notification to the Message Wait activity using the same correlation values (e.g. "clientCaseId" and "productId") you used earlier in the correlation intiate method.
    args as Any[Any]
    args["clientCaseId"] = clientCase.clientCaseId
    args["productId"] = clientCase.products.first.product.productId
    send(Notification, processId : "/DepartmentApprovals",
                                            activityName : "WaitForEarlyReleaseCompletion",
                                            arguments : args,
                                            argumentSetName : "WaitForEarlyReleaseCompletionIn")Dan

  • I have firefox 8 when i try to go in yahoo games lobby list i can not get in the lobbys off that page

    i have firefox 8 when i try to go in yahoo games lobby list i can not get in the lobbys off that page

    i have firefox 8 when i try to go in yahoo games lobby list i can not get in the lobbys off that page

  • Update rules not getting installed from business content.

    Hello,
    One more major issue I am seeing is that my update rules for some cubes (0PUR_C01)are not getting installed at all from business content and the errors i am getting are like datasource 0vendor_text not maintained and then there is long list of such red lights. when actually I can see most of the datasources active in the datasource tab on BW side.
    So i dont know how to get these update rules working.
    Please advice,
    Thanks

    Hi Mukund,
    please see also the answer that I provided to your thread
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=121274&tstart=0">Strategy toward new and 3.x datasource / infosource</a>
    In addtion, you might want to check
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/84/497e4ec079584ca36b8edba0ea9495/content.htm">help.sap.com DataWarehouse</a>
    and the online documentation for more general information about data modeling / acquisition.
       Cheers
          SAP NetWeaver 2004s Ramp-Up BI Back Office Team

  • Termstore changes are not getting reflected in the list items in SharePoint 2010 farm environment

    Hi,
    I had created managed metadata with termstores from central admin. Then I had created one list in which added a column of type managed metadata using the managed metadata which I had created. And also added few list items to this list.
    The problem is that after updating a termstore the changes are not reflecting in the list items which were added before the update.
    I have referred the following links:
    http://www.paulgrimley.com/2011/02/managed-metadata-changes-not-applied-to.html
    http://davidfrette.wordpress.com/2010/05/26/taxonomy-update-scheduler%C2%A0timer%C2%A0job/
    According to the links we need to run Taxonomy Update Scheduler on the server for updated termstore to get reflected. After running
    this scheduler on development environment changes are getting reflected but not working on the production environment.
    Kindly help!
    Regards, Shruti

    You should check the obvious.  You made the change in dev, but did you make the change in production too?  And, is the term you updated, actually the one that you are looking at in the list item?
    There is not much, if anything, that can go wrong with that timer job. so I'd guess that the term you are looking at is not the one you think you are updating.
    If you have double checked everything (the term is is in fact the same term id), then you may have something erroring in the update process.  In this case, you should check the ULS logs for any errors.
    Chris
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • Contents of new costing variant, valuation variant and costing sheet not getting transported

    In our development client,I have created a new costing variant, a new valuation variant and a new costing sheet in separate transports.
    When I release the transports to move into the Test client, the contents of the configuration are not getting transported at all.
    I tried to do them again manually using  Table view - Transport , but again, if I view the transports in SE10,they don't show the table contents, etc.
    Any help on this will be highly appreciated.

    Ajay,
    Let me make sure I understand.
    Create a new TR using SE01
    Go to transaction OKKN (costing variant)
    Select the costing variant and then choose Table view - transport
    Provide the transport number
    At what point to I say 'include in request'
    If I try to use the menu option Edit-Transport-Include in request in the beginning itself, the 'Include in request' is greyed out.
    This is where I'm stuck

  • STDMES field in EDI _DC40  value is not getting reflected in SAP R/3

    Hi All,
    We have a EDI to IDOC scenario.
    In message mapping we are hardcoding EDI_DC40\STDMES = 812 in message mapping and in sxmb_moni in PI we can see this value getting populated in xml message but at SAP end in we02 it is blank.
    Value is not getting populated in SAP.
    Could you please provide inputs on this?
    Thanks in Advance
    Best Regards,
    Harleen Kaur Chadha

    Hi Harleen,
    Please check Note  SAP Note Number: 1331571 : IDoc adapter: Value STDMES is ignored
    Regards,
    Vikrant

  • Settlement rule not getting defaulted in IW32

    Hi Gurus,
    This is a specific issue related to the 'settlement rule' defaulting in the refurbishment order.  At the time of creating order and trying to release the order, the settlement rule is getting defaulted in the order, but once I save the order without releasing and again from the change mode of the order (IW32), try to release the order it is saying that the settlement rule not maintained.
    Could anybody please let me know why the system behaves like this? Do I need to change anything?
    Prase

    Hi prasanth,
                    what i think is becoz in configuration for that order type they might have put the settlement rule as Mandatory for release thats why its coming like that. Do one thing change the settlement rule in configuration as Distribution for release and then check.
    pls let me know the result after doing
    if it is really helpful to you pls reward me with points
    regards
    Satish

  • TS3899 When my ipad is not being used I don't receive my emails until I start using my ipad then all my new emails download..  Why am I not getting my emails as they are sent to me?

    I 'm not receiving my emails as they are sent to me.  So as soon as I start using my ipad again all my new emails start to download?  So why am I not getting emails as they. Are sent to me?

    you have your email to set to manual
    change the setting in mail/contacs/cal

  • Reg: 0PUR_C01 - Update Rule - Not Getting Installed

    Dear friends
    I am trying to activate MM Cube (0PUR_C01)
    But when collecting dependent objects for 0PUR_C01 with data flow before option, Once collection over, system throws the following message
    1.             Object 0DB87SIC1 (InfoObject,IOBJ) could not be collected for object 0PUR_C01 (InfoCube,CUBE)
    2.     Object 0DBGUDUNS (InfoObject,IOBJ) could not be collected for object 0PUR_C01 (InfoCube,CUBE)
    3.     Object '0DB87SIC1' (IOBJ) of type 'InfoObject' is not available in version 'D'     
    4.     Object '0DBGUDUNS' (IOBJ) of type 'InfoObject' is not available in version 'D'     
    And also, I could able to see the following long text error message.
    1.     You have collected objects in the BI Metadata Repository. Associated objects for object 0PUR_C01 of type InfoCube, CUBE have also been collected. Object 0DB87SIC1 of type InfoObject,IOBJ was among these objects
    2.     However, this object 0DB87SIC1 of type InfoObject,IOBJ is not available in the metadata repository
    3.     If this error occurs while you are installing BI Content, an error may have occurred during the delivery. Inform SAP. In all other cases, check that the object has not been deleted by another user during collection.
    I tried to install those collected objects, the cube alone gets installed and visible in workbench. Update Rules are not getting installed. Even after,I have collected the update rule separately and tried to install lot of times, no luck for me
    eventhough the job has been successful
    If anybody came across this type errors, Please guide me to solve that
    Points will be awarded for the right answers.
    Regards
    Raju Saravanan

    hi raju
    1. Object 0DB87SIC1 (InfoObject,IOBJ) could not be collected for object 0PUR_C01 (InfoCube,CUBE)
    2. Object 0DBGUDUNS (InfoObject,IOBJ) could not be collected for object 0PUR_C01 (InfoCube,CUBE)
    3. Object '0DB87SIC1' (IOBJ) of type 'InfoObject' is not available in version 'D'
    4. Object '0DBGUDUNS' (IOBJ) of type 'InfoObject' is not available in version 'D'
    u just ignore this errors and install. this wont affect.
    u just try again colllecting the cube and collect it "befroe and after"
    u wld get the update rules for the following datasources
    2LIS_02_ITM
    2LIS_02_S012
    2LIS_02_SCL
    Regards
    Dina

  • My photo stream does not seem to be working as before with the new PHOTOS update. some of my devices are not getting the uploads/downloads

    My photo stream does not seem to be working as before with the new PHOTOS update. Some of my devices are not getting the uploads/downloads, anyone have this problem?

    Recommend that you post your question in "Photos".
    Remember, Photos is not a replacement for Aperture.

  • How to Add New Domain To Available Domans List Under General Parameters

    On the SMTP Inbound Server configuration page how does one add a domain to the list of local available domains? It appears to only give me a choice of my current domain and then a "com" domain.

    Specifically to the question, you'd need to create a new domain from the traffic_cop Administration tab. I suspect though that there is a hidden implied need in your question - why do you want to add another domain to this list?

  • Adjustment Brush - Full list under Effect not appearing.

    Hi, 'am a new user of LR3.2 running on iMac and on Macbook Pro. On my iMac I was able to see the full list of Effects for Adjustment Brush but for the last couple of days I only see top half of the choices i.e., from Exporsure to Color and the bottom half choices i.e., from Burn to Teeth Whitening are not visible.  However, LR3.2 on my Macbook Pro is running fine and shows all the choices. Would appreciate if anyone has any suggestion / solution to my above problem.

    gummybear (I like the nick ),
    The second half of "Effects" you see in the dropdown are custom created Local Adjustment Presets, which do not seem to be present on both of your machines.
    Go to Preferences (Presets tab), and click on "Show Lightroom Presets Folder ...". This will lead you to the lightroom presets folder in finder. Within the LR presets folder, you'll see a folder called "Local Adjustment Presets", in which the custom built presets can be found. Copy those of your iMac to your Macbook Pro.
    You could also try clicking on "Restore Local Adjustment Presets" first, but this will not restore Local Adjustment Presets you might have created yourself, just the ones shipped with LR3.2.
    Beat Gossweiler
    Switzerland

  • Value of Multiple-Selection List box is not appearing "calculated value" field of it

    Hello,
    We have created one selection list box using control "Multiple Selection List Box", where user can select one or more values.
    We have created one view in InfoPath form, which have calculated value of fields(just showing purpose and printing purpose this view has ben created).
    In this when we try to show calculated value of field is of Multiple Selection List Box, it's showing as "Off".
    Could you please help us out.
    Thanking you in advance.
    Regards,
    Jayashri

    Hi,
    Thanks for your sharing! It will be beneficial to others in this forum who meet the same issue in the future.
    Wendy
    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]

Maybe you are looking for