Tag: #documentation

Documentations – how to, about, description, etc.

  • Google Search – “NO” AI MODE

    I was trying to learn more about TTS processes and available solution on the internet and as usual I did my regular Google search for the research. As always this was suffocating to see that most results are related to LLM space. I get it, this is because these things are trend – but as…

  • Salesforce web forms component for Framer sites

    If you use FRAMER sites for customer facing experiences & you want to connect FRAMER sites with your Salesforce ORG to capture LEADS or CASES, then this framer component is your way to go. Below is a hands on demonstration of the component. 🎧recommended. Usage notes Make sure web-to-case/web-to-lead is enabled in your Salesforce org.…

  • SOQL record card – user guide

    SOQL record card is a reusable LWC component UX element which offers you the ability to pull up a field information from current record, or related record or other records with help of a SOQL query. This SOQL queries are stored in objects SOQL Query, with a query name which is provided as the LWC…

  • Appexchange 2GP – second generation ISV packaging

    While recently working on an Appexchange listing realised – 2GP (Second Generation Packaging) will be the only packaging way going forward. Salesforce is highly recommending 2GP packaging for new package versions and or packages in Appexchange listing process. Hence, I took some dig into the whole 2GP process for managing my own Appexchange listings. This…

  • What is ServiceNow?

    ServiceNow or the Now platform is much like Salesforce Cloud ‘Platform‘ when I look at it from a very high level. It helps you with some pre-built solutions and plugins for your enterprise IT business operations. The difference in their product journey is that ServiceNow started as an incidence/ticket management platform and Salesforce started as…

  • Cost of SOQL Queries

    Note: This study is based on limited data available in Developer Org & discuss the points from an high level. In complex instance & large volume of data, one might see a difference in the observations. Before starting, let’s setup the environment. Head up to the Developer Console in Salesforce and toggle the Debug Levels…

  • What is Salesforce Scheduler?

    Salesforce Scheduler enables your business to allow customers/stakes book an appointment with your business experts. It’s an add-on license which uses Salesforce Industries Cloud, Sales Cloud and some of its own packaged objects behind the scene. A few example scenarios Salesforce provides a nice setup wizard which one can follow for the setup. However, we…

  • What is Salesforce Service Cloud Voice?

    If you are looking for a friendly functional overview around Salesforce Service Cloud Voice, this article is for you. Get some black coffee without SUGAR. Terminologies 🥱 My goal here is to ensure that maximum people understand this article. To achieve this, I’ve included some old terminologies and background information to provide the necessary context.…

  • First Impressions of Rust: A Newcomer’s Perspective

    RUST programming language elevates System Programming needs, Reliability & make programming FAST. Fast as in Development, Distribution and Performance. I am writing this article in a developer hat. While, I was trying some simple initial concepts, I noted some pointers. It is an as-is dump of those notes. Let’ go! Conclusion Overall this language is…

  • How to read Parquet file format?

    Be it Data analysis, Research, Data export/import, Big Data or ML, this article could be a great starting point for you to know about Parquet file format. What is Parquet? Parquet file format is created by Apache Foundation to efficiently store and operate big data (in their initial case for Hadoop ecosystem). It uses concepts…