AME_IExpense费用报表通过AME审批简单例子(案例)

2014-05-30 Created By BaoXinjian

一、案例


需求: 在User提费用报表时,当费用金额<=100时,只需一层直接主管审批,当费用金额在100到200时,需两层主管审批

测试: 员工Andretti, Evan, 其直接主管为Norton, Linda, 因系统启动了自审批功能,所以本人为第一层审批人,其直接主管为第二层审批人

所以当员工Andretti, Evan提金额为50的费用报表,只需其自己审批即可

所以当员工Andretti, Evan提金额为150的费用报表,需其自己及其直接主管Norton, Linda审批

 

二、案例实现


Step1. 打开职责approve management business analyst

Description: IExpense中费用报表签合是通过transaction type(OIE Expense Reports)进行签合,所以选中该条记录,进行设定

 

Step2. 创建新的attribute (bxj_expense_total) 用以存放费用报表的总金额

 

Step3. 创建condtion, 费用报表的总金额小于等于100

  Description:  attribue(bxj_expense_total) is less than or equal to 100

 

Step4. 创建condtion, 费用报表的总金额大于100小于200

  Description:  attribue(bxj_expense_total) is greater than 100 and less than or equal to 200

你可能感兴趣的:(exp)