
Naresh kumar
Individual-
Naresh kumar started the discussion SOQL in the forum Salesforce® Discussions 5 years ago
Can we write SOQL query to fetch set the records which are in Trigger.New in before trigger?
-
Naresh kumar started the discussion Reference variable in the forum Salesforce® Discussions 5 years ago
what is reference variable in apex
-
Naresh kumar and
Yogesh are now connected 5 years ago
-
Naresh kumar replied to the discussion Withsharing and withoutsharing in the forum Salesforce® Discussions 5 years ago
Reply to Withsharing and withoutsharing
Hi
i already read this article but i didnt understand
-
Naresh kumar replied to the discussion How can I determine which salesforce org edition I am using ? in the forum Salesforce® Discussions 5 years ago
Reply to How can I determine which salesforce org edition I am using ?
setup->adminitser->company profile->company information
-
Naresh kumar replied to the discussion Do we need a namespace to develop Lightning Components? in the forum Salesforce® Discussions 5 years ago
Reply to Do we need a namespace to develop Lightning Components?
In order to deploy into other organisation We need to namespace is must.The default name space is c .
we can also create namespace in packages
-
Naresh kumar started the discussion Trigger in the forum Salesforce® Discussions 5 years ago
trigger trigger_1 on Contact (before insert) {
List<Contact>contacts= trigger.new;
for(Contact c:contacts){
c.industry='naresh';
}
}what is the mistake in this
-
Naresh kumar started the discussion CALL IN and CALL OUT in the forum Salesforce® Discussions 5 years ago
what are the terms callin and callout in integration
-
Naresh kumar started the discussion Withsharing and withoutsharing in the forum Salesforce® Discussions 5 years ago
Withsharing and withoutsharing
what is the use of withsharing and withoutsharing and how can we implement them in user mode and system mode
-
Naresh kumar started the discussion System.runAs and runAs in the forum Salesforce® Discussions 5 years ago
Hello guys,
when we have to use system.runAs and runAs?
-
Naresh kumar changed their photo 5 years ago
-
Naresh kumar became a registered member 5 years ago