QA meeting on 2016-09-27

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/87795296

Dear colleague,

please record your question here before the meeting. Then during meeting we can sit together to discuss them.

Question 1

There are lots of result returned in where used list for table COMC_PR_LOGSYS. How can we identify whether they are really only relevant for middleware or still consumed by other CRM application?

Jerry: as first step, judge by name according to own experience, and in second step, confirm your guess by reading source code.

Some naming convention for middleware:

  • SMOF
  • DIMA ( Data Integrity Manager )

在这里插入图片描述
上图是CRM industry solution的列表,如果对于一段代码不确信,看这段代码的package或者application component的description,如果发现属于上面的industry solution,那么这段代码可以直接不看了。

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

猜你喜欢

转载自blog.csdn.net/i042416/article/details/87795296
QA