• Willem Jan Allaart
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies

 

Can u any one help me ,

 

   when i am enter record id ,then search will be done on all objects,the object which is having that record with that record id will be displayed in search results, how i can achieve this?

 

 

Thanx in Advance

 

Hari@Rockz

sfdc blue fish

Hi,

I have written one

 trigger {before insert, before update}

{

for(CustomObj__c t: Trigger.new)

{

system.debug('AutoID__c '+t.AutoID__c);

}

}

1. If I try to insert any record through UI , it will be possible to get the autonumber with the same trigger.

2.But if i try to run the data loader to insert any record ,its giving me 'Null' value.

   

So, i want the same trigger should work for Data loader as well.

Plz suggest some solution.

 

Thanks,

smi.

        

 

  • November 30, 2010
  • Like
  • 0
Hi there
 
Does your organization have a requirement to schedule some process in Salesforce.com?
 
Is your organization currently using an scontrol to do a calculation like rollup summary, which takes lots of time to compute?
 
We have a solution to this problem if your organization has an internet facing windows server. We have specialized in writing VB.Net based applications, which can be scheduled using windows scheduler. This application can run at a desired frequency and  do necessary computations.
 
Also using these applications, we can send emails basing on some crtieria. Please note that there is no governor limits to the computations done using this approach. So any of your requirement that was not implemented because of trigger/apex class governor limits, they can be implemented effectively.
 
We are a consulting company based in the bay area (California), specialized in providing SFDC configuration/development solutions. We have provided SFDC Administration and Custom Programming with S-Controls, Adobe Flex, Apex, Visual Force and VB.Net for various major clients in USA/Canada.

We received good appreciations from our clients for our quality work delivered on time.We can provide references. Please email us to discuss further.

Thanks

Message Edited by CodeWizard on 11-09-2009 11:14 AM