Тёмный

Whenever a Task is created, set the Priority to High | Apex Triggers 

Salesforce Makes Sense
Подписаться 8 тыс.
Просмотров 12 тыс.
50% 1

Are you tired of manually setting the priority on your tasks? Look no further! With Apex Triggers, you can automate this process and ensure that every new task is set to high priority. This can save you time and help prioritize your workload. Watch our video to see how easy it is to set up this Apex Trigger. With just a few clicks, you can streamline your task management and stay on top of your to-do list. Don't miss out on this powerful tool - try Apex Triggers today!
If you want to continue learning Salesforce (for free), Subscribe Salesforce Makes Sense here
/ @salesforcemakessense
To ensure a smooth learning experience,
I have curated playlists that will help you prepare for interviews, train on specific domains and boost your Salesforce journey.
The Complete Administrator Course
• Learn Salesforce Admin...
30 Scenario Based Questions:
• 30 Salesforce Scenario...
Learn Salesforce in Bytes - Short videos on Salesforce features
• Salesforce Bytes
Learn Salesforce With Me - Topic based Explanatory Videos
• Learn Salesforce with Me
65 Salesforce Interview Questions:
• 65 Interview Questions...
100 Salesforce Interview Questions:
• 100 Salesforce Intervi...
If you would like to acknowledge my efforts and want me to continue training and mentoring, you can support me here.
www.buymeacoff...
For any kind of questions, training & mentorship, queries & concerns,
Feel free to drop a mail at
salesforcemakessense@gmail.com
#apextriggers #triggers #salesforcedevelopment
That’s all from this video. See you in the next video. Till then, breathe long and keep learning :)

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@sameershaik7023
@sameershaik7023 Месяц назад
Thank you Himanshu, Completed the First use case.
@salesforcemakessense
@salesforcemakessense Месяц назад
Good going Sameer, keep learning :)
@gurulakshmi8945
@gurulakshmi8945 Год назад
Great explanation. The way ur taking it slow and steady is very much appreciated. I find it very useful. Hope do such recordings more. Thanks!!
@salesforcemakessense
@salesforcemakessense Год назад
Definitely will do Gurulakshmi, thank you for the awesome feedback.
@ravigrover1923
@ravigrover1923 Год назад
Thanks Himanshu, it was a simple example and easy to follow.
@salesforcemakessense
@salesforcemakessense Год назад
Glad it was helpful Ravi!☺
@yashwantha2859
@yashwantha2859 5 месяцев назад
Hi Himanshu, I got the better understanding of triggers by watching this video. will you be giving online training as well!!!😃
@salesforcemakessense
@salesforcemakessense 5 месяцев назад
Hi Yashwantha, for now the 30 use cases posted is all you can use to learn 🙃
@VictorNeffy
@VictorNeffy 4 месяца назад
Your explantion was nice. Could you please make videos on trigger frame works. Could you suggest me .
@salesforcemakessense
@salesforcemakessense 4 месяца назад
Thanks Victor! Sure I will plan a video around frameworks specifically.
@VictorNeffy
@VictorNeffy 4 месяца назад
@@salesforcemakessense Thanks Himanshu.
@rajeshwarisahukar5233
@rajeshwarisahukar5233 6 месяцев назад
Thank you so much himanshu, It is the perfect example for the beginner like me.
@salesforcemakessense
@salesforcemakessense 6 месяцев назад
Glad to hear that Rajeshwari :)
@saikumar2097
@saikumar2097 Год назад
Super 👌🏻 and bro Lighting aura & real time scenarios explain
@salesforcemakessense
@salesforcemakessense Год назад
Will do super soon 🙂
@saikumar2097
@saikumar2097 Год назад
@@salesforcemakessense waiting Bro
@srivalligodavarthi9109
@srivalligodavarthi9109 Год назад
Trigger priorityUpdate on Task(before insert, before update){ If (Trigger.isBefore && (trigger.isInsert || trigger.isUpdate)){ Classname.method(trigger.new); } } Trigger class UpdateTaskPriority{ Trigger static void taskUpdate(list tsList){ For(Task ts:tsList){ Ts.priority=’High’; Ts.name=’sri’; } is this also coreect? in not can u plz tell me
@salesforcemakessense
@salesforcemakessense Год назад
Looks good to me, only the method name should be public static void not trigger static void.
@srivalligodavarthi9109
@srivalligodavarthi9109 Год назад
@@salesforcemakessense yss i executed . ys that is typo mistake. thank you
@Tushar.S.Kitchen
@Tushar.S.Kitchen 7 месяцев назад
It is not best practice to write triggers in trigger and not in a separate handler class.Most of the new joiners would get the wrong way to write the triggers ,please correct it.
@salesforcemakessense
@salesforcemakessense 7 месяцев назад
Hi Tushar, I would suggest taking a look at the entire playlist to understand how use cases have been setup keeping in mind best practices, code building understanding and complexity.
@Tushar.S.Kitchen
@Tushar.S.Kitchen 7 месяцев назад
@@salesforcemakessense sure
@shubhamdaswadkar8178
@shubhamdaswadkar8178 Год назад
Can you please start writing Apex logic in separate apex class rather than in trigger context.
@salesforcemakessense
@salesforcemakessense Год назад
We will very soon start using the trigger framework very soon in the coming use cases. The initial use cases are more to understand how things really work and the very basics. Hope that's okay. Thank you for the feedback Shubham.
Далее
Apex Triggers | EXPLAINED | Salesforce Makes Sense
53:57
다리찢기 고인물⁉️😱 Leg Splits Challenge
00:37
Mindset of Successful Programmers
4:56
Просмотров 1,1 млн
Understand Salesforce Tasks & Events
8:32
Просмотров 11 тыс.
Allow Case Deletion only by System Admin users
12:07
Просмотров 3,8 тыс.