TRENDING:

Delegate Administrator
JavaScript Array – Everything you need to know
HOW TO PASS PARAMETERS TO VISUALFORCE PAGES AND BETWEEN...
Technical Potpourri
  • Home
  • Salesforce
    • Salesforce Certification
      • Education Cloud Consultant
      • Sales Cloud Consultant
      • Service Cloud Consultant
      • Sharing and Visibility Designer
      • Advanced Administration
      • Data Architect and Management Designer
      • Platform Developer I
  • Google Cloud
    • Google Cloud Digital Leader Certification
  • Web Technology
    • CSS
    • JavaScript

Select Page

Sudden Gift from Salesforce Trailhead — Feeling awesome

Posted by Sudipta Deb | Mar 3, 2016 | awesome, gift, Salesforce, trailhead | 0 |

 

Share:

Rate:

PreviousAnother Important Step – Trailhead Module – Navigate the Salesforce Advantage
NextSalesforce Lightning Component – Component Event Bubbling Effect

About The Author

Sudipta Deb

Sudipta Deb

    Related Posts

    Version Controlling in Salesforce with Git + Eclipse

    Version Controlling in Salesforce with Git + Eclipse

    November 17, 2014

    Use Case 3 – WebSphere Cast Iron Integration – MySQL and Salesforce.com

    Use Case 3 – WebSphere Cast Iron Integration – MySQL and Salesforce.com

    March 17, 2015

    Solution Management in Salesforce Part III – Solution Category

    Solution Management in Salesforce Part III – Solution Category

    January 23, 2015

    Solution Management in Salesforce Part IV – Automation

    Solution Management in Salesforce Part IV – Automation

    January 24, 2015

    Leave a reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Technical Potpourri

    Postman Flows is an API workflow builder for logically connecting APIs. Use Flows in your Postman workspace to chain requests, handle data, and construct real-world workflows. In today’s video, I will be implemented a couple of use cases using Flow from Postman and while configuring the flow, I will be using many building blocks from Postman flow. 
✨ Tutorial to Build Workflows and Flows in Postman - https://www.youtube.com/watch?v=HLm1ny4meBA
✨ Blog Post: https://sudipta-deb.in/2022/05/understand-postman-flows-with-advanced-examples.html
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:16 - Introduction
1:06 - Use Case #1 - Consolidating responses from multiple web services
5:56 - Use Case #2 - Introducing the delay
8:24 - Use Case #3 - Loop through the result
12:15 - Use Case #4 - Loop through the result
17:14 - Conclusion
#postman #postman-flow #api #openapi #postmanrequest #rest #resposne #validate #loop #consolidate 
✨ Learn to code for free: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce or any other company in any way.
    Learn Postman Flows with Advanced Examples
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_AUPRg-wd6kI
    Welcome to Summer ’22! In this release, you will find lots of new features and new enhancements related to Lightning Experience, Salesforce Flow, Lightning Web Component, Apex, Experience Cloud,  and APIs. In this video, I have focused on couple of quick admin features. But there will be more videos coming focusing on specific clouds, flows and development.
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:46 - Enable Person Account without contacting Salesforce Support
3:50 - Salesforce for Slack (Beta)
5:08 - Customize and Filter Related Lists in Lightning App Builder
8:54 - New Median Summary function available
9:41 - Custom Address Field (Beta)
11:55 - Conclusion
#salesforce #salesforcesummer22 #summer22release #slack #personaccount #report #median #customaddress #dashboard #relatedlist #filter
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce or any other company in any way.
    Salesforce Summer 22 New Features For Administrators
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_-nlWPd5OdMc
    JavaScript continuously enriches its standard library on strings and arrays. An array is a special variable, which can hold more than one value. Arrays can be initialized with data in a variety of ways in JavaScript. Let’s examine which methods are the easiest and most popular in this post.
Blog: https://sudipta-deb.in/2022/05/fill-an-array-with-initial-values-in-javascript.html
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:42 - What is an Array in JavaScript?
1:00 - Fill an array with primitives
3.11 - Fill an array with objects
3:20 - array.fill(initialValue)
5:34 - array.from()
8.27 - array.map() with spread operator
10:53 - Conclusion
#array #initialize #sparse #dense #array #Array.length #index #map #length #spread #array.from
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
    Fill an Array with Initial Values in JavaScript || JavaScript Tutorial
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_p73NTATlNco
    JavaScript continuously enriches its standard library on strings and arrays. An array is a special variable, which can hold more than one value. In today’s video, I will be discussing Sparse Array and Dense Array. Also, I will be talking about how to create them, what are the differences and what you can do with this type of array.
Blog: https://sudipta-deb.in/2022/05/sparse-vs-dense-arrays-in-javascript.html
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:54 - What is an Array in JavaScript?
1:17 - Different Array functions
1:44 - What is Dense Array? Examples of Dense Array
4:22 - Functions to check Dense Array vs Sparse Array
5:58 - What is Sparse Array? Examples of Sparse Array
7:12 - Different ways to create Sparse Array
10:23 - Things to remember
#array #sparse #dense #array #Array.length #index 
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
    Dense Array vs Sparse Array in JavaScript - What are the differences? || JavaScript Tutorial
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_CvxQSRvr22I
    JavaScript continuously enriches its standard library on strings and arrays. In today’s video, I will be discussing the new array group proposal which is currently at stage 3. This new proposal introduces new methods array.groupBy() and array.groupByToMap(). You can get their polyfills from the core-js library.
Blog: https://sudipta-deb.in/2022/04/group-arrays-in-javascript-using-array-groupby.html
#array #groupBy #groupByToMap #grouping 
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com
    Array.GroupBy and Array.GroupByToMap: How to Group Arrays in JavaScript
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_8Lg0j4geMuI
    More Videos Subscribe to My Channel

    Recent Posts

    • Understand Postman Flows with Advanced Examples
    • Fill an Array with Initial Values in JavaScript
    • Sparse vs Dense Arrays in JavaScript
    • Group Arrays in JavaScript using Array.GroupBy
    • JavaScript Void Operator

    array Async attribute combinator console css css3 dense array development Flow GCP Google Cloud Google Cloud Certification Google Cloud Digital Leader Google Cloud Platform group GroupBy GroupByToMap groupcollapsed groupend husky ide JavaScript let log Postman Promises pseudo-class pseudo-elements request response scope selectors sparse array specificity specificity-rules table time timeend var Virtual Machine void vscode web Webservice

    Recent Comments

    1. Agen slot gacor on JavaScript Array – Everything you need to know
    2. standard oyster company on JavaScript Array – Everything you need to know
    3. South Park: Bigger Longer & Uncut Dvd on JavaScript Array – Everything you need to know
    4. 광주스웨디시 on JavaScript Array – Everything you need to know
    5. 바카라사이트 on JavaScript Array – Everything you need to know

    Home

    Disclaimer

    © 2019–2021 Copyright Cloud Shine. All rights reserved.

    Find me online

    • Follow
    • Follow
    • Follow
    • Follow

    Subscribe

    Never miss a post. Provide your email address to get the latest blog posts, right into your email box.

    Success!

    Subscribe