Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Search Custom Object And Map In Value?

Hey all, I have a question around mapping in fields.
For example I have a custom object.
Prices | Product
----------------------
20 1
25 2
15 3
50 4
and with in OPM the relevant attributes, Product1, Product2 Product3 and Product4.
How could I map in the the relevant prices to the relevant attribute with in OPM? IE How can the table be searched for all instances of 1 in "Product" and then retrieve the corresponding value, and map that to an attribute (Product1) within OPM, is this possible?
Thanks!
Answers
-
I am Assuming here that product and price are the two fields in your custom object. If this is so ,then you can create an entity mapped to your table for custom object to get this thing done.
Thanks