zoukankan      html  css  js  c++  java
  • 什么是SAP CRM里的用户状态(user status)

    Created by Jerry Wang on Feb 19, 2016

    (1) define a new user status profile in customizing below:

    (2) maintain the status transition relationship. The example below defines the following state transition:

    a. Created status could only navigate to In process status, since its highest range is 20( In process).
    b. In process status could navigate to Activated(30) or Closed(40), however it could not return to Created(10) any more.
    c. Activated status could navigate to In process or Closed.
    d. After a product is set to Closed, it could never be set to any other user defined status.

    Mark "Product master data" as its allowed object type.

    (3) make the standard field //PRODSTAT/STRUCT.STSMA visible in product UI via configuration:

    and now you could see the user status value in the drop down list.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    HDU 2544 最短路
    HDU 3367 Pseudoforest
    USACO 2001 OPEN
    HDU 3371 Connect the Cities
    HDU 1301 Jungle Roads
    HDU 1879 继续畅通工程
    HDU 1233 还是畅通工程
    HDU 1162 Eddy's picture
    HDU 5745 La Vie en rose
    HDU 5744 Keep On Movin
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619974.html
Copyright © 2011-2022 走看看