Suraj Bisht
IndividualForum Replies Created
-
Hi Manpreet,
If you are getting problem in loggin in to data loader try appending security token in Password.You can use this link.
Hope this will help you
-
Suraj
MemberMarch 30, 2017 at 1:03 pm in reply to: overridden standard "New" button with a Visualforce page not showing up in Salesforce1 mobile app?Hi Manpreet,
If a Visualforce override is in place for the "New" button and the Visualforce page has been enabled for mobile (using the checkbox "Available for Salesforce mobile apps") it will use this Visualforce page.
-
Suraj
MemberMarch 30, 2017 at 12:56 pm in reply to: Should we prefer Data Loader over Data Import Wizard and why?Hi Manpreet,
If you want to import within 50,000 then you can use data import wizard but if your requirement is more than 50,000 go for data loader.
-
Suraj
MemberMarch 29, 2017 at 2:15 pm in reply to: Who is the parent of second level child in a master-detail relationship with multiple levels in salesforce?Hi Saurabh,
Yes you can create the child of one master detail the parent of other master detail relationship.
-
Hi Manpreet,
A mini page layout contains a subset of the items in an existing page layout. Mini page layouts inherit record type and profile associations, related lists, fields, and field access settings from their associated page layout. The visible fields and related lists of the mini page layout can be further customized, but the other items inherited from the associated page layout cannot be changed on the mini page layout itself.You can use this link to create a mini page layout.
-
Suraj
MemberMarch 29, 2017 at 1:46 pm in reply to: How can i Check all those changes that have been made to a Field?Hi Manpreet,
You can track the changes you made on the field using "Field Tracking History" You have to enable it.
Hope this will help you
-
Suraj
MemberMarch 29, 2017 at 1:37 pm in reply to: can anyone explain what is basic difference between custom objects and external objects with example in salesforce?Hi Saurabh,
External objects are similar to custom objects, except that external objects map to data that’s stored outside your Salesforce organization.
Hope this will help you.
-
Suraj
MemberMarch 28, 2017 at 1:51 pm in reply to: What is the Difference Between SystemModStamp & LastModifiedDate ?Hi Manpreet,
LastModifiedDate is the date and time when a record was last modified by a user, and SystemModstamp is the date and time when a record was last modified by a user or by an automated process (such as a trigger). In this context, "trigger" refers to Salesforce code that runs to implement standard functionality, rather than an "Apex trigger".
-
Hi Saurabh,
API stands for Application Programming Interface.APIs are sets of requirements that govern how one application can talk to another. Salesforce offers many API like REST API,SOAP API,METADATA API,BULK API,etc.You can read about Salesforce API here.
Hope this will help you.
-
Suraj
MemberMarch 28, 2017 at 1:17 pm in reply to: What is Multi-tenant Architecture in Salesforce?Hi Saurabh,
In a multitenant architecture, all users share the same infrastructure and the same version of the Force.com platform. In contrast to their single-tenant counterparts, such as client-server enterprise applications or email servers, multitenant architectures release upgrades automatically and simultaneously for all users. Consequently, no one has to worry about buying and maintaining their own physical stack of hardware and software, or making sure that their applications always have the latest patch installed.
-
Suraj
MemberMarch 28, 2017 at 1:05 pm in reply to: What is difference between Freezing a user and Deactivating a user in salesforce?Hi Saurabh,
There are some cases in which you can not immediately deactivate a user for example when a user is selected in a custom hierarchy field. To prevent users from logging in to your organisation while you perform the steps to deactivate them, you can freeze user accounts.
Suppose if you have n number of Accounts after Freezing number of Account will be same n and If you Deactivate an Account the number of Account will be (n-1)
Hope this will help you.
-
Suraj
MemberMarch 28, 2017 at 12:58 pm in reply to: How one can check the current/Active salesforce instances?Hi Manpreet,
Salesforce provide various status(like your's ap2) you can check all the available status in the link.
Hope this will help you.
-
Suraj
MemberMarch 27, 2017 at 11:09 am in reply to: How to create a report in Salesforce which will achieve following goals? -
Suraj
MemberMarch 27, 2017 at 8:21 am in reply to: Re-assign open opportunity and send email notification in salesforceHi Madhavi,
You can achieve this by making a class which implements Database.Batchable Interface then you need to define 3 methods start,execute and finish method.
- In start method method you can fetch all the opportunity records which is open(except ClosedWon and ClosedLost).
- In execute Method
- First get all users by soql query.
- Check the user role name if role name is CEO change the Opportunity owner name
- In finish method Write Email Notification logic.
-
Suraj
MemberMarch 27, 2017 at 7:44 am in reply to: My box files related list Visualforce page displaying incorrectly. How to cope with this situation?Hi Audrey,
Can you share the image of the corrupt UI and the visualforce page code so that i can understand clearly what the problem is?
Sharing the link Hope this will help you.
-
-
Suraj
MemberMarch 27, 2017 at 4:52 am in reply to: Salesforce Community permission access to lookup values of contact for guest user profileHi Praveen,
In order to avoid login of guest user you need to give permission to guest(unlicensed) user to access community and to change the permission setting you can follow the steps given in this link.
-
Suraj
MemberMarch 24, 2017 at 11:38 am in reply to: In Salesforce, If I delete the attachment on contact why it is deleted on the account also?Hi Mohit,
Contacts and Accounts have a lookup relationship but this relationship has a property called Cascade Delete set to true.This is why when you delete attachment on contact automatically it got deleted in related account as well.
-
Suraj
MemberMarch 23, 2017 at 2:00 pm in reply to: Can we dynamically insert the visualforce page in component of sobject?Hi Mohit,
Yes you can,for more detials use this link .
-
Suraj
MemberMarch 23, 2017 at 1:24 pm in reply to: How can we get the id of a process builder to apex class?Hi Mohit,
We can't use SOQL query in apex class to retrieve the process builder Id,we can get process builder Id by means of Metadata API.
-
Suraj
MemberMarch 23, 2017 at 1:12 pm in reply to: How do I become Lightning accredited Salesforce consultant on AppExchange?Hi Abhay,
There is specific requirements you have to fulfil to earn the Lightning Accreditation badge for your company's consulting profile.
-
Suraj
MemberMarch 23, 2017 at 1:02 pm in reply to: Need some clarification on user management in Salesforce?Hi Bhavesh,
Users without "View Setup and Configuration" are unable to view Profiles, so they cannot access the field this filter references, and the filter is ignored.
For more details use this link.
-
Suraj
MemberMarch 23, 2017 at 12:30 pm in reply to: How to get Lightning Ready Status for app published on Salesforce Appexchange?Hi Ashley,
If your app is lighting ready and you have tested the lighting version then update your AppExchange listing with new screenshots showing your app running in Lighting Experience and then log a case for review on the link .
-
Suraj
MemberMarch 23, 2017 at 11:59 am in reply to: How can you Implement search Bar using salesforce visualforce?Hi Manpreet,
You can use sforce.connection AJAX call to directly query records from Javascript, and then perform search in Javascript only without using a controller.
For more info on querying records from sforce, follow this link.
Hope this helps.
-
Suraj
MemberMarch 23, 2017 at 11:40 am in reply to: How to handle an internal server error in Salesforce?Hi Saurabh,
This type of error indicates that an error has occurred that hasn't been trapped by the platform - a low-level java exception for example. All you can really do in terms of resolution is raise this with support and wait for a response.
If you need to move quicker than than, start removing functionality from the trigger to isolate where the problem occurs and see if there are any other mechanisms you can use.
Thanks,
Suraj Bisht