Suraj Bisht
IndividualForum Replies Created
-
Suraj
MemberApril 7, 2017 at 1:54 pm in reply to: “Object cannot be Deleted”. What is the reason for this kind of error ?Hi Saurabh,
When you are unable to delete object it means you are using it somewhere else For e.g Active Trigger on Object or Using in Workflow,etc. Check its usage.
-
Suraj
MemberApril 7, 2017 at 6:43 am in reply to: What is the use of Webhook in Integeration while using REST or SOAP API's in salesforce?Hi Manpreet,
Webhook(HTTP Push API) is a way for an app to provide other applications with real-time information. Webhook is used to be notified when certain events take place.
You should use a Webhook when you want a certain process to be initiated in your application due to an event that occurred in a separate application.
-
Suraj
MemberApril 7, 2017 at 5:01 am in reply to: How to insert null values into dataloader in salesforce?Hi Saurabh,
Login the DataLoader->Settings->Insert Null Values->Ok
then you can insert the null values in the Salesforce Records.
-
Suraj
MemberApril 7, 2017 at 4:55 am in reply to: if we delete one of the parent record what will happen to child records For a junction object in salesforce?Hi Saurabh,
Yes the child record will get deleted automatically if the Parent Record is deleted.
-
Suraj
MemberApril 7, 2017 at 4:45 am in reply to: Can we create Salesforce Site user apart from the Guest user?Hi Manpreet,
Yes, you can create site user apart from guest user using Customer Portal in which you can assign license and type of your user you want to create and you can control the permissions of new licensed user.For e.g Guest user can create and view Standard Object but Guest User can't edit Standard Object so to edit Standard Object You need to create new licensed user and provide the access to edit the Standard Object.
-
Suraj
MemberApril 6, 2017 at 5:05 am in reply to: Casting Generic sObjects to Specific sObject Types in salesforce?Hi Manpreet,
sObject refers to any object that can be stored in the Force.com platform database.The sObject data type can be used in code that processes different types of sObjects.
You can assign particular type object to generic for e.g
sObject s = new Account();
But You can't assign Generic type Object to Particular(Account) Object For e.g
Account a =s; This will give error so you need to type Cast this to
Account a=(Account)s;
-
Suraj
MemberApril 6, 2017 at 4:55 am in reply to: What is the difference between Created and everytime edited to meet the criteria and Created and edited to subsequently meet the criteria?Hi Saurabh,
- Created and Every time Edited :Whenever you create a new Record and Whenever you edit the record no condition this will trigger your automation process.
- Created and edited to subsequently :Same as above for create but it fires the rule criteria has to change to something else, then change back to the rule criteria in order to fire again. So if you have the criteria of Active = true, you have to edit the record, change to inactive, save, edit again, and change to active for the rule to trigger.
-
Hi Saurabh,
Recursive Workflow Rule is re-evaluating all workflow rules on the object if the field update results in a change to the value of the field,If Re-evaluate Workflow Rules After Field Change is enabled for a field update action
- If the field update changes the field’s value, all workflow rules on the associated object are re-evaluated. Any workflow rules whose criteria are met as a result of the field update will be triggered.
- Only workflow rules that didn’t fire before will be Retriggered.
-
Hi Manpreet,
You can use this code.
public class Save2new {
ApexPages.StandardController msc=null;
public Save2new(ApexPages.StandardController sc){
msc=sc;
}
public PageReference dosaveandnew(){
Sobject ac=msc.getRecord();
upsert ac;
String s='/'+'apex/VFpageName)';
PageReference nextlink=new PageReference(s);
nextlink.setRedirect(true);
return(nextlink);
}
} -
Suraj
MemberApril 5, 2017 at 2:20 pm in reply to: How to determine which automation tools is suited best for automating particular bussiness process in certain condition in salesforce?Hi Saurabh,
Salesforce provides multiple tools to automate your organization’s repetitive business processes: Approvals, Process Builder, Workflow, and Visual Workflow.
The best automation tool for your needs depends on the type of business process that you’re automating.
- When a Record need to be Approved
To automate your organization’s processes for approving records, create approval processes.
- When a Record Has Certain Values
You can Use Workflow, Process Builder, and Visual Workflow.
-
Suraj
MemberApril 5, 2017 at 2:09 pm in reply to: If a field is hidden through Field level security then what happen if user searches a value for this field in salesforce?Hi Saurabh,
Field-level security doesn’t prevent searching on the values in a field. When search terms match on field values protected by field-level security, the associated records are returned in the search results without the protected fields and their values.
-
Suraj
MemberApril 5, 2017 at 10:19 am in reply to: Salesforce query: Updating all Child Fields when there's a field change in Parent?Hi Manpreet,
You can do this by using Process Builder.
- Create a new Process Builder and In "The process starts when" choose "A Record Changes".
- Add the Object and enter the criteria in which your process builder will run
- Add other Required Details then
- Within Action to perform select "Select a record related to the AssistantProgress".
Hope this will Help you.
-
Suraj
MemberApril 5, 2017 at 10:10 am in reply to: What is difference between Visual Workflow, the Cloud Flow Designer and Flows in salesforce?Hi Saurabh,
- Visual Workflow—the product that encompasses the process of designing, managing, and running flows. If you’re not sure about the difference between Visual Workflow and workflow rules, check out this help topic.
- Cloud Flow Designer—a point-and-click tool that you can use to design flows.
- Flow—an application that automates a process by collecting, updating, editing, and creating Salesforce data. Flows can execute logic, interact with the Salesforce database, call Apex classes, and guide users through screens for collecting and updating data. Most often, flows are built by using the Cloud Flow Designer.
-
Suraj
MemberApril 5, 2017 at 10:04 am in reply to: If i selected “created or edited” for my evaluation criteria in workflows,can i add time dependent actions in salesforce?Hi Saurabh,
No,You can't add time dependent action in workflow in Salesforce.
-
Suraj
MemberApril 4, 2017 at 2:20 pm in reply to: Can we use process builder to close an open task in salesforce?Hi Saurabh,
Yes you can close an Open Task Using Process Builder
Then Select an Action Change the Status of the Task to "Completed".
-
Suraj
MemberApril 4, 2017 at 7:51 am in reply to: How can I integrate Chrome River with salesforce? Is it possible?Hi Pranav,
Yes you can integrate chrome River with Salesforce using Chrome river intapp. It provides a graphical interface for designing and maintaining all of the data feeds between Chrome River and any on-premise systems such as HR systems, Active Directory, financial systems such as Elite or Aderant,SharePoint and Salesforce also.
-
Hi Manpreet,
You can use Insert field in Formula Field Editor, then select $Profile
Hope this will help you
-
Hi Saurabh,
An External Id is a custom field.It contains unique record identifiers from a system outside of Salesforce. When you select this option, the Data Import Wizard detects existing records in Salesforce with external IDs that match those in the import file. This operation is not case-sensitive.
-
Suraj
MemberApril 3, 2017 at 1:46 pm in reply to: Is there any way by which i can change the email field in the User Object to a formula field in salesforce?Hi Saurabh,
You can populate the Formula field value to email field of User by using Process Builder.
- Navigate Set up -> process builder -> new
- Enter the process name and select "A record changes"
- Specify the object name as User and select the start process as when a record is created or edited
- Define the criteria and select No criteria -just execute the actions
- In the field values, select field as Email and Type Reference. From the Value , search for the formula field name. i.e. National Email
- Activate the process builder.
-
Suraj
MemberApril 3, 2017 at 1:37 pm in reply to: How can i achieve a Validation Rule that should not fire for particular user in salesforce?Hi Saurabh,
You can try this
IF(
$User.Id == '00550000000lxVg', false,
CONTAINS( TEXT(Client_Business_Type__c), 'Pension' ) && ISPICKVAL(Pension_Fund_Type__c, "")
) -
Suraj
MemberMarch 31, 2017 at 2:44 pm in reply to: In salesforce, can i restrict users to see only their records when my OWD is set to public read only in salesforce?if yes then how?Hi Saurabh,
Yes you can do.
- Make Object as private ( uncheck grant access using hierarchies )
- Create a Public group with other than those ten users and implement Criteria-based sharing.
-
Hi Manpreet,
No, you can't set Organisation wide default (OWD in Salesforce) for Review Objects.
-
Suraj
MemberMarch 31, 2017 at 2:35 pm in reply to: Accessing records when OWD is set to Private in salesforce?Hi Manpreet,
If both are on the same Roles, both the different user can access records if you set sharing Setting for both users.
-
Suraj
MemberMarch 31, 2017 at 2:31 pm in reply to: In master-detail relationship is there need to set organization-wide defaults of detail object also in salesforce?Hi Saurabh,
No, You don't need to give any organization-wide defaults (OWD Salesforce) permission to child as this is a master detail relationship child automatically inherits all the permission from master object.
-
Suraj
MemberMarch 30, 2017 at 1:24 pm in reply to: How to display object on the canvas that are created outside the schema builder?Hi Saurabh,
Objects created outside of Schema Builder, such as through an app or the API, don’t automatically display on the canvas. Select the checkbox for the object created outside Schema Builder to display it on the canvas.