PantherSchools
7.87K subscribers
494 photos
11 videos
23 files
1.52K links
The sole purpose of the channel is to share the knowledge about salesforce mulesoft, javascript and also share any job vacancies.

Join Link
๐Ÿ–‡๏ธ https://telegram.dog/sfdcpanther

โŒNo Dumps โŒ
โŒNo proxy โŒ
โŒNo spam โŒ
Download Telegram
Forwarded from Salesforce Geeks
๐ŸŸฉ ๐——๐˜†๐—ป๐—ฎ๐—บ๐—ถ๐—ฐ ๐—™๐—ผ๐—ฟ๐—บ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—ฆ๐—ฎ๐—น๐—ฒ๐˜€๐—ณ๐—ผ๐—ฟ๐—ฐ๐—ฒ ๐—™๐—น๐—ผ๐˜„
๐Ÿ”ด Starting with Summer โ€™21, you can build flow screens faster by leveraging your orgโ€™s fields with just one click. With Dynamic Forms in Salesforce Flow, you can simply drag a record field onto a flow screen, and everything is automatically configured for you.
๐Ÿ”ด Your flows will also stay consistent with your Salesforce objects because any changes to your fields in Object Manager are automatically inherited by the record fields in your screens.
๐Ÿ”ด Dynamic Forms in Salesforce Flow is production quality but has some limitations. With the Summer โ€™21 Release, it supports a subset of the fields.
1. Checkbox
2. Date
3. Date/Time
4. Number
5. Long Text Area
6. Text

https://youtu.be/YQPcLg4EkBE
Journey to a Solution Architect | Salesforce https://youtu.be/Q2b5AYHoWrc
๐Ÿ“Œ Write a SOQL query to find the duplicate Lead record based on the Email and Phone Field.

Comment below โฌ‡๏ธ
What will be the answer for below question?
Anonymous Quiz
50%
Yes
22%
No
25%
Compile Error
3%
Never
๐Ÿ“Œ Can we create a method inside apex trigger like below?
trigger AccountTrigger on Account (before insert) {
public static void run(System.TriggerOperation operations){
switch on operations{
WHEN BEFORE_INSERT{
System.debug(' BEFORE_INSERT ');
}
}
}
}
โ‰๏ธ Can we Store SOQL Result in a Set?

๐Ÿ“P.S. Please do not put the answer in Comment.
Anonymous Quiz
54%
Yes
46%
No
๐Ÿ“Œ What is the use of replayId in platform event?
๐Ÿ“Œ Question -

We have 2 objects A and B. I want to give OWD public read/write to both.
I'm able to do it for A But B is restricting me What could be the reason?
โšก My recent interview failures in last 6 months
๐Ÿ“Œ Amazon
๐Ÿ“Œ Velocity
๐Ÿ“Œ AutoCAD
๐Ÿ“Œ Service Now
๐Ÿ“Œ VMware
๐Ÿ“ŒAMD

โšก "Everything you want is on the other side of fear." - Jack Canfield

๐Ÿ“Œ Don't be impatient or sad if you are getting rejected, there is something great coming in your way.

๐Ÿ“Œ Learn from your failures
๐Ÿ“Œ๐Ÿ“Œ

Exciting opportunity for Marketing cloud expert with 3 to 10 years experience at Virtusa.

Should have experience in AMP Scripts, Contact/Audience builder.

Knowledge in Sales cloud (from connected marketing cloud perspective) will be added advantage.

LWC and Integration expert.

Experience in handling documents and templates.

Exposure to SFDX and CI/CD (including GIT integration and Management).

Please send profile at manavendrap@virtusa.com
๐Ÿ“Œ๐Ÿ“Œ

Expertise in SF Community cloud.

Looking for 5 people ranging from 3-7 years experience.

Well-versed with Integration and jQuery.

Please send profile at manavendrap@virtusa.com
๐Ÿ“Œ Sfdcpanther is on Instagram now as as @sfdcpanther. Install the app to follow my photos and videos.

Follow me here ๐Ÿ“Œ
https://www.instagram.com/Sfdcpanther/
๐Ÿ“Œ Question - Write a trigger to find the avg time of case being closed related to an Account.