zoukankan      html  css  js  c++  java
  • 如何在SAP Cloud for Customer中创建基于Opportunity的Registered Product

    I find from SAP help the prerequisite to create Opportunity based on registered product:

    However, when I go to Business Configuration work center and I find I could not enable this checkbox:

    SAP help does not mention how to deal with this situation, so I have researched this issue a little bit.

    The reason is I also need to enable “Registered Products and Installed Base” in scoping:

    Unfortunately even after I enabled “Registered Products and Installed Base” and set the question “Do you want to enable users to capture registered products in opportunities?”, the opportunity tab is still missing in Registered Product TI page.

    Then I debug the code how the tabs in Registered Product TI are rendered.

    For the visible tab in TI, the tab is actually rendered by line 89 in file BaseControlWrapper.js in screenshot above.
    However for the missing opportunity tab, it never has any chance to enter the first IF branch because the IF condition in line 88 does not fulfill. The reason is bPersHidden equals to true.
    Then I start personalization and find the Opportunities tab is by default hidden in personalization setting:

    After that the tab is displayed as I expect – it is ready to create new opportunity based on a registered product now.

    The created opportunity also has a tab which contains a reference to the original registered product:

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

  • 相关阅读:
    valgrind的使用
    php开启gzip压缩
    scrapy
    今天几个bug的排查过程
    awk使用多个分割符
    有用的url
    图片延迟加载
    用中间表提高互联网程序的开发效率
    百度技术沙龙
    vs2005/.NET2.0 控件演示之 文件上传 《FileUpload》
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13576746.html
Copyright © 2011-2022 走看看