Technical Potpourri
Technical Potpourri
  • Видео 190
  • Просмотров 223 100
Important Parameters While Creating Virtual Machine with gcloud in GCP
In this video, I am going to show you two important parameters you can use while creating Virtual Machine with gcloud command. These will define the maximum duration the virtual machine will execute and what will happen after the time is over.
▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:01 - Introduction
0:34 - Authorize with Google Cloud
0:54 - Create Virtual Machine using gcloud command
1:14 - Introducing two parameters - max-run-duration & instance-termination-action
2:28 - Explain these two paremeters
5:22 - Conclusion
#GCP #virtual-machine #gcloud #googlecloudvm #Google_Cloud_Resource_Hierarchy #Google_Cloud_Certification #max-run-duration #instance-termination-action
📌 Blog - sudipta-deb.in/2024/0...
Просмотров: 33

Видео

Understand Deny Policy in GCP IAM
Просмотров 5914 часов назад
Traditionally, the “allow” concept of permissions in GCP (Google Cloud Platform) IAM (Identity and Access Management) has allowed you to define who can do what. Certain situations, nonetheless, need for the explicit denial of access to be specified. Deny policies are then applicable in the situation. Regardless of any allow rights that might be given elsewhere, administrators can explicitly blo...
Service Accounts in Google Cloud - IAM (Identity & Access Management)
Просмотров 8621 час назад
A service account in GCP is a special kind of account used by applications or virtual machines (VMs) to interact with other GCP services. Unlike user accounts, which are intended for human users, service accounts are designed for non-human entities that need to authenticate and authorize actions on GCP resources. Service accounts allow for secure and efficient interaction between different GCP ...
How to Implement Multi-Language Translation in Salesforce Flow
Просмотров 115День назад
In this video, I will showcasing all the different ways to implement multi-language translation in Salesforce Flow. #multilangual #translation #translationworkbench #customlabel #flow #Autolaunchedflow #screenflow #flowaction #salesforce #flowactionbutton #flowfooter ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:01 - Introduction 0:20 - Start Building the Screen Flow 1:18 - Create Custom Label to Handl...
How to Update Only Records Using External Id REST API in Salesforce
Просмотров 22814 дней назад
After Summer 24 Salesforce Release i.e. from API version 61 onwards, you can now update a record using the value of its external ID with the new updateOnly parameter in REST API. Previously, you could only upsert a record using its external ID. In this video, I am explaining this new feature with a sample code snippet. #apex #rest-api #externalid #salesforce #update #upsert #httppatch ▬ Content...
How to Execute Five Level Parent to Child SOQL Queries in Salesforce
Просмотров 340Месяц назад
The most recent version of SOQL allows relationship queries to traverse up to five levels of parent-child data. This implies that a single SOQL query can be used to retrieve parent-child records from five different levels. Relationship queries in SOQL can have a parent root as the first level and go up to four levels deep with child relationships starting with API version 58.0. With this update...
Evaluate Dynamic Formulas in Apex - Salesforce
Просмотров 352Месяц назад
“Evaluate Dynamic Formulas in Apex” is a new feature in Salesforce scheduled for release with Summer ’24 (currently in beta). It allows developers to programmatically evaluate Salesforce formulas within Apex code. This means you can write code that takes a formula as input (as a string) and evaluates it based on the context you provide, similar to how formulas are evaluated in fields or rules w...
Understand Apex Cursors To Improve SOQL Performance
Просмотров 733Месяц назад
Apex Cursors are a new beta feature in Salesforce Summer ’24 release that allows you to work with large datasets retrieved using SOQL queries. Unlike SOQL which returns the entire dataset at once, Cursors retrieve data in manageable chunks, improving performance and memory usage. Cursors provide some advantages over Batch Apex, such as: 🛎️ Forward and backward navigation within the results. 🛎️ ...
Salesforce Summer 24 Release Permissions and Sharing Enhancements
Просмотров 9622 месяца назад
In this video, I will showcasing all the new Permissions and Sharing enhancements that are coming along with Summer 24 Release. #permission #sharing #useraccesspolicy #publicgroup #permissionset #freezeuser #summer24 #monitor ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:01 - Introduction 1:00 - Summary of User’s Permissions and Access 1:48 - Where Public Group is Used 2:19 - What’s Enabled in Permissi...
All New Salesforce Flow Features | Summer 24 Release
Просмотров 1,3 тыс.2 месяца назад
In this video, I will showcasing all the new Salesforce Flow Features that are coming along with Summer 24 Release. #isblank #isempty #restrictinput #duplicatecheck #restrictuseraccess #actionbutton #flow #Autolaunchedflow #callanotherflow #flowaction #salesforce #flowrepeater #flowactionbutton ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:01 - Introduction 1:01 - Restrict User Input on Screen Componen...
How To Call Autolaunched Flow Using Action Button | Summer 24 Release
Просмотров 8343 месяца назад
Summer 24 Release brings this amazing feature where you can now add an Action Button component to a flow screen to run and retrieve information from an active autolaunched flow without leaving the screen. The component renders a button that invokes the flow when clicked. In this video, I will be implementing a use case where I will be calling an auto launched flow to bring all contacts for the ...
Improved Salesforce Flow Address Component | How to use Google Map in Flow | Summer 24 Release
Просмотров 7893 месяца назад
In this video, I will be covering the new enhancements from Flow Address Component: 🔥 Enable Google Map search within Flow Address Component 🔥 Make Flow Address Component mandatory. 🔥 Enable State and Country Picklist within Flow Address Component #googlemaps #flow #FlowAddress #mandatory #StateCountryPicklist #salesforce ▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬ 0:01 - Introduction 0:21 - Enable Goo...
Use Flow Repeater Component To Collect Information And Create Records | Summer 24 Release Feature
Просмотров 9353 месяца назад
Collect information about multiple items of the same type on a screen with the Repeater component. The Repeater component provides an intuitive interface for building a list and includes these enhancements since the beta release: 🔥 Use custom components and all standard generally available screen components as child components. 🔥 Reference the output of a child component in a different child co...
How to connect to Google Cloud Virtual Machine using SSH from Terminal
Просмотров 2,1 тыс.3 месяца назад
How to connect to Google Cloud Virtual Machine using SSH from Terminal
How To Make File Upload Mandatory in Salesforce Flow
Просмотров 1,1 тыс.4 месяца назад
How To Make File Upload Mandatory in Salesforce Flow
How to calculate number of open tasks per lead? Salesforce Flow Use Case
Просмотров 2814 месяца назад
How to calculate number of open tasks per lead? Salesforce Flow Use Case
How to Configure Flow Transform Element | Spring 24
Просмотров 1,4 тыс.4 месяца назад
How to Configure Flow Transform Element | Spring 24
What is Salesforce Flow Repeater Component | Spring 24
Просмотров 5725 месяцев назад
What is Salesforce Flow Repeater Component | Spring 24
How To Customize Salesforce Global Search | Spring 24
Просмотров 1,2 тыс.5 месяцев назад
How To Customize Salesforce Global Search | Spring 24
How To Verify And Make HTTP Callout In Salesforce Flow | Spring 24
Просмотров 7715 месяцев назад
How To Verify And Make HTTP Callout In Salesforce Flow | Spring 24
How to display uploaded file names in salesforce flow
Просмотров 1,7 тыс.5 месяцев назад
How to display uploaded file names in salesforce flow
How To Restrict Uploading Files In Salesforce
Просмотров 1,4 тыс.5 месяцев назад
How To Restrict Uploading Files In Salesforce
Mastering Google Cloud Storage Part 3 - Advanced Concepts - Diving Deep into Retention Policies!
Просмотров 3108 месяцев назад
Mastering Google Cloud Storage Part 3 - Advanced Concepts - Diving Deep into Retention Policies!
Everyone's Talking About Google Cloud Storage Management Part 2
Просмотров 2288 месяцев назад
Everyone's Talking About Google Cloud Storage Management Part 2
Mastering Google Cloud Storage Part 1 - Understanding Storage Locations & Storage Classes
Просмотров 3249 месяцев назад
Mastering Google Cloud Storage Part 1 - Understanding Storage Locations & Storage Classes
Perform Enhanced List Sorting with Comparator Interface with Salesforce Apex
Просмотров 7659 месяцев назад
Perform Enhanced List Sorting with Comparator Interface with Salesforce Apex
Understand Enhanced Sharing Features in Salesforce
Просмотров 8369 месяцев назад
Understand Enhanced Sharing Features in Salesforce
What is Salesforce Selective Sandbox Access?
Просмотров 6129 месяцев назад
What is Salesforce Selective Sandbox Access?
Salesforce Winter 24 Release | Permission Related Enhancements
Просмотров 8109 месяцев назад
Salesforce Winter 24 Release | Permission Related Enhancements
Integrating Jotform with Salesforce: Create Custom Online Forms & More!
Просмотров 65310 месяцев назад
Integrating Jotform with Salesforce: Create Custom Online Forms & More!

Комментарии

  • @STEVEDUBOIS-ToPonderisDivine
    @STEVEDUBOIS-ToPonderisDivine 2 дня назад

    Thanks!

  • @chrisg714
    @chrisg714 3 дня назад

    rally nice video

  • @chaitanyaallada8649
    @chaitanyaallada8649 3 дня назад

    Thank you.. I like the way you explain

  • @lalithanandhin2406
    @lalithanandhin2406 8 дней назад

    How to implement returl for community users

  • @vipul84
    @vipul84 10 дней назад

    Thank you - wanted to connect to VMs using the terminal and you made the video for the exact problem. It worked like a charm so thank you so much. While doing the investigation I also came across the gcloud command to ssh into the VM without having to create the private and public SSH key. Here is the command: gcloud compute ssh --zone "ZONE_NAME" "INSTANCE_ID" --project "PROJECT_ID"

  • @jgoge9920
    @jgoge9920 12 дней назад

    It worked perfectly! Thanks!

  • @awesomekj5812
    @awesomekj5812 13 дней назад

    So basically if we have 4 different languages that we serve , we have to come here in translation and manually add translation for each language ...Also what about deployments ? Is it easier to pick them up via Deployment tool to move them to higher orgs?

    • @TechnicalPotpourri
      @TechnicalPotpourri 12 дней назад

      Yes you are correct. You need to add four entries per language.

  • @kumardchowdary2291
    @kumardchowdary2291 13 дней назад

    sir Thank you for explaining i need that PPT which ur displaying

  • @Jay-ky223
    @Jay-ky223 16 дней назад

    Thanks heaps.. i didn't even know these sort of features existed in SFDC

  • @awesomekj5812
    @awesomekj5812 16 дней назад

    Do you know if we can create some kind of trigger or apex to de provision license or permission set without manually removing them from users?

    • @TechnicalPotpourri
      @TechnicalPotpourri 16 дней назад

      Yes you can write trigger or flow to add/remove permission set from users depending on the condition.

    • @awesomekj5812
      @awesomekj5812 15 дней назад

      @@TechnicalPotpourri Is it like straighforward removing them from permissionsetassignment object ? I was hoping User Access Policies might have an object to check and remove from there.

  • @massimotarquini5157
    @massimotarquini5157 19 дней назад

    are OR conditions or custom logic supported? the only possible option i see is a single criteria rule and that s it OR is not supported as far as i can see? thanks sir

  • @jennalee4795
    @jennalee4795 21 день назад

    Very helpful, exactly what I was looking for. Thank you!

  • @tristansteiner6727
    @tristansteiner6727 21 день назад

    Thanks!

  • @SharmaJiSFDCBlogs
    @SharmaJiSFDCBlogs 21 день назад

    Just to add, both sum and count can be done in the same transform element. Thank you .

  • @kalyanisundaram3761
    @kalyanisundaram3761 22 дня назад

    I want to create a public group that should be assigned to particular permission sets. so that i can remove the users from the group , not individually go and remove the permission set, is that possible ?. Please advise

  • @yatin1370
    @yatin1370 23 дня назад

    This was helpful, very clear tutorial. Thanks

  • @xdenramonx
    @xdenramonx 26 дней назад

    it is ok, bu this is available due to replication of data between regions?

  • @Grumpicles
    @Grumpicles 28 дней назад

    This was super helpful and I was able to follow through without any issues at all. Thank you!

  • @mediatripai9880
    @mediatripai9880 28 дней назад

    minikube start / minikube dashboard

  • @LeninElio
    @LeninElio 29 дней назад

    I've been looking for this video for a long time. 🤝🤝

  • @cathyqu7618
    @cathyqu7618 Месяц назад

    You are amazing! Subscribed!

  • @user-td4dd3xo5h
    @user-td4dd3xo5h Месяц назад

    Great you solve the my issue

  • @kokilaramasamy7445
    @kokilaramasamy7445 Месяц назад

    Can i useliveness prob with database without any external dependency check?

  • @kellenkirby5294
    @kellenkirby5294 Месяц назад

    How do you remove the display text with the file names if you remove/delete file? I have a table that displays all the file uploads and you can select a file to delete which works perfectly. However, the display text with the file names remains on the screen.

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      I think you need to refresh the text which displays the file name to get it refreshed with the correct file names.

  • @davidi6773
    @davidi6773 Месяц назад

    Hey! Do you know if there is a way to assign Permission Set to profiles or if it's going to be available soon? Thank you! Great video.

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      I saw one Idea open. Not sure when it will be delivered from Salesforce side.

  • @Shri0900
    @Shri0900 Месяц назад

    Thanks!! really helpful content...Please keep posting

  • @HimanshuSingh-ls9kz
    @HimanshuSingh-ls9kz Месяц назад

    I have tried this in dev Console how ever I was getting object object after 2nd level😢😢

    • @awesomekj5812
      @awesomekj5812 Месяц назад

      Apparently you can't do that via dev console ...you have to rest API to access it

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      Have you tried workbench? It should be possible in workbench and rest API. It worked for me and It was also part of my video.

  • @HimanshuSingh-ls9kz
    @HimanshuSingh-ls9kz Месяц назад

    Sir you are doing great it's very helpful

  • @nhunguyen222
    @nhunguyen222 Месяц назад

    what about if i have more than one vm, how can it locates which vm i can access in

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      In that case, you need to pass the name of the vm as parameter.

  • @awesomekj5812
    @awesomekj5812 Месяц назад

    can you do a case where this assignment fails ? Where would you see the errors ?

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      I am not sure what do you mean by the assignment fails. Can you please elaborate your question? Thanks !!

    • @awesomekj5812
      @awesomekj5812 Месяц назад

      @@TechnicalPotpourri I meant to say if you run the user access policies and for some reason it fails to assign right permission set to users. Where would you go to see the errors before you get to know about them from users itself ?

  • @SarGuP
    @SarGuP Месяц назад

    Can we use this for multiple records

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      Yes absolutely you can use this formula for multiple records

  • @awesomekj5812
    @awesomekj5812 Месяц назад

    What will be the use case for this ? I feel like I can do that with IF statement as well ...isn't ? This won't work in cases where you actually need formula on page to create list view and all

  • @pradeepkumars975
    @pradeepkumars975 Месяц назад

    Thanks for the info and we can use custom meta data to handle it more efficiently

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      Agreed. It is giving us lots of flexibility.

    • @pradeepkumars975
      @pradeepkumars975 Месяц назад

      This feature is not only for dynamic formula fields we can create custom validation rules using custom metadata and we can use it in triggers and flows as well. Is it supporting child to parent relationship value?

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      I don't think it supports child to parent relationship value. It is solely on single object.

  • @corporaterydervlogs6670
    @corporaterydervlogs6670 Месяц назад

    please help me i'm getting 1703 error in postman console

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      I don't know. Do you have some log which you can share?

  • @PieterJacob
    @PieterJacob Месяц назад

    So, are cursors a way to avoid retrieving data sets that potentially are too large? Contact for example has the change to retrieve more than the allowed limit of records.

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      Not only retrieve large data sets, bur process them efficiently by breaking into small manageable chunks.

    • @PieterJacob
      @PieterJacob Месяц назад

      @@TechnicalPotpourri and how does it distinguish from a Batch? Apart from having more freedom in the chunks you are processing using a cursor…

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      @PieterJacob - A batch size in batch Apex is limited to max 2K. Lets say you can process 4K records in a transaction you would need 2 jobs. With cursors just one job is enough. The idea is if you have a process that can run quickly use cursors. You can go upwards in that scope for cursors even beyond that 2K limit that batch has

    • @PieterJacob
      @PieterJacob Месяц назад

      @@TechnicalPotpourri Thanks a lot for your answer. I will test and try it out :). Have a good day.

  • @awesomekj5812
    @awesomekj5812 Месяц назад

    Is it advanced version of querylocator ?

  • @cburt22ify
    @cburt22ify Месяц назад

    The problem I am having is I want to do a check and see if the component was actually used to try and create records, for example, I can run a check on a data table and see if the user selected any options from the table - how might I go about doing the same thing here?

  • @swathimalkar1217
    @swathimalkar1217 Месяц назад

    I am not able to see all the new features in my org. Please help. Let me know how is your org got updated?

    • @TechnicalPotpourri
      @TechnicalPotpourri Месяц назад

      Please make sure your org is in Summer 24 release. It should be as far as I know. Most of the orgs moved into Summer 24 release last weekend. Please check again.

  • @smritisharan-sfdcamplified
    @smritisharan-sfdcamplified 2 месяца назад

    nice

  • @marianasantana6655
    @marianasantana6655 2 месяца назад

    Thanks ❤

  • @stakhovskiy
    @stakhovskiy 2 месяца назад

    Thanks a lot.

  • @SubendhuTiwari
    @SubendhuTiwari 2 месяца назад

    I love you man, you saved my life by this.. earned a subscriber for lifetime

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      I am so happy that you liked my video and subscribed to my channel

  • @richardcalahan8784
    @richardcalahan8784 2 месяца назад

    Is there anything we need to do to enable this and the ability to select "Country Code" from this field? We're still seeing the old UI in our admin.

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      Is your org already in Summer 24? Otherwise you need to wait.

  • @yarlagaddauma3048
    @yarlagaddauma3048 2 месяца назад

    Hey, thanks for the video. I have a question, how can we set component visibility ? Suppose I want to display a text like Uploaded file name only after user uploads it , not before [the text].

  • @RaviKumawat-tq7uz
    @RaviKumawat-tq7uz 2 месяца назад

    sir how to use map in flow

    • @AdityaBelani
      @AdityaBelani 2 месяца назад

      Use 'Collection Filter' in flows, that might suffice your need for maps.

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      Yes this is correct. Thanks @AdityaBelani

  • @tymofii9550
    @tymofii9550 2 месяца назад

    thanks!

  • @rednagub
    @rednagub 2 месяца назад

    Many thanks for the information providing❤❤❤. Is it possible to deploy this copilot in our customer environment? Since the add-on isn't free am I correct?

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      Yes you are correct. It is not free but with paid version you can deploy

  • @shravanchandramouli9556
    @shravanchandramouli9556 2 месяца назад

    Can you please create a video to transform source with nested collections received as output from HTTP callout and map it to target collection which will then be displayed on screen using data table

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      Thank you for providing the feedback and sharing the use case. Let me work on it. Will create a video soon.

  • @shreyaraut9270
    @shreyaraut9270 2 месяца назад

    Thank you for the video. I have one doubt, can we do a data load for the file. For example, I have an object ABC and override the new button with the flow where file upload is mandatory. Now, Can I do data import for that object? Can I do a data upload with the file? because we don't have any file field on that object also.

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      File upload and data load are two different things. You can definitely do data load to load ABC object’s record data. You don’t need the file object. Now loading files goes into the storage of your org. And then they are getting associated with the records if needed. I hope it clears your doubts.

  • @bnindu
    @bnindu 2 месяца назад

    Good video Sudiphta!! As a security architect, your video provides a good high level overview of the security features which is important. I would also advise on how you can use the features which will make it useful. Like an auditor looking for people who can disable users , who has got delete permissions etc. I know that will be a bit more but will help if people know why they should use the feature and how it will be useful for them in there daily work!! Keep up the good work!!

    • @TechnicalPotpourri
      @TechnicalPotpourri 2 месяца назад

      Thanks a ton. I will keep your comments in mind while creating my next video. Thank you again for providing your valuable comment.