Workflow based up Account Manager/Owner field

We are trying to create a workflow based upon the Account Manager/Owner of a record.
This is what I have set up for an opportunity
PRE('<Status>') <> [<Status>] AND [<Status>] = 'Won' AND [<Revenue>] >= 100 AND DivisionName()= "NA"
I believe that DivisionName() "NA" pulls the Division field from the user who is currently signed in, although I cannot get the workflow to fire with the 'AND DivisionName() = "NA"'
Is there a way to pull the division field from the user record of the account manager/owner of the record?

Perfect. This is what I have and it works
PRE('<Status>') <> [<Status>] AND [<Status>] = 'Won' AND [<Revenue>] >= 100 AND UserValue('<Division>') = “NA”
Is it possible to do this but look at the account mgr/owner to get their value in the division field instead of the current user's value?

Similar Messages

  • Workflow based on Account Manager

    Is it possible to create a workflow based on the Account Manager field?
    I currently have this is the code
    FieldValue('<Owner>') = "Joe Smith"
    I also tried
    [<Owner>] = "Joe Smith"
    Neither of them worked. Anyone have suggestions?

    I believe Owner field maps to Alias field in User.
    If the trigger event is When New Record Saved, then try it with OwnerId.

  • Need to trigger workflow based on change to one field in Warranty Claim

    Hi All,
    I have defined a workflow for the Warranty Claim system with triggering event as CHANGE in BO BUS2222. The workflow is triggerred and everything goes on smoothly. The only thing I need to address is this workflow should be triggerred ONLY when one particular field(CLERK) of the Warranty is changed. I have tried using the field restrictions in transaction SWEC for the Change Object but that doesnt seem to work and my workflow is triggerred on any change I make to the Warranty. Any pointers regarding this issue?
    Regards,
    Karthik

    You will have to fetch the value based on your objectkey. I don't know what is your object key.
    Declare: OBJTYPE like OBJTYPE
    OBJKEY LIKE SWEINSTCOU-OBJKEY
    EVENT   LIKE   SWETYPECOU-EVENT   
    RECTYPE  LIKE SWETYPECOU-RECTYPE  in the import parameter of your func module.
    EVENT_CONTAINER    like SWCONT       in tables of func module.
    In source code do these declarations apart from your other declarations which is required  DATA: lv_object_key  LIKE sww_contob-objkey ,
            lv_event       like SWETYPECOU-EVENT,
            lv_objtype     like SWETYPECOU-OBJTYPE,
    Now say for an example your object key is sales order and you want only those orders for which order type is OR (standard sales order).
    Then you can  fetch the order type from any of the sales table and check if it is OR or not. Here your input will be lv_object_key.
    eg: select order type from vbap where sales order =l v_object_key. Some logic like this.
    If it is not OR then raise an error.
    In this case when the required condtion is not satisfied the workflow won't be triggered.
    Get back to me if you are facing problems
    Thanks and Regards,
    Shweta Verma

  • Account Owner: restricting owner field to current owner and direct manager

    Does anyone know a way to restrict 'Account Owner' field to current owner and owner's direct manager?
    Currently attempting workflow and join field validation and not proving successful.
    Thanks,

    I can see the usage, but i want to read the actual text. We suspect that my girlfriends teen age daugther is sending/receiving in appropriate messages. The problem is, that we only have her on weekends and her dad has her on weekedays and has refused to help us in the matter. To be able to view the info that I want, a seperate account has to be set up with her phone number, and the only way to do that is to set up the password, which sends the verification text to her line. This is the problem because we dont want her to know about it.

  • How to disable fields in BP-ACCOUNT MANAGEMENT based on a condition in UI

    Hi
    Good Day
    I have a requirement wherein I need to disable few fields in'General Data" and "Main Address and Communication Data"
    in "Account Management" while changing the "Account Details"  in CRM UI(web) for a particular Account Group.
    Can anyone help me how can we do this, since I'm new to CRM i'm unable to find the solution for the same.
    Regards
    Anil

    Hi Anil,
    Click on F2 in Web UI in the relevant field.
    Get the Technical Details such as  names
    Component
    View
    Context Node
    Attribute
    Go to TX bsp_wd_cmpwb
    Give the Component name and Enhancement set
    Go to corresponding view.
    Doubleclicking on view on the right side u get structure of the view.
    Expand Context
    then expand relevant  context node
    then relevant attribute
    you can find the GET_I_ATTRIBUTE Method
    method GET_I_ATTRIBUTE.
        rv_disabled = 'TRUE'.
    endmethod.
    Check if rv_disabled = 'TRUE'
    if then change rv_disabled = 'FALSE'.
    Before  seeting  rv_disabled = 'FALSE' check the condition for which you want to make it disabled.
    Regards,
    Sijo.

  • Workflow based on created date field in opportunity?

    Hi All,
    Can we write a workflow based on created date field in opportunity that if a opportunity record has not been modified after say 90 days,what will be the workflow syntax.
    I just want an email notification to owner and owner's manager.
    Thanks in advance,
    Manish.

    I think you can use the WAIT workflow using Duration('P90D') then Send Email, triggering it upon save and upon modification. Make sure that the Re-evaluate Rule Conditions After Wait option is checked so that the previous WAIT would be reset upon modification.
    Edited by: marcocollado on Aug 31, 2012 5:57 AM

  • Update Managed Metadata field in SharePoint 2013 Designer Workflow for O365

    Hi Guys,
    I need to update the managed metadata field in SharePoint Custom List using Workflow but its not working. I have also tried to use the HTTP WebService POST Operation but no luck.
    Am doing this for a SharePoint Online (O365) Site.
    Has anyone worked on something similar and was able to get it running ?
    I saw a post to create a custom Workflow Activity but I don't have a choice to go with the custom code option.
    http://patrickboom.wordpress.com/2013/07/23/workflow-activity-set-managed-metadata-column/
    I was able to achieve this by creating a SP 2010 based Workflow for O365. Which means that it worked well with SP 2010.
    Is there a different way to do it in 2013 ? I tried almost all options apart from creating custom Activity but nothing worked out. 
    Any help would be great.
    Thanks,
    Nutan
    Nutan Sharma

    Hi Nutan,
    According to your description, my understanding is that you want to update Managed Metadata field with SharePoint 2013 Designer for SharePoint Online.
    As far as I know, there is not an OOB action to achieve your requirement with SharePoint 2013 Designer for SharePoint 2013. Customizing a workflow action is a better option to achieve it.  Why didn’t you customize a workflow action as Patrick’s blog?
    In addition, please take a look at the article about Nintex workflow, check whether it is useful for you:
    http://habaneroconsulting.com/insights/setting-managed-metadata-fields-in-a-nintex-workflow#.UykBSf6KDHo
    As this issue is about SharePoint Online, I suggest you create a new thread on SharePoint Online forum:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=onlineservicessharepoint . More experts will assist you.
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    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 Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Mandatory field required in PCUI Account Management

    hi gurus,
               i am on CRM project with PCUI as front end interphase. my requirement is to have a mandatory field in Account management. for ex i want have First name and Search term to mandatory fields with Red Star(astrich)  against these two fileds. for this i tried to control in the field groupings and crmc_blueprint_ct also. but its not working and when i tried to save the account its throwing and errors
    "*Enter a value for field Date organization founded", "*
      *"Enter a value for field Name 1 of organization"*
    *"Enter a value for field Name 2 of organization".*        
                                     despite filling all the fields the system is throwing the above errors. so please help me in solving this problem.
    Thanks in advance

    Hi Nanda Kishore,
    All you need to do is, in the field group structure for the fields, the field attribute 'Mandatory' check box has to be checked. Then the field group has to be regenerated.
    If you have already done this plz send the URL you are using or the procedure how you are launching the application.
    Cheers,
    Naveen

  • Oracle Data Loader On Demand : Account Owner Field mapping

    I was trying to import account records using data loader. For the 'Account Owner' field the data file contains 'User ID', then the import is failed. When I use "Company Sign In ID/User Id" value in the data file it is sucessfull.
    Do we have any way to use the 'User ID" value in the data file for 'Account Owner' field and run data loader suscessfully.

    The answer is no. It is my understanding that you need to map Account Owner to the User Sign In ID, which has the format of:
    <Company Sign In ID>/<User ID>

  • Mass Updating Opportunity Product Owner field

    We need to change the owner of hundreds of opportunities. We were able to do a batch update on the Owner/Account Manager field for the opportunity, but the opportunity product records still have the old owner.
    Is there a way to mass updates that field without doing an export then reimport with an over-ride?

    This could be done using web services.

  • BP - Account management - Interest indicator

    Hi
    How do i set a default interest indicator on the Business Partner(company code) -( transacton code - BP)on the Customer:Account Management tab to 'RW'.
    Thanks.
    Rendane

    Hi Ren,
    The system does not show possible values for this field - there's nothing that you're doing wrong.
    About your primary concern, you need to go to transaction OBV1 and note down the value in the field "Interest Indicator" - say it's 24. Next, go to transaction OB82, and scroll to the entry "24" and double click. You'll see the detail screen for this interest calculation indicator. On this screen, there is a field called "Calendar type". Place your cursor on it and hit <F1>. Currently, this field (for your interest indicator) would be containing "B" or "F". You need to change this to either a "G" or "J" - depending upon whether you use a month as exact number of days or regular 30 days.
    This should achieve your purpose - of changing the definition of the interest indicator to be based on 365 days instead of 360 days.
    if you give me brief i can help you out more.
    if helpful REWARD points
    Thank you .
    Regards
    Ramana

  • Creating a tabular report comparing two measures based on accounts

    Hi,
    I'm trying to create a simple GL report but i'm getting stuck. Using BIP with OBIEE 10.1.3.4.
    What i have is some GL data: debit amount (De), credit amount (Cr) and account number (acc). I would like to create a simple tabular report, comparing debit and credit transactions based on accounts, like this:
    ___________LabelA____________LabelB______________ LabelC_______________ Difference(LabelA - LabelB - LabelC)
    Label1___Cr if acc=760___De if acc=400 and 401___De if acc like 30_____________________Calculated value (A-B-C)
    Label2___Cr if acc=750___De if acc=410,411,412___De if acc between 31 and 35__________Calculated value (A-B-C)
    Total (SUM) for A, B, C and Diff
    Sample XML file:
    <ROWSET>
    <ROW>
    <Acc>760</Acc>
    <Debit>7.8248741841E8</Debit>
    <Credit>8.9404379158E8</Credit>
    </ROW>
    <ROW>
    <Acc>750</Acc>
    <Debit>133217.03</Debit>
    <Credit>133217.03</Credit>
    </ROW>
    <ROW>
    <Acc>400</Acc>
    <Debit>4.096061012E7</Debit>
    <Credit>4.094870039E7</Credit>
    </ROW>
    <ROW>
    <Acc>401</Acc>
    <Debit>9018837.64</Debit>
    <Credit>9018837.64</Credit>
    </ROW>
    <ROW>
    <Acc>410</Acc>
    <Debit>1.472907204E7</Debit>
    <Credit>2.945814408E7</Credit>
    </ROW>
    <ROW>
    <Acc>411</Acc>
    <Debit>1.022005997E7</Debit>
    <Credit>1.022005997E7</Credit>
    </ROW>
    <ROW>
    <Acc>412</Acc>
    <Debit>4.908581602E7</Debit>
    <Credit>6.1676647725E8</Credit>
    </ROW>
    <ROW>
    <Acc>30</Acc>
    <Debit>241861.14</Debit>
    <Credit>240128.14</Credit>
    </ROW>
    <ROW>
    <Acc>301</Acc>
    <Debit>6344057.99</Debit>
    <Credit>6344057.99</Credit>
    </ROW>
    <ROW>
    <Acc>310</Acc>
    <Debit>1.4462687928E8</Debit>
    <Credit>1.4462687928E8</Credit>
    </ROW>
    <ROW>
    <Acc>312</Acc>
    <Debit>2.512200946E7</Debit>
    <Credit>2.511277993E7</Credit>
    </ROW>
    <ROW>
    <Acc>350</Acc>
    <Debit>1.4682048826E8</Debit>
    <Credit>1.4682048826E8</Credit>
    </ROW>
    </ROWSET>
    Is that possible? I would appreciate any tips.
    Thank you,
    Jandi

    Hi Luis,
    According to your description, you create a Reporting Services report using Analysis Service Tabular Model as the datasource, now what you want is sum the months value on year level, right?
    In your scenario, you can add the Month field to column group, add a parent group using Year Field and then add a Total on Month group. In this case, Reporting Services will sum the months value on Year level. I have tested it on my local environment, the
    screenshot below is for you reference.
    Reference:Lesson 6: Adding Grouping and Totals (Reporting Services)
    If this is not what you want, please describe your dataset structure, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Have a company based itunes account, trying to share itunes on bank owned devices. can't get all devices to keep our shared password on them without requesting user to enter password (which i am not giving them)

    i am an IT manager for a bank.  we have several company owned iphones. WE have also implemented a mobile device management system to manage our iphones. 
    We setup acompany based itunes account, trying to share itunes on bank owned devices.  This way i can add bank approved apps to the devices through our itunes account and push out to the iphones, and no one can download any other non bank approved apps.
    it has been working ok. but recently i had one user who came in.  He went to enter in his itunes account on the phone and didn't work. So then came back and my staff and myself have (as much as we can see) removed his email account itunes login from all sections in settings. and entered in our itunes account information, but when you go to the app store, and hit upgrade, it still shows his email account for itunes.  I feel like i can't get all devices to keep our shared password on them without requesting user to enter password (which i am not giving them)
    How can i troubleshoot his device. i tried changing password 5 times today, rebooted device, and no change.
    Jenn McGlynn

    i have an MDM application, and i push out the apps i want them to have with our IT apple id account. for some reason when two approved apps needed updating last week, they prompted him for our password. (which i told him to bring phone in and i would enter password).
    but somehow he went to try to enter his personal to make it work (don't know why)
    somewhere it's keeping his personal email. i went into itunes/apps and our apple id is in there.
    there is nothing in icloud b/c we do not allow icloud, so that's clear.

  • SPD Workflow - Update a hidden/read only field

    Hi there,
    I have a list with a hidden/read only field (ie Status).  So the user cannot update this field using the form or datasheet ...etc.
    I have an SPD workflow that I was hoping would modify the value of the Status field.  But it appears as though the option to modify it is not available as long as it is hidden and/or read-only.  Aka, the field doesn't show up in the list of fields
    to modify for the "Set field on current item" action.
    I was hoping to avoid importing this into a visual studio project and adding in code, which I believe would do the trick; so are there any solutions that I can do within SPD itself?
    Thanks in advance.

    Hi Eirc,
                       as i understand you question  you want to update hidden filed from workflow ? 
     solution 1 when workflow started it change field read only to false and after completing workflow
    change it again true.  by code.
    Solution 2 Use javascript to make the field read only on presentation.
    http://sputility.codeplex.com/ check this lib that might help you to manage readonly field on runtime
    Solution 3 : you achieve by setting column level permission 

  • Open item Management Hidden Field

    Dear Friends:
    When creating an GL Account, I am getting the following Error:
    Field 'Open item Management' contains an entry, although it is hidden.You cannot Save.
    How to overcome the problem?Please advise.
    Regards
    MSReddy

    Hi Sridhar,
    Use T.Code : OBD4 ,Select your Account grouop related to your chart of accounts, select the field status . Change the "Open item Management" from suppress to optional.
    I hope this will definitely solve the problem.
    If the problem is solved , please assign points.
    Thanks
    D.K.Lakshmi Narayana

Maybe you are looking for

  • Photoshop CS4 crashes after startup

    I am running windows 7 64bit, on Friday the program was running fine, today after opening the program I get this windows error message "A problem caused the program to stop working correctly. Windows will close the program and notify you if a solutio

  • Why won't my computer read my device

    My Iphone 5s has recently locked me out. By trying to reset it on my computer using my iTunes, my iTunes and computer will not read my phone nor will it charge my phone. I'm lost on trying to get this unlocked.

  • Delete Variance data from COSB table for version 1

    Hi, We are trying to change the Valuation of version 1 from Legal to Profit center in OKEQ. While doing so, we are trying to remove variance indicator due to error message KT337. When trying to uncheck variance indicator for this version there is err

  • Insert record incrementing date - low cost

    Hi, I have following record structure PLAN_LEVEL     PERIOD_NUM     DAYS     OPERATIONSEQ     GROUP_ID     ALLOY     PLANNER_CODE     DEPARTMENT_CLASS     DEPARTMENT     LOAD_HOUR     OFFSET_DATE     OFFSET 0     1     20     150     525150     INCON

  • How to stop rate conforming

    I know i've asked this question a few times already but i never get an answer and my post get swamped by other posts I was finished with my project and I noticed the video didnt look so good..so I highlighted all my clips, Went to Inspector and chang