function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
yudhvirmoryudhvirmor 

Visualforce code for search

I am trying to add new custom object thats should behave like a opportunity Products, I want to write visualforce code to have keyword search when user will try to search for record to be associated with the opportunity. Let me know if somebody has faced this issue before.

Ispita_NavatarIspita_Navatar

As you are implementing a standard functionality into a custom one, you will have to code for all the standard functiontionality.

We have converted many of our organization's product from normal SFDC to Force.com so we had to code for many standard functionality:-

1. Contact Roles

2. Cases

3. Opportunity

to name a few.

 

 

sforce2009sforce2009

If i Understand you correctly, you have a custom object similar to OLI and you want to implement a search on that. This can be done by a simple VF page.

Any other help you need in this regard contact us at engage@trekbin.com

 

Thanks,