python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can i bulk update Accounts in Salesforce?
I am trying to update the Description for over 200 Account entities by matching on Salesforce Id.
I am using the following trigger ,
Trigger MyNew_tr_U on Account (after update) {
set<ID> ids ...
Abbey
Votes: 0
Answers: 1
Restrict more then 2 contacts that saved on Account object
I want to build a trigger on contact, that accept check box. And In Account object it take 2 contacts that are active. when user assign 3rd active contact to the same account he/she will get error mes...
Abhijith Poojary
Votes: 0
Answers: 0