Episode 11 with Amy Oplinger Singh
23:06
Episode 10 with Om Prakash
26:11
2 жыл бұрын
Episode 9 with Rupesh Bhatia
29:39
2 жыл бұрын
Пікірлер
@SandeepRahoolPV
@SandeepRahoolPV Күн бұрын
Good Explanation thanks for the video. When can I expect a video on Get and Set and its useges in LWC
@geirvassli
@geirvassli 19 күн бұрын
Referring to the last question about Mobile advertiser id, did you use contactid/subscriberkey ? If so, is that to get some kind of tracking data back to advertising studio such that we know who amongst our contacts that was actually targeted?
@AmChan18
@AmChan18 Ай бұрын
I haven't used Ad Studio in the past, how does one integrate Instant forms ?
@pankajsaini4350
@pankajsaini4350 Ай бұрын
Thanks for Nice explanation of LWC.
@motiveaura12
@motiveaura12 Ай бұрын
please do video on shadow dom very good explanation
@HamaduOsman-k3d
@HamaduOsman-k3d 2 ай бұрын
0:24
@nabinayasmin6102
@nabinayasmin6102 3 ай бұрын
Please create one video with pub sub
@krazycloudsf
@krazycloudsf 3 ай бұрын
Will publish soon
@kirtisingh2736
@kirtisingh2736 6 ай бұрын
Hi it is not redirecting me to login.salesforce. what to do?? Help me here. Error in CLI ???
@sheetalsharma1675
@sheetalsharma1675 7 ай бұрын
do not use subtitle code is not clear to see
@LuisSanchezCrypto
@LuisSanchezCrypto 8 ай бұрын
Thanks for sharing! Can I attach a contact in the MMS or SMS to send to our customers? So after, they can save this contact and call them?
@alokhalder
@alokhalder 8 ай бұрын
Excellent Khyati , Wonderful Podcast with Gaurav Kheterpal
@PoojaThakur-hq5zv
@PoojaThakur-hq5zv 9 ай бұрын
Please make video on dynamic tabset along with icons.
@avinashnair8433
@avinashnair8433 9 ай бұрын
One of the key takeaways from this session :- You can still make a fantastic career and contribute to the society without an honorary title. Just do what makes you happy 👍
@avinashnair8433
@avinashnair8433 9 ай бұрын
One of the best thing said in this podcast is :- With great power comes great responsibility. However, as a Salesforce MVP, you don't feel there's a responsibility. Loved the way you have been authentic throughout this interview Kapil Batra 👍 Don't be a dreamer, aim for it 👍
@VickySharma-ze4ct
@VickySharma-ze4ct 11 ай бұрын
isNull is to check if a variable or expression results in Null. The result would be a boolean True or False. isBlank is to verify if the referenced textual variable holds a whitespace or is empty
@jamar7035
@jamar7035 11 ай бұрын
😆 Promo sm
@aaronstone3391
@aaronstone3391 11 ай бұрын
Thanks for the informative session. I wish you would have included ARC too. I have one question too. I assume there are two ways you can get FSC onboarded: 1. Install FSC managed package and buy license from Salesforce. 2. Buy a FSC Salesforce iteself, where there wont be any managed package. Please confirm.
@AnnapurnaMuvvala-r4p
@AnnapurnaMuvvala-r4p 11 ай бұрын
Where can I find this presentation? Thank you.
@Mr.LEAK_Waterproofing
@Mr.LEAK_Waterproofing Жыл бұрын
example of a Salesforce governor limit is the "SOQL Queries" limit. In a single transaction, you are restricted to a certain number of SOQL (Salesforce Object Query Language) queries. For example, in a synchronous transaction, you are allowed up to 100 SOQL queries. If your Apex code attempts to exceed this limit, it will result in a "System.LimitException" and may require you to optimize your code to stay within the allowed query limits.
@mayurtripathi3288
@mayurtripathi3288 Жыл бұрын
Awesome
@Incredible_World_2023
@Incredible_World_2023 Жыл бұрын
I'm not getting an create ad option in my Facebook lead ads forms. I can see Boost but not create ad option. Please suggest what could be the reason
@Incredible_World_2023
@Incredible_World_2023 Жыл бұрын
Good job👍 nicely explained
@sandepamuvijay2277
@sandepamuvijay2277 Жыл бұрын
When a string is checked with the isNull operator, a boolean value is returned: true if the string is null, and false otherwise. The isBlank operator determines whether a string is null, just whitespace, or contains no characters at all.
@Mr.LEAK_Waterproofing
@Mr.LEAK_Waterproofing Жыл бұрын
In Salesforce, object relationships define how different records are related to each other. There are two main types of object relationships: ●Lookup Relationship● : This is a simple association between two objects where one object has a field that refers to another object's record. It's like a parent-child relationship, but the child doesn't depend on the parent's existence. ●Master-Detail Relationship● : In this type of relationship, one object is the master, and another is the detail. The detail object can't exist without the master, and deleting the master record will delete all its related detail records. Master-detail relationships also offer features like roll-up summary fields, which allow you to perform calculations on child records and display the results on the master record.
@mayuribawankar8466
@mayuribawankar8466 Жыл бұрын
Isnull- It is used for the only number. Isblank - It is used for the number and character,
@rinkuhattewar9569
@rinkuhattewar9569 Жыл бұрын
isnull - works only for no. datatype if we dont papulate the value it returns true in field. also isnull never use for for text datatype bec it never be null. isblank- is use for both number and text datatype..
@rinkuhattewar9569
@rinkuhattewar9569 Жыл бұрын
isnull - works only for no. datatype if we dont papulate the value it returns true in field. also isnull never use for for text datatype bec it never be null. isblank- is use for both number and text datatype..
@shaikshavali7962
@shaikshavali7962 Жыл бұрын
It is connecting between two objects which can be either lookup and master detail relationship in the associated child object
@sachinshah2475
@sachinshah2475 Жыл бұрын
Good detail explanation 👍👍🤞
@tinolbhoyar4646
@tinolbhoyar4646 Жыл бұрын
Hii Khyati !
@CodeWithTarunG
@CodeWithTarunG Жыл бұрын
In Salesforce, governance limits refer to various restrictions and limitations imposed on the platform to ensure fair usage, prevent abuse, and maintain overall system performance. Example : API Request Limits example of a governance limit in Salesforce is the "Daily API Request Limits." Salesforce imposes limits on the number of API requests that can be made in a 24-hour period. This limit is essential for maintaining the overall performance and fairness of the platform, preventing abuse, and ensuring that resources are distributed equitably among users.
@artibhoyar999
@artibhoyar999 Жыл бұрын
@krazycloudsf A few examples of Governance Limit is - Total number of SOSL queries(20), DML limit(150), Total number of records retrieved by a single SOSL query(2000), SOQL queries issued (total number-synchronous)-100, Max. number of “Holding” status batch Apex jobs in an Apex flex queue-100, Max. number of record returned for a Batch Apex query in Database.QueryLocator-50 000 000,etc.
@Mr.LEAK_Waterproofing
@Mr.LEAK_Waterproofing Жыл бұрын
Governor limits in Salesforce are restrictions set by the platform to ensure fair resource usage and maintain system performance. These limits apply to various aspects, such as data queries, Apex code execution, and SOQL queries. Examples include limits on the number of records retrieved, the execution time of Apex code, and the number of DML operations in a single transaction. Adhering to these limits is crucial for maintaining the stability and efficiency of the Salesforce platform.
@Mr.LEAK_Waterproofing
@Mr.LEAK_Waterproofing Жыл бұрын
In Salesforce, a "Role" defines a user's level of access to data, while a "Profile" determines what tasks and features users can access. Roles are often used in conjunction with hierarchies to control data visibility, while profiles manage permissions and settings for a user's interface and actions within Salesforce.
@ManjuC-q4b
@ManjuC-q4b Жыл бұрын
To share resources equally governer limits will help
@BHARATKUMAR-zo4cy
@BHARATKUMAR-zo4cy Жыл бұрын
Hi i have Salesforce contact centre accredited professional exam, please telll me how to prepare because im new to salesforce, I joined a startup as a admin support, but my manager told me to give and pass the exam, please help
@artibhoyar999
@artibhoyar999 Жыл бұрын
Salesforce governor limits are restrictions/limitation on the usage of certain things in Salesforce enforced by Salesforce to ensure efficient processing and to avoid monopolizing shared resources. For ex- number of fields per object, runtime Apex limits, etc.
@abhijeetsontakke1690
@abhijeetsontakke1690 Жыл бұрын
Governor limits refer to runtime limits enforced by the Apex runtime engine to ensure that code does not throw errors and to ensure efficient processing.
@CodeWithTarunG
@CodeWithTarunG Жыл бұрын
Governor Limits refer to the resource usage constraints imposed by the platform to ensure fair usage and prevent abuse of its infrastructure. These limits are in place to maintain system performance, and reliability, and to prevent the monopolization of resources by a single user or application
@sirishasirisha4405
@sirishasirisha4405 Жыл бұрын
Salesforce governor limits are specific restrictions for operations that use shared resources (from the total number of records and queries to emails and push notifications). The thing is Salesforce's multitenant architecture with multiple organizations utilizing each of the servers the platform has.
@arjunkumarsfdc
@arjunkumarsfdc Жыл бұрын
In Salesforce, Governor Limits manage data and record storage in shared databases due to its multi-tenant architecture. They prevent one client from monopolizing resources, strictly enforced by the Apex run-time engine.
@abulmd7401
@abulmd7401 Жыл бұрын
Governor limits in Salesforce are constraints or limitations imposed by the Salesforce platform on various aspects such as data, processing, and concurrent requests to ensure efficient resource utilization and prevent monopolization of resources by any single tenant (organization).
@SangramMondal89
@SangramMondal89 Жыл бұрын
The isNull operator checks a string and returns a boolean value: true if the string is null, or false if the string is not null. The isEmpty operator checks if a string contains no characters and is only whitespace. The isBlank operator checks if a string contains no characters, is only whitespace, and is null.
@CodeWithTarunG
@CodeWithTarunG Жыл бұрын
A profile is a collection of settings and permissions that define what users can do within Salesforce Roles in Salesforce are used to represent the hierarchical structure of an organization
@washimarshad6728
@washimarshad6728 Жыл бұрын
Roles : provide access to records visibility for the user. Profiles: provide access control of CRED (create, read, edit, delete) records of the users.
@amolsaha4103
@amolsaha4103 Жыл бұрын
Roles allow sharing with all users of a particular role in the hierarchy (and those above that role, if hierarchy sharing is enabled for the object). Whereas, Profiles determine which objects, fields, etc. a user can access.
@snehabetgeri1226
@snehabetgeri1226 Жыл бұрын
Roles provide record level access. Roles are not mandatory for users. Profiles provide object and field level access. Profiles are mandatory for users.
@kalyanibhakare9077
@kalyanibhakare9077 Жыл бұрын
Is null we used for only number and Isblank we used for text as well as number
@krazycloudsf
@krazycloudsf Жыл бұрын
We're loving your enthusiasm to continuous learning! Keep those responses flowing, the more you engage, the higher your chances of winning.
@saadmohammed6062
@saadmohammed6062 Жыл бұрын
ISNULL is for Only numbers ISBLANK is for both numbers and text
@krazycloudsf
@krazycloudsf Жыл бұрын
We're loving your enthusiasm to continuous learning! Keep those responses flowing, the more you engage, the higher your chances of winning.
@betegardgoh6986
@betegardgoh6986 Жыл бұрын
ISBLANK Détermine si une expression contient une valeur et renvoie TRUE en l'absence de valeur. Si l'expression contient une valeur, cette fonction renvoie FALSE (faux). Utilisation ISBLANK(expression) et remplacez la valeur expression par l'expression à évaluer. Conseils Utilisez ISBLANK au lieu de ISNULL dans les nouvelles formules. La fonctionnalité de ISBLANK est identique à celle de ISNULL, mais elle prend également en charge les champs de texte. Salesforce continue de prendre en charge ISNULL, il n'est pas nécessaire de modifier les formules existantes.