• InfoDeliver Inc
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
SOQLについて知識が少なく、以下のケースがSOQLで実現方法のアドバイスをいただければ、助かります。

Custom には feature (特徴)という属性があります。
Featureは複数あります。数は無制限にしています。
これを表現するために、Custom Object と Feature Objectを作成して、
Custom 1 .. N   Feature  の関係しています。

Featureによって、推奨する商品 Productがあります。
一つの商品 Product は、複数のFeature条件が合致する時に推奨されます。
Product 1 .. N Feature という関係です。

ここで、ある顧客に推奨すべき商品を検索したい時に、
SOQLでどのように実現でしょうか?
Is the following case possible to be done by using SOQL.

Custom object have more than 1 feature ( like attributes), 
the relationship is like below.

Custom 1 .. N  feature

We want to recommend product to custom according to the feature.
Generally , 1 product related to multiple feature , like below

Product 1 .. N feature

I want to search the products for one custom, can I use one SOQL to do this search?
 
SOQLについて知識が少なく、以下のケースがSOQLで実現方法のアドバイスをいただければ、助かります。

Custom には feature (特徴)という属性があります。
Featureは複数あります。数は無制限にしています。
これを表現するために、Custom Object と Feature Objectを作成して、
Custom 1 .. N   Feature  の関係しています。

Featureによって、推奨する商品 Productがあります。
一つの商品 Product は、複数のFeature条件が合致する時に推奨されます。
Product 1 .. N Feature という関係です。

ここで、ある顧客に推奨すべき商品を検索したい時に、
SOQLでどのように実現でしょうか?
Is the following case possible to be done by using SOQL.

Custom object have more than 1 feature ( like attributes), 
the relationship is like below.

Custom 1 .. N  feature

We want to recommend product to custom according to the feature.
Generally , 1 product related to multiple feature , like below

Product 1 .. N feature

I want to search the products for one custom, can I use one SOQL to do this search?