Is it possible to filter Account Assignment rule by Account Creators Role?

Hi,
We have enabled Account Assignment rule but would like to know how we can filter the rule to fire only when the Account Creator's role is not equal to "Account Manager"
Is this possible?
jang
Edited by: jang on Aug 25, 2010 9:59 AM

hi Subbu,
thanks for replying but that does not fit our requirement.
our account assignment's Unassigned Owner is our CRM Admin Clerk and that works.
the rules are set per region + country + state. we have about 15 rules.
so if an admin or intern creates an account, the account assignment works fine.
but if a user with account manager role(we have 10 of them), creates an account, we dont want the owner to be replaced.
eg.
Rule UK => if Country is UK, assign to ROB.
Rule US => if Country is US, assign to JOE.
Jasmine(INTERN role) creates an Account with Country US. Account assignment runs and it properly goes to JOE.
JOE(Account Manager role) creates an Account with Country UK. Account assignment runs and it gets assigned to ROB. => This is the one we want to fix. Since JOE is an account manager, it is assumed he created the account because he should be the owner and therefore should not go to ROB.
Somehow, there is no way to filter based on who created the account.

Similar Messages

  • Is it possible to filter the data in a rule group ?

    Hi !
    I'm using 3 rule groups in a sales transformation to differentiate commands, bills, and deliveries.
    I would like to know if it is possible to filter for each rule group the data by BWVORG for example ?
    Thx in advance .
    Guillaume

    As per my understanding filter at rule group is not possible.
    You can use the same at the start routine.

  • How to add entries in possible fields in Account assignment model/Note 2596

    Hi Friends,
             I want to know How to apply OSS Note 2596, The basic requirement is to to add entries in the list of possible fields in Account assignment model( Exactly in program SAPDFKA6 in screen 120).
    I found the note 2596 to achieve this, and the field that I want to add is KMZEI-PAOBJNR.
    I gone through the note and it is very confusing for me .. If any one knows how to achieve this or how to apply this note, please let me know.
    Thanks,
    Rk

    I got this myself.
    Thanks,
    Rk

  • Extract Assignment Rules

    Hi All,
    Is it possible to extract Assignment Rules of Account / Opportunity via code or Migration Tool ?
    I was looking for a way to extract the Rules, Rule Criteria and Team Assignment into XML file.
    Thanks!

    CMP, yes you would need to default this field to Y or add workflow to set it to Y. I would recommend that you do not use "Groups" and consider using Book of Business or Teams instead.

  • Team members access thru Assignment rule

    When defining the Assignment Rule for Account f.e. the administrator can define the Team Members to be assigned to the account, and their access levels.
    My doubts refers to this level of access x the level of access defined thru the user role/access profile. In other words... if thru the Access Profile the user X has a Read-Only access to Account object... and if thru the Assignment Rule - Team Members I give the user X the access Full...
    Should I understand that for every other account (except the ones assigned thru assignment) the user X has a Read Only access...and for these accounts assigned thru Assignment the user X has the Full access ?
    Txs. for any hints.
    Antonio

    Antonio, your understanding is correct.

  • Assignment Rule to bring parent integer data to child

    I am trying to bring data from an integer field in a parent record to the same field in its child through an assignment rule in SAP MDM Data Manager.  After running the rule, I get the dialog box notifying me that the assignment rule was successful ("There were no assignment errors"), however, the number does not come through. 
    I thought the issue was with the parent field going to the field of the same name in its child, so I tried a different integer field, and this did not work either - same result as before.
    I tried changing the target field to a text field.  The number that was supposed to come over was 14, but the result in the text field was "1:14;". 
    Is the problem arising because there exists the possibility of multiple relationships?  Is there a way to bring over only the actual number, so that this data may go to a sortable field?  Please advise.

    Hi Rachel,
    you are right, there is a possibility of multiple relationships. That's why your result is 1:14;. It could also be something like 2:14,15;.
    If you are sure that there is only one relationship, you may want to try to simple take away the unnecessary information using something like
    MID(<field>,2,LEN(<field>)-1)
    You should then get only the number, which would possibly fit into an integer field.
    Hope that helps.
    Best regards
    Christian

  • Siebel Assignment Manager: Multiple Assignment Rules

    Hi All,
    We have a requirement where in we have multiple assignment rules for a single assignment object.
    Each Rule has only one candidate. When mutiple rule satisfy, it will assign the highest scoring candidate along with other candidates, keeping the highest scoring candidate as Primary.
    We only want to keep the Highest Scoring Assignee on the assignment. Anyone knows if this is possible without customization ?
    Regards,
    Prasad Sawant.

    Hi Yossi,
    yes this is possible.
    Although I have not done it myself I know that it will work. You should find all necessary steps in Bookshelf "Assignment Manager Administration Guide" Chapter 10.
    You can read it here:
    http://download.oracle.com/docs/cd/B31104_02/books/AssignMgrAdm/AssignMgrAdm_AdvancedConfig.html
    Benjamin
    Edited by: Penky on Apr 29, 2010 12:43 AM
    Edited by: Penky on Apr 29, 2010 12:43 AM

  • Is possible to config an subscrat rule for all the signatures enables in IPS?

    Hi.
    is possible to config an subscrat rule for all the signatures enables in IPS?
    Thnks
    Sent from Cisco Technical Support iPad App

    Yes, In the event action filter configuration configure the signature range , victim IP address and the action to subtract.

  • Auto Assignment Rule

    Hi!
    I am working on trial version of Oracle CRM On Demand. I tried setting up Assignment Rules for Accounts, Leads and Opportunities. After setting up rules. However the assignment rules do not seem to be working. Can anyone help?

    Thanks so much!!! I created the Rule Group and Rules yesterday...I tested it this morning, it was not working... I tried again with Reassign owner and it worked...
    THANKS AGAIN!!

  • Is it possible to get view in RULES

    Hi.
    Is it possible to get userView in rules.If any one come across this please post piece of code..
    Thanks in Advance
    Yash

    Try something like this:
    <br><br>
    <set name='user'>
    <rule name='checkoutUserView'>
    <argument name='accountId' value='$(accountId)' />
    </rule>
    </set>
    <br><br>
    <Rule name='checkoutUserView' authType='EndUserRule'>
    <RuleArgument name='accountId' />
    <block>
    <defvar name='viewMaster' />
    <set name='viewMaster'>
    <new class='com.waveset.session.ViewMaster'>
    <invoke name='getLighthouseContext'>
    <ref>WF_CONTEXT</ref>
    <ref>accountId</ref>
    </invoke>
    </new>
    </set>
    <invoke name='setAuthorized'>
    <ref>viewMaster</ref>
    <invoke name='getBoolean' class='java.lang.Boolean'>
    <s>true</s>
    </invoke>
    </invoke>
    <invoke name='checkoutView'>
    <ref>viewMaster</ref>
    <concat>
    <s>User:</s>
    <ref>accountId</ref>
    </concat>
    </invoke>
    </block>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' name='All'/>
    </MemberObjectGroups>
    </Rule>
    <br><br>
    In order to access the user object using dot notation you may need to call this piece of code (not sure if necessary if the variable being used is defined in the task definition):
    <br><br>
    <invoke name='setVariable'>
    <ref>WF_CONTEXT</ref>
    <s>user</s>
    <ref>user</ref>
    </invoke>

  • Is it possible to filter list view based on current user logged in

    Hi,
    Is it possible to filter the list view results based on the current user logged in. I have a scenario wherein i want to show only those list items to the user which contains his/her name under the column Approver (a list column).
    So if i login to the page, then only those requests should show up which has my name as the Approver, and so on.
    Is it possible please ?
    Thank you.

    Hi Prajk, you could use audience targeting for this. An alternative would be to create a view and add a filter so that "Approver" is equal to [Me]
    cameron rautmann

  • Is it possible to embed keywords assigned in Lightroom 4 into DNG files?

    Keywords I assign to photos in Lightroom do not show up as "tags" when I view the photo's properties in Windows Live Photo Gallery. Is it possible to embed keywords assigned in Lightroom to the properties of the photo file?

    Thanks very much for your response. Ctrl-S saved the keywords to the DNG file properties. However, my original question was wrong. I should have asked how to save the keywords assigned in Lightroom to the properties of a TIFF file. Ctrl-S in Lightroom does not seem to embed keywords assigned to a TIFF file. When I check the properties of a TIFF file in Windows Live Photo Gallery after I have assigned keywords in Lightroom, the keywords assigned in Lightroom do not appear as "tags." Do you have any additional suggestions?

  • ¿Is it possible to filter items in a list?

    Hi all.
    I've created a custom list in authoring tool to the service request form.
    My question is : ¿ Is it possible to filter some items only for some users ?
    Tks.
    Regards.

    You can't really filter properties from a specific class such as lists to specific users.  You could create request offerings that use templates with the specific list item selected but they could sill change the selection if they wanted to.

  • Problem with lead assignment rule

    Hi,
    I defined a new lead assignment rule group for my company. I defined two assignment rules according to the billing country value. I work on a demo version of Siebel on demand. The rule is active.
    If the value is USA the owner is employee A, if the value is France the owner is employee B, if not employee C.
    I tried to create manualy or by import new leads. The assignement rule doesn't work. Can you explain me why?

    Hi !
    If you want to have assignment rules working, you must check the box "Reassign owner" when you create a new record. When you perform a modification, if you check this box, the assignment rule will be lacunched again. After creating your record, wait for some seconds and refresh the page, you'll see the last modified by field filled with "OnDemand System" or something like that...
    Hope this will help, feel free to ask more !
    Max

  • Is it possible to sort Mac Mail Rules into alphabetical order?  I have in excess of 50 rules and everytime I want to add to a rule, such as "delete incoming" I have to go through the entire list to find it.

    Is it possible to sort Mac Mail Rules into alphabetical order?  I have in excess of 50 rules and everytime I want to add or amend a rule, such as "delete incoming" I have to go through the entire list to find it.  I have tried clicking on the heading "Description" but it does not sort.  Any assistance would be greatly appreciated

    Hi,
    According to your description, my understanding is that use CMAK to configure split tunneling on VPN clients, traffic to specified devices can be routed via their own default gateway.
    If the manually added route entries all have default metric and interface, clients will select one by the default routing rule, can’t select one of them according to clients’ own conditions. So, I am afraid that CMAK can’t implement the function which you need.
    A blog described about How to configure split tunneling on VPN clients using CMAK, for your reference:
    http://blogs.technet.com/b/rrasblog/archive/2007/06/11/split-tunnelling-using-cmak.aspx
    Best Regards,
    Eve 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]

Maybe you are looking for

  • Access to e-reader books

    A couple of years ago I bought a Sony e-reader which uses Adobe digital editions.  Recently my desktop computer died and I bought a laptop.  I then set up a new email account and a new adobe account, not realizing the consequences.  Now I can only re

  • No data loaded to the cube

    hello, I have created four dimensions, all validated, deployed and loaded successfully. I created a cube, and used a joiner to load the keys from the tables. It has just one measure, and I am loading it from a different table. I ran a query with a jo

  • How do I see the number of e-mails in my inbox using the standard mail app?

    Hi, Before ios7 I used to be able to see how many e-mails were in my inbox for each synced account.  Now this information doesn't appear like it used to.  It is very frustrating for me as I used to use this as a tool to prompt a tidy up of my inbox f

  • Is this a possible bug on the Facebook app for iPhone?

    I tend to suffer from slight paranoia regarding security online and on my phone. I'll try to explain the worry I'm having as best I can. Basically, I had a personal video on my phone, (nothing horrible don't worry), but it's of a nature that would be

  • FCC parameter in IDoc to File scenario

    Hi, We have configured FCC parameter to get the comma separated flat file. File is getting created but I want header line in the file which is not getting created. Can any please suggest on the same? Target DT structure is as below: Inside root node