• Sunil Arora
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Hi,

Can we make lookup field in VF  page without using javascript.

Note-The field doesn't exist in database,we just need to use it in UI for selection of a record.

Thanks
Sunil
Can we use SOSL in APEX?
 Hi,

I am fetching n number of records from a custom object(If the records are more than 1000,then it is showing exception),then trying to update Opportunity in some conditions.If I insert Opportunity manually,then trigger works fine,but if we insert 30-40 Opportunity records through data Loder ,then it is showing error/exception.

First Query:- If we get a single record from select call,then its very simple to use it for bulk update,but if we get multiple records from select call,then is it possible to use it for bulk update??

Second Query:-

How can we fetch more than 1000 records through Apex Trigger??
 Hi,

I am fetching n number of records from a custom object(If the records are more than 1000,then it is showing exception),then trying to update Opportunity in some conditions.If I insert Opportunity manually,then trigger works fine,but if we insert 30-40 Opportunity records through data Loder ,then it is showing error/exception.

First Query:- If we get a single record from select call,then its very simple to use it for bulk update,but if we get multiple records from select call,then is it possible to use it for bulk update??

Second Query:-

How can we fetch more than 1000 records through Apex Trigger??