Salesforce/Mulesoft Developers Required in Appirio/Wipro
Mulesoft Exp Reqd 3+ years
Salesforce 5+ Years
If any reference required pls let me know
Virtual Drive on 18th July.
Mulesoft Exp Reqd 3+ years
Salesforce 5+ Years
If any reference required pls let me know
Virtual Drive on 18th July.
*Developer Job in Ajmer (Satguru Group)*
Experience with cloud technologies.
Creating secure RESTful-based web services in XML and JSON, Javascript, JQuery.
Continuous integration (Jenkins) and version control (Git).
Good understanding of DB architecture.
Mandatory - React, React Native, Node, Mongo, MySql, Python
Optional: - Angular, Rx-Java, Rx-SWIFT, AWS, Kafka, Spark, Elastic Search, Cassandra, Docker, JWT.
Salary: - As per Industry Standard.
Please share relevant C.V. on *hr.backoffice@satgurutravel.com*
Contact :- 7300044026
Experience with cloud technologies.
Creating secure RESTful-based web services in XML and JSON, Javascript, JQuery.
Continuous integration (Jenkins) and version control (Git).
Good understanding of DB architecture.
Mandatory - React, React Native, Node, Mongo, MySql, Python
Optional: - Angular, Rx-Java, Rx-SWIFT, AWS, Kafka, Spark, Elastic Search, Cassandra, Docker, JWT.
Salary: - As per Industry Standard.
Please share relevant C.V. on *hr.backoffice@satgurutravel.com*
Contact :- 7300044026
👩💻Calling all Women trailblazers for 'Super Women Superbadges' quest. Be part of this awesome quest and earn your next certification voucher !
Register in the below google form :
https://t.co/OImK6J0frM
For more join t.me/salesforcegeek
Register in the below google form :
https://t.co/OImK6J0frM
For more join t.me/salesforcegeek
Quiz questions will be from Trail: Become an Integration Champion
https://trailhead.salesforce.com/en/content/learn/trails/mulesoft-integration-trailblazer
TechnologistWoman technologistJoin us virtual Patna #MuleSoftMeetup with
@ApexHours
.
RSVP: https://meetups.mulesoft.com/e/m4cf62
Mobile phone with rightwards arrow at left Quiz for 3 Certification Vouchers &
@MuleSoft Instructor-led Training
For more Info Join t.me/salesforcegeek
https://trailhead.salesforce.com/en/content/learn/trails/mulesoft-integration-trailblazer
TechnologistWoman technologistJoin us virtual Patna #MuleSoftMeetup with
@ApexHours
.
RSVP: https://meetups.mulesoft.com/e/m4cf62
Mobile phone with rightwards arrow at left Quiz for 3 Certification Vouchers &
@MuleSoft Instructor-led Training
For more Info Join t.me/salesforcegeek
Excited to Announce that
@salesforce
speaker
@praveen__gali
will be joining us at #TDX20 Global Gathering on 25th July at 6:00 PM IST.
Join us and get a chance to win #Salesforce Certification Vouchers. Register here: https://bit.ly/2WonWkv
For more Info Join t.me/salesforcegeek
@salesforce
speaker
@praveen__gali
will be joining us at #TDX20 Global Gathering on 25th July at 6:00 PM IST.
Join us and get a chance to win #Salesforce Certification Vouchers. Register here: https://bit.ly/2WonWkv
For more Info Join t.me/salesforcegeek
Always Use this to calculate your Salesforce Exam Percentage: https://scuvanov.github.io/SalesforceCertScoreCalculator/
for more t.me/salesforcegeek
for more t.me/salesforcegeek
Flows Builder Scenarios: https://www.youtube.com/playlist?list=PL9kdg63vJl6C0URtd8NW18zcjaRSsczQ_
Salesforce Geeks
Registeration for *Salesforce Certified Javascript Developer 1 - Day 2* are live now. RSVP - *https://bit.ly/JSD-S*. Find the link to Day 1 - https://youtu.be/UhaADj7s47k
join fast for the third session if you not join yet
Summer '20 Flow to Pass the whole record When Launching a Flow from a Quick Action.
In this video, I'm exploring another salesforce summer '20 update where we can pass the whole record into the flow without using the get record element just by creating a recordId variable of record datatype.
Why should you use a Record variable instead of a Text variable here? With a Text variable, you can pass only the record’s ID into the flow, which means that you have to use a Get Records element to get other details from the record, like the owner ID or associated revenue. If instead, you use a Record variable, those other values are passed in along with the record ID. No additional Get Records required!
check this out:
https://youtu.be/B8RHKA25pA8
In this video, I'm exploring another salesforce summer '20 update where we can pass the whole record into the flow without using the get record element just by creating a recordId variable of record datatype.
Why should you use a Record variable instead of a Text variable here? With a Text variable, you can pass only the record’s ID into the flow, which means that you have to use a Get Records element to get other details from the record, like the owner ID or associated revenue. If instead, you use a Record variable, those other values are passed in along with the record ID. No additional Get Records required!
check this out:
https://youtu.be/B8RHKA25pA8
YouTube
Summer '20 Flow to Pass the whole record When Launching a Flow from a Quick Action
In this video, I'm exploring another salesforce summer '20 update where we can pass the whole record into the flow without using the get record element just by creating a recordId variable of record datatype.
Why should you use a Record variable instead…
Why should you use a Record variable instead…
What would you prefer to learn Salesforce Development?
Anonymous Poll
13%
Book (HardCopy)
70%
Tutorials
18%
Blogs
Relationship between Account and Contact?
Anonymous Quiz
31%
Lookup
36%
Master Detail
14%
Lookup with CascadeDelete
18%
At record Creation Level it behaves as Lookup and at sharing/Owd level it's MD
If you are confused in Salesforce Security checkout the Sessions of MVP Amit Singh ☁ aka SFDCPanther Security Playlist over youtube.com/salesforcegeek Channel
Salesforce Security🔐:
📌Organization Level Security
📌Object level Security
📌Record Level Security
📌Field Level Security
⚙️Check it out:
https://www.youtube.com/playlist?list=PL9kdg63vJl6BqzI7zTQqXBIiXqBpIGRi2
Salesforce Security🔐:
📌Organization Level Security
📌Object level Security
📌Record Level Security
📌Field Level Security
⚙️Check it out:
https://www.youtube.com/playlist?list=PL9kdg63vJl6BqzI7zTQqXBIiXqBpIGRi2
YouTube
Salesforce Security - YouTube
Summer ' 20 feature to debug Flows Faster with Rollback mode.
In this video, I created a scenario to let you know How Rollback mode works when you debug your flow i.e autolaunched flow, but there are a lot of considerations too, you can check out the release notes.
When you debug an autolaunched flow that saves changes to the database such as create records, you don’t have to revert those changes manually anymore. In Flow Builder, use rollback mode and let it save you the hassle. You can now use the debug option in Flow Builder for schedule-triggered flows. And the debug option includes the Lookup screen component so that you can set record variables more easily.
check this out:
https://youtu.be/UQcn4CeVhMM
In this video, I created a scenario to let you know How Rollback mode works when you debug your flow i.e autolaunched flow, but there are a lot of considerations too, you can check out the release notes.
When you debug an autolaunched flow that saves changes to the database such as create records, you don’t have to revert those changes manually anymore. In Flow Builder, use rollback mode and let it save you the hassle. You can now use the debug option in Flow Builder for schedule-triggered flows. And the debug option includes the Lookup screen component so that you can set record variables more easily.
check this out:
https://youtu.be/UQcn4CeVhMM
YouTube
Summer ' 20 feature to debug Flows Faster with Rollback mode - [Salesforce Flow]
#Summer20Flow Updates detailed Videos:
No Need to create record Variable:
https://youtu.be/eueJh1jcMqM
After Save Update Flows:
https://youtu.be/YuDcPxuJjvw
https://youtu.be/x6xfFOFx8Cs
recordId as Record DataType:
https://youtu.be/B8RHKA25pA8
In…
No Need to create record Variable:
https://youtu.be/eueJh1jcMqM
After Save Update Flows:
https://youtu.be/YuDcPxuJjvw
https://youtu.be/x6xfFOFx8Cs
recordId as Record DataType:
https://youtu.be/B8RHKA25pA8
In…
Salesforce For Beginners by MVP Sharif Shalan
Kindle Edition:
https://amzn.to/3fYpFF1
Hard Copy:
https://amzn.to/3huS0mM
Kindle Edition:
https://amzn.to/3fYpFF1
Hard Copy:
https://amzn.to/3huS0mM
Opportunity to Win Udemy LWC course Voucher by MVP Amit Singh aka sfdc Panther https://twitter.com/digitalbhardwaj/status/1287233448306831369?s=20
To register for the session: https://bit.ly/JSD-S
30 minutes left
To register for the session: https://bit.ly/JSD-S
30 minutes left
What number of solution records can be imported via import wizard?
Anonymous Quiz
3%
500
82%
50000
10%
5000
6%
None of the Above