• Alex Lau
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I am new to Salesforce and have an urgent need to achieve tha following:

Say for example in the Products object, I have a custom field called Product Lines, and I want to have a custom field that display all Product Numbers of other Products that have the same Product Lines Text.

Say :

Product A(Product Number = 123), B (Product Number = 124), C (Product Numebr 125) => ProductLines1

For Product A , the custom field will display 124,125
 For Product B , the custom field will display 123,125
For ProductC , the custom field will display 123,124.

Is this possible with Apex code or a plain formula field type will do the trick?  Please provide some guidance.

Thanks,

Alex


I am new to Salesforce and have an urgent need to achieve tha following:

Say for example in the Products object, I have a custom field called Product Lines, and I want to have a custom field that display all Product Numbers of other Products that have the same Product Lines Text.

Say :

Product A(Product Number = 123), B (Product Number = 124), C (Product Numebr 125) => ProductLines1

For Product A , the custom field will display 124,125
 For Product B , the custom field will display 123,125
For ProductC , the custom field will display 123,124.

Is this possible with Apex code or a plain formula field type will do the trick?  Please provide some guidance.

Thanks,

Alex