knowing siebel

Let's know siebel better, configuring siebel assignment manager step by step .

Posted on September 29, 2015 by awartanirafat

Assignment manager is a Siebel component that assigns certain Siebel entities to a (Position, Employee, and Organization) on predefined conditions, when we talk about Siebel entities here I mean (Cases, Service Requests, Activities etc…) of course when AM assigns a record from case table to a certain position only the position assigned can see this record and take action on it.

Mainly we will talk about case module and configuring assignment manager to assign a case on certain conditions.

In this Article I will be adding a new assignment attribute “Case Branch” and we will walk through configuring Cases depending on the branch.

Prerequisites:

  • Make sure that the assignment manager component is enabled on the server, Started and running to make sure Navigate to Administration – Server Configuration go to Enterprises select the Component groups tab Query for *Assignment Management* + *Workflow Management*

AM1

  • f its enabled and running go to Administration – Server Management got to components query for *Assignment* the state of the Component should be Online

Steps (Siebel Tools):

  • Assignment manager have vanilla columns configured that you can use to make an assignment rule conditions based on these columns, but lets say you created a new column on S_CASE or there is a vanilla column that assignment rules conditions cant be calculated on, so you will have to add this column and configure you custom rule.
  • Open Siebel Tools (Go To “Workflow Policy Column”), Note if you didn’t find it go to “View->Options->Object Explorer” and check on “Workflow Policy Column “.
  • Query for S_CASE on Table Name. (Here you will find the predefined columns that you can use in your condition list for assignment)
  • Add a new Record here (I will Name my new Column PUB Case Branch) and it will be based on a Pick List and the Source Field will be Value So I can see the Value not the LIC.

am2

  • To Workflow Policy Object (Query For PUB Case) Expand the Tree and Select Workflow Policy Component Expand the tree and Select Workflow Policy Column.
  • Add a New Record (Here I will choose my Previously added column from Workflow Policy Columns)

am3

  • Now we will have to create our Assignment Attribute, From Open Assignment Attribute, Note if you didn’t find it go to “View->Options->Object Explorer” and check on “Assignment Attribute “.
  • Create A New Record (I will Name the new attribute “PUB Case Branch” the Data Type will be varchar and have a pick list the Pick field will be value Important!- You will have to check the Translate Flag and The Translate Pick Field will be Name this configuration is so important if you are dealing with a column that have translate flag and you store the LIC in this Column

am4

  • Now that you have created the new attribute you should configure this attribute to look at a certain column on the database that’s why we previously added the WF Policy Column and associated it with a WF Policy Object and Component, so expand the Assignment Attribute Tree select Assignment Attribute Column and create a new record fill on the values previously defined.

am5

  • Final Step to use your new attribute on Assignment Rule Go To Assignment Criteria, Note if you didn’t find it go to “View->Options->Object Explorer” and check on “Assignment Criteria ” Add a new record (In my case I will call it PUB Case Branch) Expand the tree select assignment criteria attribute add a new record containing previously defined information like assignment attribute and add a display value.
  • After doing all this you should know that only the assignment attribute and criteria get Compiled but the WF Policy Object , Component and column they don’t get compiled to the SRF, After finishing Compile your changes.

Steps (On Application):

  • Go to Site map, Navigate to Administration – Assignment, go to Rule Group Explorer (Here you will create a rule group that contains your assignment rules) Note: most likely we make one rule group contains all of the assignment rules, we keep the activation date empty that means the group is active once its created

am6

  • Go to Assignment Rule List create a new record with the name of the rule (I will Call it My New Rule) select the Object to be Assigned (it’s a pick applet open it and click new the choose PUB Case) in Rule Group choose you previously defined rule group and keep the activation date empty to be activated once its created.

am7

  • Drill down on the name, main fields to be filled is Assignee Filter: we usually choose all above minimum which means if the minimum score have been achieved all the candidates will be assigned, scoring will be clarified more on the next step, Candidate Passing score is the overall score the assignment rule will assign candidate when the targeted is score is achieved. (See the bookshelf for more information on the other values) Note in this example I will set the

am8

  • Now we should set the criteria that this assignment will follow go to the Criteria Tab, and complete two records Each one will be one of the assignment attributes we previously defined (Case Branch and Case Type) Comparison method will be compare to object the object will be the case it self, Iclusion will be include this means this criteria is included in the rule, required is always, Score we will give 5 for each criteria which means if this attribute is included I will give a 5 points score, in the last applet you will define the values contained in this criteria and each value will get a score I will give 5 points, so if the branch is included in this rule and its value (Al-Riyadh) that means till now I got 10 points, Plus if the Case type is included and got the value Registration and Classification I got score of 20 points that mean I reached the candidate passing score and AM will assign this case to a certain position.

am9

  • so the total points a case got is 20 if the type is Reg/Class and the Branch is Al-Riyadh, that means the case got passed the score we’ve declared before and its 20, so which position will be assigned ?
  • Now we should declare the position to be assigned when the assignment rule is passed go to the Position candidates tab create a new record and choose the position desired.

am11

  • Now you should release the new assignment rule you’ve created, go to assignment rule list and click release on the header of the list applet.
  • Now after we declared our assignment rule there is three ways to launch assignment manager 1.Batch Assignment 2.Dynamic Assignment 3.Interactive Assignment
  • Usually we choose the dynamic and the batch, the batch assignment will run a batch on certain record and assign it to the position (we will see how next step), dynamic assignment you run the assignment manager component and it will dynamically assign cases if one of the rules have been met (we will see how).
  • First let take how the batch assignment work, you will need a record in the S_CASE table and have a type value of Reg/Class and Branch Al Riyadh get this record ROW_ID value from Toad note that the record is assigned to SADMIN where the position in PR_POSTN_ID is 0-5220 that means the record is not assigned to any body yet.

am12

  • Connect remotely to the server and open the CMD(if windows) if linux(open a command shell) , connect to the SRVRMGR by entering commands below
  • cd C:\siebel\8.2.2.0\ses\siebsrvr\bin (Note: Connect to bin directory in server) same applies for linux
  • srvrmgr /g HSDEV-SBL-8222 /e SBA_82 /s SBL-8222 /u SADMIN /p SADMIN (Note Connect to srvrmgr /g is the gateway /e is the enterprise /s is the Siebel server /u is the username /p is the password). (same applied for linux)

am13

  • start task for comp asgnbatch with asgnobjname=”PUB Case”, objwhereclause=”where row_id =’1-1RJ04′ “

am15

  • After running this command re-run the SQL statement on the case row_id and you will find the PR_POSTN_ID have been changed to a new position that means the rule is 100% correct.

am16

  • First we have to run a generate triggers job on the database that will generate the assignment manager triggers Go to Administration – Server Management go to Jobs category make a new record with values  and parameter like below:

am17

  • start task for component WorkMon with GroupName=”Assignment Group”,sleeptime=10,Requests=10000,ReloadPolicy=86400

Congratulations now you have run the AM Component now all the cases if they find an assignment rule they will be assigned if not they will be assigned to SADMIN !!!!

Share this:

Leave a comment cancel reply.

' src=

  • Already have a WordPress.com account? Log in now.
  • Subscribe Subscribed
  • Copy shortlink
  • Report this content
  • View post in Reader
  • Manage subscriptions
  • Collapse this bar

Siebel Assignment Manager Test

Siebel Assignment Manager routes business entities and work items to the most appropriate candidates by enforcing business rules set by sales, service, and marketing organizations. Assignment Manager does this by matching candidates (that is, employees, positions, and organizations) to predefined and user-configurable assignment objects. To assign the most qualified candidate to each object, Assignment Manager applies assignment rules that you define to each candidate.

This test reports the number of object rows that are assigned by the Assignment manager and the rate at which the object rows are processed by the assignment manager.

Target of the test : A Siebel Application Server

Agent deploying the test : A remote agent

Outputs of the test : One set of results for each Siebel server being monitored.

siebel assignment manager

eG Innovations, Inc., 33 Wood Ave. South, Suite 600, Iselin, NJ 08830, USA Phone: +1 (866) 526 6700

eG Innovations B.V., WTC, Den Haag, Prinses Margrietplantsoen 33, 2595 AM Den Haag, The Netherlands Phone: +31 (0)70-2055210

© 2024 eG Innovations. All rights reserved.

Privacy Policy   |   Terms of Use

How to Implement Round Robin Assignment Manager (Doc ID 477278.1)

Last updated on MAY 10, 2023

To provide a guideline on how to achieve the round robin assignment.

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.

  • Profile / Purchases
  • €0.00 (0 items)

The Siebel Hub

Siebel Assignment Manager – Rules OK

We have long had a soft spot for Siebel Assignment Manager. Nobody is entirely sure how it started, perhaps it was the fact that it is largely administrative, you don’t…...

IMAGES

  1. Siebel Assignment Manager

    siebel assignment manager

  2. Siebel Assignment Manager

    siebel assignment manager

  3. Siebel Innovation Pack 2014: About Siebel Assignment Manager Object

    siebel assignment manager

  4. Siebel Assignment Manager Blackbook

    siebel assignment manager

  5. My Discovery: Siebel

    siebel assignment manager

  6. Siebel Innovation Pack 2014: Configuring Assignment Objects for

    siebel assignment manager

VIDEO

  1. Suspects in stolen truck escape the CHP during pursuit in LA

  2. Siebel Sample Database Reloaded

  3. Siemens Weighing Technology Virtual Showroom

  4. Large tree damages house in Simi Valley

  5. Siebel CRM 23.3 Update Summary

  6. Siebel CRM 23.9 Update Summary

COMMENTS

  1. Overview of Siebel Assignment Manager

    Siebel Assignment Manager routes business entities and work items to the most appropriate candidates by enforcing business rules set by sales, service, and marketing organizations. Assignment Manager does this by matching candidates (that is, employees, positions, and organizations) to predefined and user-configurable assignment objects. ...

  2. Bookshelf v8.1/8.2: Overview of Siebel Assignment Manager

    This chapter provides an overview of Siebel Assignment Manager concepts and functionality. It includes the following topics: Siebel Assignment Manager Terminology. Assignment Concepts. Essential Building Blocks of Siebel Assignment Manager. Optional Building Blocks of Siebel Assignment Manager.

  3. Basic Configuration for Siebel Assignment Manager

    Siebel Assignment Manager uses definitions in the Siebel repository to assign objects to assignment rules and candidates. An assignment object specifies a business entity to which a candidate can be assigned and the entities that are updated to accomplish that assignment. For example, an employee or position can be assigned ownership of an ...

  4. Configuring Siebel Assignment Manager Step By Step

    Overview:. Assignment manager is a Siebel component that assigns certain Siebel entities to a (Position, Employee, and Organization) on predefined conditions, when we talk about Siebel entities here I mean (Cases, Service Requests, Activities etc…) of course when AM assigns a record from case table to a certain position only the position assigned can see this record and take action on it.

  5. Bookshelf v8.0: Siebel Assignment Manager Operating Modes

    This topic explains the various operating modes available for running Siebel Assignment Manager. Depending on the operating mode, you invoke Assignment Manager using the server administration views, using the Server Manager command-line interface (srvrmgr) to run server component jobs, or both. About the Assignment Manager Operating Modes

  6. PDF download.oracle.com

    Version 7.5. Rev. B Siebel Assignment Manager Administration Guide 3 Contents Siebel Assignment Manager Administration Guide 1 Introduction Who Should Use This Guide . . . . . . .

  7. Siebel Assignment Manager

    http://www.ondemand-education.com Video to accompany the Blog Post http://ondemand-education.com/blog/?p=506 about Siebel Assignment Manager and the structur...

  8. Siebel Assignment Manager

    http://www.ondemand-education.com a Video to accompany the blog http://ondemand-education.com/blog/?p=498 covering the Assignment Criteria and Attributes obj...

  9. Siebel CRM Assignment Manager Administration Guide, Siebel 2018

    Adding a Sequence Number to Assignment Rules. How Siebel Assignment Manager Determines the Sequence in Which Rules Are Evaluated. Defining Assignment Rules to Use a Single Criterion for Multiple Objects. Choosing a Candidate as the Primary Assignee. Defining Server Key Mappings for Assignment Rule Groups.

  10. How Assignment Manager, Rule Group, and Server Key Mapping Interact

    Starting with Siebel applications version 7.5, the following functionalities have been added to Assignment Manager: Rule Groups. Server Key Mapping. These functionalities generally work together, although you can use rule groups alone to functionally split the rules into groups for administrative purpose. The purpose of this technical note is ...

  11. Setup for Availability-Based Assignment for the Activity Assignment

    Siebel Field Service Guide (Siebel 7.8.x and Siebel 8.x) for topics related to Scheduling, Appointment Booking System. Siebel Assignment Manager Administration Guide > Availability-Based Assignment > Process of Configuring Assignment Objects for Availability-Based Assignment (Siebel 7.8.x and 8.x) Scope

  12. Bookshelf v8.0: Running Interactive Assignment

    Running Siebel Assignment Manager in interactive mode allows end users to make real-time assignments. End users can review a list of potential assignees generated by Assignment Manager, then select and confirm, or override the assignment from the generated potential candidate list. For example, a call center agent might review potential ...

  13. Siebel Assignment Manager Quiz

    In Email Activity Assignment Mode, Siebel Assignment Manager can assign inbound emails to agents (True or False) TRUE. FALSE. Question 6 of 11. 6. Question. In Assignment Criteria, there is a Criteria Inclusion Method called "Include All Matching". Based on a criteria involving an Employee being able to speak multiple Languages, if the ...

  14. Preparing to Run Siebel Assignment Manager

    Siebel Assignment Manager requires various functioning server components and tasks based on the selected assignment mode. Table 9-3 summarizes the required components and tasks that must be online or started when selecting a particular mode of assignment. When using mobile assignment, use the information provided for either interactive or batch ...

  15. Execute Assignment Manager

    1- Have a marketing campaign with 10 contacts. 2- In the Campaigns > execution option, set: Assignment Rule Group => a group that created which contains 5 rules based on the object Campaign. 3- Click on the button "Run assignment manager" on the view "Campaign Customers Management View". Nothing happens. 6- Check the enterprise server and the ...

  16. Associating Skills with Employees, Positions, and Organizations

    During the assignment process, Siebel Assignment Manager identifies candidates that have the relevant skills for assignment to a particular item. For example, a service request requiring an agent who has expertise for a particular product is routed to someone who has that product expertise as a part of his or her skill set.

  17. Essential Building Blocks of Siebel Assignment Manager

    In Siebel Assignment Manager, candidates represent the people who or organizations that are evaluated as potential assignees for objects. Depending on the assignment rule you use, and the object to which a candidate is assigned, candidates can be positions, employees, or organizations, and can be assigned as individuals or as members of a team. ...

  18. Siebel Assignment Manager Test

    Siebel Assignment Manager routes business entities and work items to the most appropriate candidates by enforcing business rules set by sales, service, and marketing organizations. Assignment Manager does this by matching candidates (that is, employees, positions, and organizations) to predefined and user-configurable assignment objects. ...

  19. Essential Building Blocks of Siebel Assignment Manager

    In Siebel Assignment Manager, this example translates as follows: An assignment rule exists for the U.S. Western region. The assignment rule candidate is the U.S. Western Sales Representative. One criterion for the assignment rule includes only those accounts with ZIP Codes 94401, 94402, and 94403.

  20. How to Implement Round Robin Assignment Manager

    Click to get started! In this Document. Goal. Solution. References. My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts. Siebel Assignment Manager - Version 7.0.4 [14068] and later: How to Implement Round Robin Assignment Manager.

  21. Siebel Assignment Manager

    Posted in Assignment, Assignment Manager, Screencast, Siebel CRM, Siebel Enterprise Tagged assignment, configuration, CRM, elearning, Siebel CRM, Tools Post navigation. Oracle Customer Hub aka Siebel UCM 8.2. News from the Cloud. Top Commentators Top Commentators this Month. Alexander Hansal (1) Product Categories.

  22. PDF Siebel Assignment Manager Administration Guide

    This new feature provides Assignment Manager the ability to return results as a property set and allows Assignment Manager and Siebel Workflow to share inputs and outputs (supports rerouting of objects). Ability to exclude a set of candidates from assignment See fiAbout Excluding Candidates from Assignmentfl on page 164.

  23. Bookshelf v7.8: Assignment Methodology

    Assignment Methodology. Siebel Assignment Manager uses the following methodology to assign candidates to assignment objects. Assignment Manager finds assignment rules for an object. Assignment Manager finds active assignment rules for evaluation for the object being assigned. If there are no active rules for the assignment object, default ...