1.) Suppose you are the standard user, you have all the CRED permissions on CAMPAIGN object but you don't have access to create a record, why?
Ans:) marketing user option should be checked for that user to access the CAMPAIGN object.
2.) In approval process, suppose three persons has to approve, if majority people approve then it should approve otherwise it should not be approve?
Ans:) Using standard approval process it is not possible, using dynamic approval process it is possible. In standard approval process all users should approve then only record will get approve.
3.) If the OWD for account object is private then is it possible to access the account record by other users apart form the owner?
Ans:) 1. All the people above the role hierarchy, they can access the records.
2. By using sharing rules, we can share those records to other users.
3. Account Team members they can access these records.
4.) If I put "renderas" attribute as "PDF" then it displays PDF document,But i want the same in MSword format.Then how you will do this?
A)<apex:page contentType="application/msWord" cache="true">
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<apex:form>
<apex:pageBlock>
<apex:commandButton value="Button" action="{!method1}"/>
</apex:pageBlock>
</apex:form>
<!-- End Default Content REMOVE THIS -->
</apex:page>
Without "cache" attribute also it works, But in some browsers it doesn't work without "cache" attribute.
5.) If there is a validation rule if amount = 100 then it should display error msg, Then I saved the record by giving value as 1000 then I had written a workflow if amount > 100 then I am updating amount field value with 100. Then what will be the result?
A) First validation rules will get execute then workflow rules will be execute so the answer is 100 (Even though there is validation rule because of the workflow it will accept 100 in amount field.
6.) What is the difference between task and event?
A)
Task: Task is nothing but work assigned to a particular person, it doesn't have certain time limit.
Event: It has certain time limit in that time only all persons should assemble after the time limit over, event will get complete.
7.) What the record criteria meets for a time dependent workflow email has submitted in queue which will trigger the email in one month later somebody modified the record which won't meet the time dependent workflow rule criteria, what will happen?
A)
Email won't be triggered since workflow criteria is not satisfied for the record, salesforce will remove the action to send the email from the queue.
7.) How many ways we can make field mandatory, if the field is mandatory at page layout level and if we try to inert records through data loader with out populating those mandatory fields what will happen?
A)
In following ways we can make fields mandatory:
1. At Field Level.
2. At the page layout level.
3. Through validation rules.
If the field is mandatory at page layout level then only while inserting records from page layout level if we won't populate the fields with values it will trow error. If we insert records from data loader it won't throw. Even if we mention the record type while inserting record through program it will trow error message.
Ans:) marketing user option should be checked for that user to access the CAMPAIGN object.
2.) In approval process, suppose three persons has to approve, if majority people approve then it should approve otherwise it should not be approve?
Ans:) Using standard approval process it is not possible, using dynamic approval process it is possible. In standard approval process all users should approve then only record will get approve.
3.) If the OWD for account object is private then is it possible to access the account record by other users apart form the owner?
Ans:) 1. All the people above the role hierarchy, they can access the records.
2. By using sharing rules, we can share those records to other users.
3. Account Team members they can access these records.
4.) If I put "renderas" attribute as "PDF" then it displays PDF document,But i want the same in MSword format.Then how you will do this?
A)<apex:page contentType="application/msWord" cache="true">
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<apex:form>
<apex:pageBlock>
<apex:commandButton value="Button" action="{!method1}"/>
</apex:pageBlock>
</apex:form>
<!-- End Default Content REMOVE THIS -->
</apex:page>
Without "cache" attribute also it works, But in some browsers it doesn't work without "cache" attribute.
5.) If there is a validation rule if amount = 100 then it should display error msg, Then I saved the record by giving value as 1000 then I had written a workflow if amount > 100 then I am updating amount field value with 100. Then what will be the result?
A) First validation rules will get execute then workflow rules will be execute so the answer is 100 (Even though there is validation rule because of the workflow it will accept 100 in amount field.
6.) What is the difference between task and event?
A)
Task: Task is nothing but work assigned to a particular person, it doesn't have certain time limit.
Event: It has certain time limit in that time only all persons should assemble after the time limit over, event will get complete.
7.) What the record criteria meets for a time dependent workflow email has submitted in queue which will trigger the email in one month later somebody modified the record which won't meet the time dependent workflow rule criteria, what will happen?
A)
Email won't be triggered since workflow criteria is not satisfied for the record, salesforce will remove the action to send the email from the queue.
7.) How many ways we can make field mandatory, if the field is mandatory at page layout level and if we try to inert records through data loader with out populating those mandatory fields what will happen?
A)
In following ways we can make fields mandatory:
1. At Field Level.
2. At the page layout level.
3. Through validation rules.
If the field is mandatory at page layout level then only while inserting records from page layout level if we won't populate the fields with values it will trow error. If we insert records from data loader it won't throw. Even if we mention the record type while inserting record through program it will trow error message.
Hi Srinu,
ReplyDeleteYour posts are enthusiastic, very useful to me & as well as my friends too. On the other hand I need to appreciate for your extreme efforts shown towards posting the SFDC information on the blog.
Thank You Mr for all help. :)
Thank you friend ...
DeleteHi Sreenu garu, Your posts are nice
DeleteHI,
Deletevery nice to it..
we can make picklist value as required while creating.
DeleteHi bro,your stuff is good..:)
ReplyDeletehi srinu hw r u buddy, keep some more interview questions. Your posts are very encouraging.
ReplyDeleteur posst tooo good.. please post more questions..
ReplyDeleteHi Srinu...its really awesome info that u posting here....thanks alot
ReplyDeleteHi srinu great job..... ur blog is simply superbb........
ReplyDeleteNag Blog:
ReplyDeletehttp://learnsalesforcedotcom.blogspot.com/
If I delete a role which is at higher hierarchy what will happen?
ReplyDeleteIs it possible to delete a profile which has users assigned to it?
Setup>Administraton Setup>Roles
DeleteWe need to remove all users both active and inactive from the role otherwise saelsforce won't allow us to delete the role.
Standard Profiles we cannot delete and if you want to delete a custom profile it should not be associated with any of the user.
NIce it will help a lot
ReplyDeleteIt is not possible to make pick list value as required.
ReplyDeleteWe cannot make a picklist value required at the time of creating the field but at page layout level we can make it required or else we can write a validation rule.
Deletewe can make picklist value as required while creating.
Deletethank you for sharning www.engeng.in
DeleteIn back-end picklist field acts like a text field.
ReplyDeleteWe can write Sharing Rules on User Object.
ReplyDeleteWe cannot delete the user in salesforce, because for the already created records it stores Created Date and Last Modified date.
ReplyDeleteError: 'non selective query against large object'
ReplyDeleteThis is a time out error (more than 10 sec), if we use future method we will get (60 sec).
refer: https://developer.salesforce.com/forums/ForumsMain?id=906F00000009Da4IAE
Is it possible to write @future inside of the Apex Trigger?
ReplyDeleteNo, we should not.
permissions sets deployment with Eclipse?
ReplyDeleteScenario:
ReplyDeleteOn Account detail page I need a button called 'Find Contacts'. Whenever user click on that button a new window should open in that window all the contacts which he/she can access should display (which are not available for that user should not display) along with the check boxes. User should be able to select whatever the contact he want after that if he click on 'Send Email' buttons email should go.
Which controller you use?
Standard Controller.
How to respect security?
use 'with sharing' keyword for the extensions class.
How to display the contacts with checkboxes?
Useing Wrapper class.
What is wrapper Class?
We store multiple instances of the class in a list. that class might be either inner class or outer class.
Could you please write syntax for wrapper class?
public class MyClass {
List wrapLst = new List();
wrapLst = ;
public class MyWrapper {
public Boolean isTrue {get;set;}
public Contact con {get;set;}
public MyWrapper() {
isTrue = false;
}
}
}
How to track the information that how many times visited and who visited the visualforce page?
ReplyDeleteOverride the view button and when open the page using action attribute perform DML operation to store the information.
Note: In Contructor, we cannot use the dml statement.
https://github.com/VivekMChawla/Reference-Materials/blob/master/Salesforce%20DEV-501%20Flascards%20(MASTER%20SET).txt
ReplyDeletehttp://learnsfdc.blogspot.in/2014/11/dev-501-quick-notes.html
ReplyDeleteCustom Component can specify only controller attribute we cannot use standardController or extensions.
ReplyDeleteAbove stmt is wrong:
DeleteCustom Component: we can use controller or extensions attributes but we cannot use standardController.
Custom Controller Page Exceptions:
ReplyDelete-----------------------------------------------------
1. If you don't handle Exception on a VF page exception will show in a different page like below -
An error message.
Error is in expression '{!doSomething}' in component apex:commandButton in page customexcepcheck: Class.CustomExcepCheck.doSomething: line 4, column 1
An unexpected error has occurred. Your development organization has been notified.
2. If you add apex:Message then also same will repeat as above.
3. If we handle the exception using try - catch then on the page no error message will display.
4. In a catch block we have to catch the error and add the message by using apexpages.addMessage() then it will display the error message on the top of the page.
Scenario:
ReplyDeleteFor the task record upon click on 'Cls' link, Due Date field should be populated with today's date.
Salesforce Basics Book:
ReplyDeletehttps://books.google.com/books?id=uqRJAgAAQBAJ&pg=PA33&lpg=PA33&dq=fetching+records+which+are+created+today+salesforce&source=bl&ots=DcsJclVemq&sig=FdYvYW5sMDbYPgVJrbSJngbIzH0&hl=en&sa=X&ei=Co6iVPzTO46syASmkYCYAw&ved=0CEkQ6AEwBzgK#v=onepage&q=fetching%20records%20which%20are%20created%20today%20salesforce&f=false
hiiii,can u please post realtime scenarios also....
ReplyDeleteApex Developer Guide:
ReplyDeletehttp://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf
Visualforce Developer Guide:
http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf
Salesforce Migration Guide:
http://www.salesforce.com/us/developer/docs/daas/salesforce_migration_guide.pdf
Validation Rule wont' work for delete and undelete operations in those situations using apex trigger we can display the error messages.
ReplyDeleteScenario:
ReplyDeleteDisplay one of the section fields info of the parent object(assume: Account) in the child object (Assume: Opportunity).
Solution:
1. Create a VF page (standardController: Opportunity).
2. User relationship field to Account in opportunity to fetch Account Info.
3. Keep the VF Page inside of a section in the opportunity page layout.
Scenario:
ReplyDeleteAssume that there are two objects Object_A and Object_B. In Object_A upon entering a email value for one of the email field I need to fetch one of the field value corresponding to the mail in Object_B (assume: one email field exists).
Solution:
We should write a trigger for before insert and before update.
Very Good Blog: https://yoafzal.wordpress.com/
ReplyDeleteSample Certification Videos:
ReplyDeletehttp://www.salesforcetrainingpodcasts.com/podcasts/401/
Object Name: ObjectA
ReplyDeleteExisting Field Name: SampleA (Text DataType which store parent object name (Assume Parent Object is ObjectB))
New Field Name: SampleA (Look up to ObjectB)
After creating the field we need to update the SampleA(Look up fields based on the old SampleA text field value)
Solution: Write a Batch Class.
owner field on detail object is not available due to that we cannot create the sharing rules, manual sharing and cannot assign queues because all these requires owner.
ReplyDeleteAssume that there is a picklist field in user object called 'Country'. Upon updating the country picklist value to 'India' for one of the object (Assume Custom__c) automatically user should get CRED permissions(previously user do't have any permission).
ReplyDelete------
Solution:
Enabled CRED permissions on the object in a permission set.
Programtically fire a trigger on user object and assign the user to the permission set.
See the below code -
PermissionSetAssignment pAssign = new PermissionSetAssignment();
pAssign.PermissionSetId = '0PSj0000000AY0s';
pAssign.AssigneeId = '005j000000C12Za';
insert pAssign;
How to avoid sending email to a particular approver in salesforce?
ReplyDeleteWe can change the email settings on a user detail page for a particular user. Under Approver Settings section of the user detail page check for Receive 'Approval Request Emails to Never' checkbox.
'Receive Approval Request Emails' is a drop down, select as 'Never'.
DeleteCreating 25 steps in Approval Process -
ReplyDelete----------------------------------------------------------
1. We can create only maximum of 15 approval steps for a approval process.
2. If you want to create 25 steps, create two approval process and for the 15th step of the approval process automatically submit the second approval process.
In case of master-detail relationship, For the detail (child) object we cannot see the owner field.
ReplyDeleteSELECT Id, Name FROM Account WHERE Id NOT IN (SELECT AccountId FROM Contact)
ReplyDeleteUsage of the above query -
1. If you want to query the account records which are not associated with any contacts.
2. after 'in' we can include list again no need to convert into set of ids.
3. after 'in' no need to mention ':'.
4. After the DML stmt, we can use only List (cannot use set)
Very very Good Blog: http://peterknolle.com/collections-eggstravaganza/
ReplyDeleteIf you want to rename bulk picklist values then download iMacros plug in and record for renaming one picklist value and for the remaining values replace the corresponding urls and picklist values.
ReplyDeleteDistinct records based on the group SOQL:
ReplyDeleteList empLst = [SELECT city__c, COUNT_DISTINCT(name__c)
FROM employee__c
GROUP BY city__c];
system.debug('empLst: '+empLst);
Displaying Error message upon inserting more than one record in a day with out of box functionality.
ReplyDeleteDeactivating the user who is not logged in last 30 days:
ReplyDelete1. fetching users in batch class start method: SELECT LastLoginDate FROM User where LastLoginDate != LAST_N_DAYS:30
2. Loop through in execute method and deactivate.
1. When to use iterable and when to use Database.queryLocator?
ReplyDelete2. If the field history exceeds how to maintain history? Is it possible to insert records into history?
3. What is opportunity team? Is it possible to insert records automatically?
4. Lead Conversion mapping the fields?
5. in a dynamic query, is it possible to use inner query?
6. is it possible to use set while writing an inner query?
Deleting the records which are shared with apex managed sharing?
ReplyDeleteShare records for an object cannot be deleted with out deleting the object record.
We can delete the records in share object, refer -
Deletehttp://salesforce.stackexchange.com/questions/9076/revoking-apex-managed-sharing-permission
Open Activities and Closed Activities will store in which object?
ReplyDeleteOnce the task or event time duration reaches then it will be automatically moved to activity history object.
Delete1. While creating the record, field should be displayed but after saving on the record on detail page field should not be displayed?
ReplyDeleteA. Create multiple record types and update the record type with the workflow rule.
2. private variables occupy space in view state?
3. is Test.stopTest is mandatory?
4. If we insert records in Test.startTest and Test.stopTest, outside of Test.startTest and Test.stopTest, is it possible to access the records?
5. Extracted account and contacts from other system, how to insert the records into salesforce?
A. use external id.
6. We can use listName.size() on visualforce page?
2. Yes, private variables will occupy space in view state.
Delete3. No, Test.stopTest() is not mandatory, without that also we can write the test class.
We can push the data synchronously by using outbound messages of workflow rules.
ReplyDeleteWhat is the maximum size of the trigger?
ReplyDeleteMax. characters per pick list entry:
ReplyDeletehttps://help.salesforce.com/HTViewHelpDoc?id=picklist_limitations.htm
searching records with multiple conditions in salesforce?
ReplyDeleteVersion Controlling:
ReplyDeletehttp://appirio.com/category/tech-blog/2012/12/setting-up-source-control-with-eclipse-force-com-ide/
Governor Limits - DML and SOQL
ReplyDelete-------------------------------
Number of rows processed by DML statements - 10,000.
If we are using insert, update, delete statements in a logic, by combining the records of insert (assume that we are inserting 5000), update (assume 4000) and delete (assume 2000). Overall by combining all the records it will be 11,000 records which will hit the governor limits. (It counts against for the entire transaction).
Number of rows queried by SOQL queries - 50,000.
If we are using multiple queries by combining all the queries records it should not reach 50,000. (It counts against for the entire transaction).
Note: In batch class, for each and every batch governor limits will reset.
URL to delete a record: {!URLFOR($Action.Contact.Delete,con.Id)}
ReplyDeleteSource Scanner --> To verify the security review before submitting review to salesforce.
ReplyDeleteField data types supported by outbound message in Salesforce
ReplyDeleteWorkflow rule 1 --> should execute 10 times.
ReplyDeleteWorkflow rule 2 --> should execute 15 times.
Workflow rule 1 --> should execute 15 times.
Workflow rule 2 --> should execute 10 times.
YOU ARE AWESOME!!
ReplyDelete1. explain a business case and how did u accomplish that
ReplyDelete2.can we update 2 fields for the same object.
3. how to update a filed based on another field.
4.user not able to see opportunity object, why
5.OWd has public but user don't have access.
6.Salesforce flow
7.difference b/n databaseinsert , insert
8.Can I callout from Visual force pages
9. what are 3 classes in the http request
10.What are the integrations that you have worked on.
11. What are the exceptions you have faces during integration.
12.exceptions at database.insert
13.do u encounter govener limit exceptions in apex
14.integration with SOAP API
15.WraperClass
16.add a attachment on plain html/visualforce page , what should be done
17.can we make a field unique in opportunity object
18.can we perform DML on two objects at a time.
19.what is page reference in visualforce pages
20.Batch Apex verser data loader and exceptions in batch apex.
1. Communities
2. Partner Portal
3.Customer portal
4.how do u access picklists in apex.
5.how to Sort in the apex code.
Approval to allow updating a field before approving -
ReplyDeleteupon opening the record make comments as a editable field, fill and click on save,
then display change amount button, upon clicking allow changing the amount field value, after populating
allow to change the field value and save it.
After saving approver can approve or reject the record.
Map keys are not working if those are having spaces.
ReplyDeleteClosing Task , populating with today's date:
ReplyDeleteaction="{!URLFOR($Action.Task.Close , Task.Id, [tsk4=TEXT(MONTH(TODAY())) & '/' & TEXT(DAY(TODAY())) & '/' & TEXT(YEAR(TODAY()))], true)}">
Winter17 feature: Make any custom picklist field required.
ReplyDeletePicklist values are following the order of status in picklist for ascending/descending
ReplyDeletevar variableInstance is Case - Sensitive.
ReplyDeleteVery useful... your blogs are awesome.. that contains numerous knowledge
ReplyDeleteReferring formula fields in Rollup Summary field:
ReplyDeleteIf the formula is referring other object fields it cannot be referred in Roll up Summary field, to use it use TEXT() funciton.
Field Trip to know percentage of data filled for the fields of objects -
ReplyDeletehttps://appexchange.salesforce.com/listingDetail?listingId=a0N30000003HSXEEA4
each record will be occupied with 2kb irrespective of the data populated in the fields.
ReplyDeletevery usefull informatation.and iam looking for more posts like this please keep updating us........
ReplyDeleteIssue with jQuery while using in Lightning Component:
ReplyDeleteTypeError: 'get' on proxy: property 'constants' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value
Solution:
Use the latest version of the jQuery to avoid the issue.
http://jquery.com/download/
Con't display standard salesforce pages in site.com Salesforce.
ReplyDeleteRecently View Records in Salesforce -
ReplyDeleteSELECT Id, Name
FROM RecentlyViewed
WHERE Type IN ('Account', 'Contact')
ORDER BY LastViewedDate DESC
Thank you so much for providing the SDFC Interview Questions, I completed my PMP Certification in Chennai and I am expecting some important interviews questions regarding PMP. Please do update the questions.
ReplyDeletecan we deploy complete profile to production
ReplyDeleteNice Share Please Keep Update....
ReplyDeleteBest Salesforce Training Institute in Hyderabad
Salesforce Admin Training in Hyderabad
Salesforce Developer Training in Hyderabad
Salesforce Lightning Training in Hyderabad
If anyone needs help in passing Salesforce Certification exams, please email me @ sfdchelp.guy@gmail.com.
ReplyDeleteSalesforce App builder
Salesforce Administrator (ADM 201)
Salesforce Platform Developer I
Salesforce Sales Cloud Consultant (CON 201)
Salesforce Service Cloud Consultant
Salesforce CPQ Specialist
**Email me to request other Salesforce exams.
Two Factor Authentication with Login Flow -
ReplyDeletehttps://automationchampion.com/tag/two-factor-authentication-for-community-salesforce/
Inserting custom metadata records -
ReplyDeletehttps://ashwanisoni.wordpress.com/2017/05/02/create-or-update-custom-metadata-type-via-apex-code-salesforce-summer-17/
Account has been disabled. Please see your System Administrator -
ReplyDeleteWhile setting DMLoptions for the inactive user, this issue will arise.
Finding duplicate data with SOQL
ReplyDeleteSELECT Email, COUNT(Id) FROM Contact GROUP BY Email HAVING COUNT(Id) > 1
Online Assignment Help Tasmania - Australia Best Tutor is responsible for providing an excellent range of Online Assignment help Tasmania to the students pursuing different subjects as part of their studies.
ReplyDeleteRead More : http://prsync.com/australia-best-tutor/get-good-grades-by-using-the-online-assignment-help-tasmania-2589126
Advanced Approvals -
ReplyDeleteApproval Rule --> Approval Process
Approval Condition --> Approval Rule Enter Criteria Conditions
Approval Variables --> To get the aggregated information
Approval Chain --> Steps in the Approval process
Approval --> is the action for the each approval step (it can be approved or rejected or assigned or requested or revoked)
Approval Snapshot --> is the response (comments, approved date) etc.
Approver --> User or Group id who is going to approve
In the after trigger, the checked value in before trigger (before update trigger.newMap) should be available.
ReplyDeleteAns: Use trigger.newMap.deepClone() in before trigger and assign to a static variable in: public static Map beforeUpdTriggerNewMap = new Map();
1. Account, Contract and Asset -> owd level can set at a time
ReplyDelete2. visibility of the records to the users with in the same role.
3. Controlling the visibility of the component in App-Builder
4. disabling attachment in Email object records
Possibility of overriding edit button with visualforce in classic and lightning component in Lighting experience?
ReplyDeleteReally it was an awesome article
ReplyDeleteCEH Training In Hyderbad
we can make field required 2 more ways.
ReplyDeleteadd on ans 7
4) using trigger
5) vf page to true
No COMPONENT named markup:// found
ReplyDeletehttps://salesforce.stackexchange.com/questions/249301/package-upload-failedno-component-named-markup-namespaceligtcomponent-found/252890#252890
Case Owner push notification didn't work.
ReplyDeleteReason:
Configured in one app and testing in other console app.
We should look into the same console app to see the changes.
Creating new page in Community -
ReplyDeleteIf you are not seeing the option to create the new page, the screen might be beyond the visibility. You should decrease the browser page size (Contrl + -)
csv file for German should be ; separated instead of comma separated.
ReplyDeletepublic static String getCSVDelimiter(){
Decimal nSampleValue = 1234.56;
String sFormattedValue = nSampleValue.format();
String sDecimalDelimiter = sFormattedValue.substring(5,6);
if (sDecimalDelimiter.trim() == ','){
return ';'; //if the decimal delimiter is comma, use ;, else use comma.
}
else{
return ',';
}
//return ',';
}
Customer Communities:
ReplyDeleteNot able to add any standard/custom component to case detail page in community, even by creating the page variation for the case detail page.
Problem: Page is having some components which are deleted.
Resolution: Delete the components which are not present which will allow to add further components.
Lightning:dualListbox working code -
ReplyDeletehttps://salesforce.stackexchange.com/questions/227353/lightningduallistbox-how-to-preset-selected-values
System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATE_VALUE, duplicate value found: duplicates value on record with id: -
ReplyDeleteI used below solution to resolve -
https://salesforce.stackexchange.com/questions/32234/got-duplicate-value-exception-with-value-unknown-and-record-id-unknown-in
Below one also we can use but I don't recommend as it needs one more DML operation.
https://sfdcdev.wordpress.com/2011/07/08/upsert-failed-first-exception-on-row-0-first-error-duplicate_value/
Issue with Dynamic Dashboard reporting on "my team's" activities
ReplyDelete-
https://success.salesforce.com/answers?id=9063A000000DkPrQAK
https://success.salesforce.com/answers?id=9063A000000lQ6mQAE
https://success.salesforce.com/ideaView?id=08730000000KTv1AAG
Marketing Cloud and paradot difference -
ReplyDeletehttps://www.salesforceben.com/the-drip/salesforce-pardot-vs-marketing-cloud-which-should-you-choose/
Apex won't respect percentage field -
ReplyDeleteList accLst = [select Rating__c from Account where id='0010K000023kbsL'];
Decimal result = accLst[0].Rating__c * 100;
system.debug(result); --> result is 5000
------
Showing field dependency on lightning component salesforce. --> Lightning Edit form
action="{!URLFOR($Action.Contact.Delete,con.id,['retURL'=id+'?tabName=contacts'])}"
ReplyDeleteSuch a nice blog, I really like what you write in this blog, I also have some relevant information about if you want more information.
ReplyDeleteOracle Fusion HCM Online Training
Workday Online Training
You have reached the maximum number of 15 object references on Case
ReplyDeleteYou must remove at least 1 relationship(s) in order to save this Validation Rule.
Related objects referenced in this Validation Rule:
Salesforce Object Limits for the multiple objects -
ReplyDeletehttps://www.bofc.io/blog/explore-salesforce-limits-used-remaining-or-max-for-multiple-objects-in-single-xls-sheet/
Channel Order App -
ReplyDeleteIssue while creating the service order to start OEM Instance for the customer by converting trailforce org.
Issue -
Not able to create the service order.
Resolution -
Open 'Partner Contract Terms' record and Refresh the partner contract term which is resloved the problem.
Critical Update - Critical Issue
ReplyDeleteRequire Customize Application permission for direct read access to custom settings.
summary: Currently users without Customize Application permission can read custom settings using different APIs that are provided by Salesforce. Following the "secure by default" approach, read access for users without Customize Application permission will be revoked with this update.
---
Due to the above critical update, all the standard platform license users not able to access the managed package (Due to not able to read the custom settings data)
Automatically Indexed fields in Salesforce.
ReplyDeleteNon Deterministic formula fields.
Login Flow is activated for system admin profile, which is causing issues to login and not able to access salesforce for System Admin users.
ReplyDeleteWork around to remove login flow is "Logged in from the vs code already there was a connection. Note: new connection won't work."
Dynamically get the current org API version -
ReplyDeletehttps://www.sfdcstuff.com/2017/06/how-to-find-salesforce-api-version-of.html
Aura Components -
ReplyDeleteA
B
C
Note:
- if B fires only A can handle
- if C fires only A can handle
---
{#var} --> if the values changes it won't reflect by the expression but js can access
---
actionSupport advantage over actionfunction: Action support adds AJAX support to another visualforce component and then call the controller method. ... Action function cannot add AJAX support to another component.
Nice post. Keep posting on latest salesforce topics like lwc:
ReplyDeleteRamesh Salesforcepoint
java path in mac -
ReplyDeletesudo find / -name java
To get the case closed picklist values -
ReplyDeleteselect Id, MasterLabel, ApiName, IsClosed from CaseStatus where IsClosed = true
Use the below to get the dependent picklist values through apex -
ReplyDeletehttps://gist.github.com/boxfoot/4166342
First error: Too many queueable jobs added to the queue: 2
ReplyDeleteIssue: As the future method called multiple times issue came.
Resolution: To resolve it, schedule the job to run after few seconds
With the growing size of data and rapid advances in technology, database migration has become an increasingly common problem. As the volume of data increases, it becomes much more time-consuming to move it from one database to another. Therefore, many database administrators (DBAs) and database users prefer to use a database migration service provider to migrate data from one database to another for them.Database migration service providerhas a wealth of experience when it comes to database migration, and has access to the right tools and procedures to migrate data between any two databases.
ReplyDeletethanks for sharing this
ReplyDeletefull stack developer course
full stack developer course in bangalore
Hey, Thank you so much for this blog, I started to learn salesforce training online and it is about to complete glad to read this interview questions along with answers blog it is definitely very helpful for me. Thank you for this informative blog.
ReplyDeleteThank you for taking the time to provide us with your valuable information. We are providing the best services, We strive to provide our candidates with excellent care. Click on below links to visit our website.
ReplyDeleteOracle Fusion HCM Training
Workday Training
Okta Training
Palo Alto Training
Adobe Analytics Training
Thanks for sharing your valuable information
ReplyDeleteSalesforce CPQ Training
Salesforce CPQ Online Training
Suricata (This tool blocked the url): unable to connect to the remote server microsoft dynamics 365
ReplyDeletea good and fascinating post. Post regularly. Many thanks for sharing.
ReplyDeleteOracle Recruiting Cloud Training
GeoSys India Manufacturers and Suppliers of Geosynthetics, geotextile fabric manufacturers in India.Please contact us for more information.
ReplyDeleteIf you are looking for Best SEO company in USA. So ,here is your solution please contact us.
ReplyDeletegreat information...Thanks for sharing...
ReplyDeleteMEAN Stack courses in Pune
After reading your article, everything is clear. Thank you for sharing.
ReplyDeletebest software company in Hyderabad
This comment has been removed by the author.
ReplyDeletegreat information. Angular Training in Pune
ReplyDeleteAre you looking for Email marketing services India then if you have any query please contact us.
ReplyDeleteHey, You've provided a very informative post. I appreciate you taking the time to provide such extensive information. If you want know about
ReplyDeletereactjs visit reactjs classes in pune
Object.values(jsObject).toString().toLowerCase().includes("test".toLowerCase()); To search a value across the object values in javascript
ReplyDeleteHACK ATM AND BECOê¹€ì œì¶œìž¥ìƒµME TODAY RICH You can hack and crash into it without having too much weapons or weapons. How is that possible?
ReplyDeleteGreat blog post! Your insights are both informative and engaging. Fasteners Manufacturers In India
ReplyDeleteThanks for sharing this knowledgeable article and keep posting Interior Designers in Chennai
ReplyDelete