SAP CRM OData multiple origin Composition的测试

Sent: Wednesday, December 3, 2014 2:48 PM

Subject: Multiple Origin composition test - Opportunity Creation case

结论是:如果gateway系统上针对一个odata service维护了多个mark成default的backend system,在creation的case下,runtime时候gateway只会向第一个
Default system发起请求。

如果我们在gateway上维护多个default backend system,比如QHA/504和QHD/504:

在gateway上创建一个Opportunity:

QHA/504上能够看到该Opportunity:

And this Opp is NOT created in QHD/504 ( the Opp 3494 in QHD/504 actually points to another Opp created previously ):

这个system排列顺序是按照字母排序的,即使我把QHA对应的那行删除,然后重新插入,它仍然会出现在QHD前面。

如果切换成如下的设置:

gateway将只会从第一个mark成default的backend 系统取值,因为我在QD0/504没有user,所以UI上将看不到任何结果:

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

发布了6767 篇原创文章 · 获赞 646 · 访问量 112万+

猜你喜欢

转载自blog.csdn.net/i042416/article/details/104510996