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
phanip adminphanip admin 

please any one help me what is N-1 trigger code

HI Everyone

i am new salesforce pls help me

my senerio is  i have a 100 contacts i wanna 99 contacts using trigger

Thanks in Advance :

Phanindra
Ankit SehgalAnkit Sehgal
i'm not sure what your requirements are but you could use this query in your trigger:


SELECT Name FROM Contact LIMIT 99 ORDER BY Name ASC
phanip adminphanip admin
HI Ankit 

First of all thanks :)

I went to interview in MNC company he asked the write the code of N-1 Trigger?