Great sir..... could you please make the triggers senerio example videos
@SanjayGuptaTechSchool2 жыл бұрын
Will be uploading them from next week.
@Kings238 Жыл бұрын
Thank you so much sir
@teluguvideos2295 Жыл бұрын
Could you please tell me how the triggers will be executing when we are inserting more than 30K records? Thanks in Advance
@gulsertellioglusener7700 Жыл бұрын
Can you share the Q and A document
@strykergamer68523 ай бұрын
Hii sir , I had one doubt . The record get read only mode while updating the same record in after trigger.... Before trigger for update same record editable After trigger for updating same record it is not editable Wheather this is correct sir? Thanks
@justforfun3219 Жыл бұрын
"Please answer, what type of questions will be asked in TCS Salesforce interview for fresher? My interview will be between 20th to 25th April." i'm from 2023 batch
@SanjayGuptaTechSchool Жыл бұрын
Watch all these videos related to interview questions. They cover all topics.
@kuberakshi Жыл бұрын
Sir using triggers how to avoid duplicate phone numbers on diff contacts?
@SanjayGuptaTechSchool Жыл бұрын
You need to query existing data having same phone numbers, if there are data then you can use adderror() method to throw errors.
@kuberakshi Жыл бұрын
@@SanjayGuptaTechSchool I am big fan of Urs sir🙏 thank you so much.
@SanjayGuptaTechSchool Жыл бұрын
I am glad!
@udayakumar9155 Жыл бұрын
Hi sir... I have one query... Illegal assignment from decimal to ID ..am getting error... How to solve this error..
@SanjayGuptaTechSchool Жыл бұрын
While assigning values both variables should be of same type.