Setting attributes dependency setting to Notify

Hi!
I'm using Jdeveloper 12.1.3 and I'm trying to understand what the option "On change: Notify" does on the Dependencies tab either on the view or entity Attributes tab. Option "Reset to null" is working fine, but the other one is making my head spin. I can't seem to find any good documentation on it.
Does anyone have any practical examples or any other info on how to use this option?
Cheers

Yes, that would be my understandint too, but therein lies my problem. How does this update actually work?
Let us say that attribute S(secundary) is dependent on attribute P(primary) and that both attributes are not transient or based on a SQL function.
I know for a fact that the setter or getter functions for attribute S are not executed when P changes. Is there an event that I can hoop up to via a listener and do some logic within?
Maybe I should at this point tell you that I was trying to set a default value on S using Groovy and then reexecute this Groovy expression when P changes. Is this even possible or is default value set only once at row creation time?

Similar Messages

  • Error - Delivery date not set. Notify your system administrator - TcodeKKS1

    Hi,
    While using Tcode - KKS1  we are getting the Error - "Delivery date not set. Notify your system administrator"  for two Production orders.  I have checked all the date fields in Production order. What could be the reason for this.
    Timely help will be highly appreciated.
    Thanks is advance
    Narayanan

    Hi,
    check SAPNET note 83914 and related notes.
    best regards, Christian

  • Review activity set to notify Affected User of Approval Required - Service Request

    We are trying to setup a new employee on boarding process.   We have a service request form that gathers information.
    We also have a review activity that the affected user (who is the manager on boarding the employee) has to approve when they get a signed confidentiality agreement, etc.
    We cant set Affected User as a Reviewer but the affected user can approve.  
    How can we notify the affected user to review and approve the review activity.
    On the screen shot below it is the first review activity.
    Note:  we have some workflow activity events setup that work when the reviewer is assigned in the template.
    Thanks Lance

    You want to set the affected user of the SR as a reviewer on the RA? In essence approving their own request. Why not just make the signed confidentiality agreement mandatory (cannot create request without it). 
    Anyways you have two ways to go. A custom workflow/scheduled PS-script or a runbook. If you have Orchestrator that is the easiest. Setup a "Monitor Object" that targets new SRs and a criteria that uniquely identifies the SR (Title may do). Then get the related
    user from the SR and add this to the RA as a reviewer. Should be fairly easy to google a blog on specifics on how to do this.
    http://www.scsm.se/?p=895
    and a long one:
    http://blogs.technet.com/b/servicemanager/archive/2012/05/22/working-with-relationships-in-the-scsm-orchestrator-integration-pack.aspx
    http://codebeaver.blogspot.dk/

  • I have Windows XP. Firefox updated to version 6 automatically even though I have it set to notify and ask. Also just automatically updated again. How can I stop this?

    I have Firefox set to automatically look for updates then ask if I want to install them. I do this when convenient (may also need to restrict downloads on another machine when paying for Internet use by amount downloaded) Until recently it did just this. Firtefox 6 seems to have downloaded & installed (& lost all passwords & cookies) I assumed this happened when someone else was using the machine & said yes. It has now automatically downloaded the latest update automatically and the settings are still set to ask me first. What has happened & how can I stop it please?

    -> click '''Firefox''' button and click '''Options''' -> Privacy -> History section -> '''Firefox will: select "Use Custom Settings for History"''' -> REMOVE Checkmark from '''Permanent Private Browsing mode''' -> place Checkmarks on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search and Form History 4) Accept Cookies from sites -> click '''Exceptions...''' button -> type the addresses of the websites from which you want to Allow Cookies to be stored e.g. '''login.live.com''' , '''hotmail.com''' , '''live.com''' , '''msn.com''' -> click '''Allow''' for each, one by one 4a) Accept Third-party Cookies -> '''Keep Until : select''' '''They Expire'''
    -> REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES
    -> click '''Firefox''' button and click '''Options''' -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window -> Restart Firefox
    Check and tell if its working.
    -> When you use '''Clear Recent History''' make sure NOT to select '''Cookies, Forms and Search History, Active Logins, Site Preferences'''
    * https://support.mozilla.com/en-US/kb/Clear%20Recent%20History#w_what-things-are-included-in-my-history

  • In transport gateway i cannot set the notify email adress

    I use TG 3.5 linux and try to config call home mailbox but in alway say invalid notify email adress and cannot leave it blank too.
    How should i do?

    The issue was found to be a coding issue and is resolved in
    CSCul96202    TG - Notify email should not be domain specific
    This bug was resolved on 9 Dec 2013 and should be in any Linux release of Transport Gateway code after that date.
    The bug was found in the Linux version 3.5 release.

  • Set-ADUser based on .csv file - empty attributes issue

    Hi, after a few months without working with PowerShell my knowledge is slowly fading away but fortunately every time this happened before, I was able to rebuild my knowledge again and now it is the same story. However I want to optimize my simple
    code which populates three AD user object attributes: manager, officephone and fax with values stored in .csv file. Everything works well, but my code looks not so good in my opinion. Is there any more elegant solution?
    $AddressBook = Import-CSV -Path D:\AddressBookFinal.csv
    foreach($Employee in $AddressBook)
         if([string]::IsNullOrEmpty($Employee.ManagerUserName)) {
                  Set-ADUser -Identity $Employee.EmployeeUserName -Manager $null
        } else {
                  Set-ADUser -Identity $Employee.EmployeeUserName -Manager $Employee.ManagerUserName
        <#similar code here for checking value of OfficePhone and Fax attributes and populating             AD attributes depending on if attribute value in .csv file is empty or not#> 

    Hi BoxiKG,
    If there is any other question regarding this issue, please feel free to reply this post directly so we will be notified to follow it up.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    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 Support, contact [email protected]

  • Dynamically setting field attributes based on input

    Hi all,
    I am trying to see if it is possible to dynamically set field attributes depending on other fields.  For example, in screen 1100 of IQ01, I want to make it so that "Certification number" becomes mandatory if "certification status" = 1, and becomes optional if "certification status" = 2,3 or 4.
    Is this possible?  If so, how?
    Regards,
    D.

    Have you checked this
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm
    if your requirement is to do this in Tcode IQ01 then the above answer is not sufficient
    Edited by: Abhishek Jolly on Aug 15, 2008 5:41 PM

  • How to set a default value in an ADF table when adding a new row

    Hi Guys,
    I have a view object which I am using to create an ADF table. I also have a button which uses a CreateInsert binding to add a new row to the table. I have four fields: created_by, creation_date, last_update_by and last_update_date.
    I want these values to be set automatically when I click add new row.
    The values I want are:
    created_by - admin
    creation_date - sysdate
    last_update_by - admin
    lsat_update_date - sysdate
    Any suggestions on how to do this would be appreciated
    Thanks
    -Mark

    mark,
    Those four fields can be set completely declaratively in the Entity Object (check out the History Colum feature). Copied from the (11g) documentation:
    If you need to keep track of historical information in your entity object, such as when an entity was created or modified and by whom, or the number of times the entity has been modified, you specify an attribute with the History Column option selected (in the Edit Attribute dialog).
    If an attribute's data type is Number, String, or Date, and if it is not part of the primary key, then you can enable this property to have your entity automatically maintain the attribute's value for historical auditing. How the framework handles the attribute depends which type of history attribute you indicate:
    * Created On: This attribute is populated with the time stamp of when the row was created. The time stamp is obtained from the database.
    * Created By: The attribute is populated with the name of the user who created the row. The user name is obtained using the getUserPrincipalName() method on the Session object.
    * Modified On: This attribute is populated with the time stamp whenever the row is updated/created.
    * Modified By: This attribute is populated with the name of the user who creates or updates the row.
    * Version Number: This attribute is populated with a long value that is incremented whenever a row is created or updated.
    John

  • Changing label set names after the fact

    Hi,
    Let's assume I have applied the standard labels to a set of images. Now, I decide that Red, Green, Blue,... are not self explanatory enough and I change the names of the default label set (this also applies to a custom label set).
    Problem: for all images marked with the original label set, the label color switches back to white because the new names are not recognized.
    How can I make the new names apply to the already marked images?
    Thanks in advance.
    Patrick

    John,
    Glad you got it set now
    That's not the case. My previous message explained what I exactly did but as I said, this procedure failed. When I deleted the temporary collections that I created (one for each label), all labels were switched to Custom (white). Here is exactly what happened:
    1. I started with the standard label names (Red = Red, Green = Green,...). I had a lot of images in various folders marked with these labels.
    2. I created a collection for each label (Red Collection containing only images with the red label, Green collection,...)
    3. I changed the label names (Red = To be fixed, Gree = Ready to print,...)
    4. I selected each collection and applied the corresponding new label. No problem.
    5. Once all marked images had the label with the correct (new) name, I deleted the temporary collections which were now useless.
    6. After I did this, all marked images were assigned the same label (Custom = White). All previous label attributes were lost.
    It seems that labels are valid only within a collection and that the same image can have different attributes depending on whether you look at it through a collection or directly in a folder. So the whole approach doesn't work.
    Regards.
    Patrick

  • How to Set Automatic to turn on and off at specified time my TV with STB

    It seems very frustrating talking with Verizon tech support, that's why I turn to you guys to find if anyone knows the answer to my question above.,from my experience calling verizon for my tech support regarding fiosTV and most of my experience from Verizon are either inept and giving the customer the run around by keeping you on hold for the longest and not having the answer after all the time I spend with the tech on the phone or they will tell you that the that there is no such thing; and when you call again when you get another tech on the phone you get completely different answer if not an inept answer. 
    My Specific question is, if  I turned off my STB (top box) and my TV at a particular time; and I like my TV with STB to turn on at a specified time ( example I turned off my STB and TV at 9:00 PM ) and would like my TV with the STB to be turn on like 11:00 PM to turn off at 12:00 midnight by itself, not to record  but just to turn on as reminder and to serve as power saver incase I fall asleep ( this is just example scenario). How would I do that? The manual of either remote control or the STB does not provide that information. My television manual say the TV can but I can not turn it on automatically with the STB connected.
    I called Verizon tech, he first sounded inept and sounded like he just talking from a scripted lines, and would not tell me straight forward that he does not know the answer; I  explained that I switched to Verizon Fios for its claim in high and advance technology as they compare themselves by far higher in technology as compared with Cable or direct TV, and with Cable Vision I was able to used the above automatic turn on and off with the remote; I asked for his supervisor or maybe more expert tech support, He turned over the call to his supervisor, who told me that the STB or the remote Fios TV does not have that level of capability which sounded to me like a joke, he also told me that the STB can not be turn on and off because STB is always set as on; I told him I can see the green light turns on and off on the STB each time I press the ON button on the Verizon Remote; he defended that its always on because the timer is ON, and he told me instead FIOSTV has another feature that although it will not turn the feature on and off automatically, it will serve as reminder, I asked him How to carry out that function, the tech supervisor said  to me to just press the record button on my remote, which I know right away that it will just record, and  I told him that its not what I want to accomplish, this Tech Supervisor insisted that it will not record but will set to notify me, but surely it did record and it just wasted and used my DVR memory capacity the time when he put me on hold for a long period of time, I knew it recorded because the red button on the STB/TVR was on., and it did not notify me in anyway what time the TV and STB will turn on. That was a complete  waste of time, instead of him getting the issue to higher level of their tech support and try to research thru and get back to the client. To me, simple feature as this, is such absurd to claim that fiosTV has more advance features than others, where infact they can not even have their tech support answer such simple question.  
    Any one here has any idea, please help.

    The set top box does not offer any auto on or auto off feature. 
    you can only do that if your TV offers the feature. 
    If neither your TV nor the STB offer that feature (in this case the stb does not offer) then you can go to a radio shack or a similiar store and purchase a AC timer.  they make them and you plug them into your wall, they are very cheap.
    I have had directv and fios and neither of my systems did an automatic on or off. 
    BUT my samsung TV upstairs does have that feature (auto on and off)   and I have not checked my mitsubishi downstairs. 
    so you may want to check your settings on your TV to see if it will do it, like my samsung does. 

  • How to set Updates with 11.3 when using Apple Remote Desktop for installation?

    So for all pre-11.3 versions of Flash Player on OSX, I have just pulled out the "Adobe Flash Player.pkg" installer package from the installer .dmg and used Apple Remote Desktop to deploy Flash to the Macs I manage.
    However, when doing that with Flash 11.3, this leaves the "Updates" setting in the Flash Player System Preference set to "Notify me to install updates".
    I'd like to push something that would set this to "Allow Adobe to install updates".
    Is there a way to modify the .pkg installer to have the System Preference set to that value (or push/copy some other .plist file to the clients to have that setting enabled?)
    Thanks!

    I poked around a bit and the file seems to be:
    /Library/Application Support/Macromedia/mms.cfg
    I'd like to get some confirmation from Adobe that this is the correct file to push, though (it seems like it as it only contains this):
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1

  • How do I set up my computer to announce when I get email?

    I use Comcast.net for my email, and it is the number 1 tab in my browsers home pages. I'm on a Windows XP system.

    You should be able to do this with the WebMail Notifier add-on available from https://addons.mozilla.org/firefox/addon/webmail-notifier
    Once installed you will need to add a script for it to add support for Comcast, available from http://webmailnotifier.mozdev.org/scripts
    You can set Webmail Notifier to display an alert or play a sound when new mail arrives.

  • Setting up SRM user

    Hi all,
    The user name and password have been created in the usual way for a SRM user, however when logging on and he clicks on 'shop', an error occurs. (not quiet sure how to attach error screens to these forums) . Error basically says,' Attribute for user X contains errors. Inform sys adm.'
    The Org Structure has been checked, and is ok. I came across a reference mentioning " no Business ID assigned to the user", but I'm not sure what this means.
    Thanks for anyones help.

    Hi
    <u>Your user must be integrated in SRM organizational structure.
    To see which attributes are missing, you can click on the user in PPOMA_BBP to see details, and go to last tab "Check".
    This will list all required attributes depending on used scenarios (so you may not require all of them). You can also use transaction BBP_ATTR_CHECK to check user's attributes for a particular scenario.</u>
    Try to repair the user using USERS_GEN, click on delete users acct. and employee, select the user and click on "Employee assginment".
    Come back to intial screen where u have copy user and employee data from template, select create users from existing SU01 and create your user required.
    <b>Please see related links -></b>
    Attribute for user contains errors. Inform system admin
    User cannot be repaired because the organizational unit contains errors
    How to define new attribute in PPOMA_BBP
    bbp_mon_sc attributes
    Re: TRANSACTION  ERROR
    Note 1089331 PPOMA_BBP:- Employee assigned with more than one postion
    Note 630791 EBP 3.5/4.0: Attribute check for vendors incorrect
    Note 612417 EBP 3.5: error in consistency check
    Note 588574 EBP 3.5: Incorrect check for company code attribute
    Note 586934 EBP3.5 :Incorrect messages during the attribute check
    Note 576350 EBP3.5: Title page 'Check' in PPOMA_BBP: incorrect result
    Note 554319 EBP 3.5: Attribute company code is checked incorrectly
    Note 516377 EBP 3.5: BBP_ATTR_CHECK, application - language correction
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Marketing attribute in the text field, interactive script

    Hello Gurus,
    We are facing a problem in the interactive script, of the sap crm 7.0.
    We know the possibility of set some of the customer data into the
    script by filling bdc field inthe test field and then adding this text
    field to a script question.
    We did it in the customer data "***" by filling the bdc field with "ext
    field marketing attribute interactive script" and this data is showed
    in the script, but we can not show marketing attribute data in the
    script by using text field and bdc field.
    There is a possiblility of showing the marketing attribute in the text
    field or it is imposible due the structure of bol in crm.
    Thanks  in advance.

    Hello ,
    To display or change the marketing attributes of a business partner in the script follow these steps:
    1.  Run the Interactive Script Editor.
    2.  Create a new Question and in the Answer Area drag and drop the "Marketing Attribute" dynamic answer.
    3.  Select the "Marketing attribute will display here when executing the script" object and go to tab "Dynamic Content Parameters".
    4.  Select the attribute set and the attribute name.
    5.  Save the question.
    6.  Drag and drop the question to your script.
    7.  Change the template of the question node to either "Person Marketing Attributes" or "Organization Marketing Attributes" depending on what type of business partner is expected to be confirmed at run time in the IC_AGENT role.
    8  Save the script.
    9.  Run IC_AGENT or similar IC role.
    10. Confirm an organization ( if you used "Organization Marketing Attributes" ).
    11. Run the script.
    When you reached the question maintained above, the marketing attributes will render for that business partner, if they exists or will be created if they don't exists . To be created a button that will do a navigation is required. It means that the question will have to be linked to a next question or to itself by this button (to itself is required only if it is the last or the only question in the script). To suggest to the user that he or she has to click on the button, to save, is probably better to name the button "Save".
    Octavian

  • Attribute for user contains errors. Inform system admin

    Hello,
    We've got an issue with shopping carts created by a user that was deleted from system. When trying to see in Monitoring Shopping Carts header or item details of a given sc. A web error occurs:
    The URL http://srp.srm.gruposalinas.com.mx:8000/sap/bc/gui/sap/its/bbpsc11/! was not called due to an error.
    Note
    The following error text was processed in the system SRP : Attribute for user contains errors. Inform system admin.
    The error occurred on the application server srm-pro_SRP_00 and in the work process 2 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Form: OUTPUT_EXPRESS_MESSAGES of program SAPLBBP_SC_UI_ITS
    Form: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    Module: EXTERNAL_SCREEN_DETERMINE of program SAPLBBP_SC_UI_ITS
    We've cheked SAP NOTE 312058-BBPPU99: Error: Attribute for ... is missing. Inform ...
    But it seems that none of the information applies to us, since this issue is only present for Shopping carts that were created by this deleted user.
    So we tried to re-assing one of this sc, chaning PARTNER_NO,ADDR_NR    
    ADDR NP data in table CRMD_PARTNER according to a new given user, but it didn't work. So we need to know how to re-assing this sc or perhaps how to find what specific attribute is missing.
    Any advice is welcome.
    Thanks in advance.

    Hi
    <b>Which SRM version are you using ? This is an SRM error message.</b>
    The manager role should be enough to change user attribute. The transaction is BBPATTRMAINT. Employee role should have BBPUM02 or BBPAT05 to change their own attribute.
    <u>Please check whether the User ID you are using to Log into BBP_PD (and seems to be assigned in the org structure also)is consistent and has no errors in tcode USERS_GEN.  You should check the user, it's not set up properly in USERS_GEN Transaction, Else repair the user.
    To maintain the user attributes you must have the Administrator role.. Your user should have role SAP_BBP-STAL_ADMINISTRATOR and be integrated in the org structure. your user must be integrated in SRM organizational structure. To see which attributes are missing, you can click on the user in PPOMA_BBP to see details, and go to last tab "Check". This will list all required attributes depending on used scenarios (so you may not require all of them). You can also use transaction BBP_ATTR_CHECK to check user's attributes for a particular scenario.</u>
    <b>Please go through the following links as well -></b>
    bbp_mon_sc attributes
    Re: FM for attribute's value assignation in PPOMA ?
    Note 751022 - Monitor Shopping Cart: Item deletion causes termination
    Re: User Settings are not saved
    Re: Not able to generate user users_gen
    Re: SRM organization plan...
    Re: User creation error
    <u>Hope this will definitely help. Do let me know.</u>
    Regards
    - Atul

Maybe you are looking for

  • Sync with .mac to update bookmarks on two PCs

    I have a mac mini and a mac book. I want to keep my bookmarks updated on both. I used to have the ability to sync the two, but now I can't since I installed 10.4.7. How do I update my bookmarks so that they are all the same on .mac and the two PCs?

  • VPN Client v5.0.01.0600 - Vista and code 412

    Does anyone know how to resolve code 412 on WinVista? See log below: Thanks, Hans Cisco Systems VPN Client Version 5.0.01.0600 Copyright (C) 1998-2007 Cisco Systems, Inc. All Rights Reserved. Client Type(s): Windows, WinNT Running on: 6.0.6000 Config

  • PI sheet function module call

    Hi, we are using PI sheets for process orders. Let us say, there are four fields on PI sheet for which data needs to be entered. user enters data in first three fields. For the last field (i.e 4th field), value is based on first field and another val

  • Generate XML using DOM ( DocumentObjectBuilder )

    Have a task to generate XMl from POJO objects XML to be generated is complex <element1>      <ElementChild>           <ChildElement1>                <ChildElement>                </ChildElement>           </ChildElement1>           <ChildElement2>   

  • Writing multiple tones per frame to .wav or .au

    I'm working on a program where I'm trying to write multiple tones per frame of audio to a .wav or .au file. The best solution to this problem that I've found so far is over here : java - How to play a set of frequencies (Chords) at the same time with