Anjali
IndividualForum Replies Created
-
Anjali
MemberNovember 6, 2020 at 7:01 am in reply to: What is the difference between identity providers and service providers?A service provider needs the authentication from the identity provider to grant authorization to the user. An identity provider performs the authentication that the end user is who they say they are and sends that data to the service provider along with the user's access rights for the service.
-
Anjali
MemberNovember 6, 2020 at 6:59 am in reply to: What role does your Salesforce org play in providing authorization for externalSalesforce can act as an independent OAuth authorization server to protect resources hosted on an external API gateway. The authorization server verifies the resource server's request and creates the connected app, giving it a unique client ID and client secret.
-
Anjali
MemberNovember 2, 2020 at 2:35 pm in reply to: How to pass URL parameters to reports in lightning?Please refer the below link-
https://help.salesforce.com/articleView?id=reports_filter_url.htm&type=5 -
Anjali
MemberNovember 2, 2020 at 2:31 pm in reply to: How to get field label for an object without query in Salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=906F0000000948SIAQ -
Anjali
MemberOctober 30, 2020 at 1:21 pm in reply to: What is the need of Enable communities in Salesforce?Community Cloud lets you build more than just communities—you can also use it to build portals, help centers, forums, sites, mobile apps, and manage your content. So to better reflect the many types of experiences you can create, we're now called Experience Cloud.
-
Anjali
MemberOctober 29, 2020 at 12:56 pm in reply to: How many records can a big object hold in Salesforce?One billion records
-
Anjali
MemberOctober 29, 2020 at 12:52 pm in reply to: What is the use case for a custom big object in Salesforce?A common use case is to use Big Objects to store (archive) millions (and sometimes billions) of tasks.
-
Async SOQL is the most efficient way to process the large amount of data in a big object.
-
An Apex callout enables you to tightly integrate your Apex with an external service by making a call to an external Web service or sending a HTTP request from Apex code and then receiving the response. Apex provides integration with Web services that utilize SOAP and WSDL, or HTTP services (RESTful services).
-
Anjali
MemberOctober 28, 2020 at 11:57 am in reply to: How to check for boolean fields in Salesforce?You can use the Boolean values TRUE and FALSE in SOQL queries.
To filter on a Boolean field, use the following syntax:
WHERE BooleanField = TRUE
WHERE BooleanField = FALSE -
Anjali
MemberOctober 27, 2020 at 1:36 pm in reply to: How do you change the opportunity stage in Salesforce lightning?- Navigate to Setup
- Click Object Manager | Opportunity | Fields & Relationships
- Click the 'Stage' field name.
- Click 'New' to add a new stage under Opportunity Stage Picklist Values. Click 'Edit' next to the stage to change the probability or type of forecast category
- For new Opportunity stage values, select the Sales Process to be associated
- This option is only present if the organization has multiple Sales Processes (available in Enterprise Edition and above)
- Click 'Save'
-
Please refer the below link-
https://help.salesforce.com/articleView?id=kanban_configuration.htm&type=5 -
Anjali
MemberOctober 23, 2020 at 7:00 am in reply to: How to dynamic query fields from list of strings in Salesforce?Please check this link, it may help-
https://developer.salesforce.com/forums/?id=9060G000000BfOQQA0 -
Anjali
MemberOctober 23, 2020 at 6:56 am in reply to: What is the advantage of building on the Customer 360 Platform in Salesforce?One of the main benefits that a 360-degree customer view provides is the ability to extend the sales and marketing teams of the business. These teams can build more strategic sales and marketing campaigns by using existing data.
-
Anjali
MemberOctober 23, 2020 at 6:53 am in reply to: How new API version affect org in Salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=9060G0000005iTcQAI -
Anjali
MemberOctober 22, 2020 at 2:07 pm in reply to: How do I move attachments from one org to another in Salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=906F0000000932MIAQ -
- Start the wizard. From Setup, enter Data Import Wizard in the Quick Find box, then select Data Import Wizard.
- Choose the data that you want to import.
- Map your data fields to Salesforce data fields.
- Review and start your import.
- Check import status.
-
Anjali
MemberOctober 22, 2020 at 2:05 pm in reply to: How to enable platform encryption in Salesforce?- Make sure that your org has an active encryption key.
- From Setup, in the Quick Find box, enter Platform Encryption , and then select Encryption Policy.
- Click Encrypt Fields.
- Click Edit.
- Select the fields you want to encrypt. ...
- Click Save.
-
Anjali
MemberOctober 21, 2020 at 2:30 pm in reply to: Can we include one lightning component to another?Yes as parent and child component.
-
we can encrypt and decrypt data in apex by using crypto class.
-
Anjali
MemberOctober 21, 2020 at 1:57 pm in reply to: How to get custom fields of standard object in Salesforce? -
Anjali
MemberOctober 20, 2020 at 1:19 pm in reply to: What is a controller value that will NOT be saved in the viewstatePlease refer the below link-
https://developer.salesforce.com/forums/?id=906F00000005JvpIAE -
Query the user's profile record and check what permissions the user has.
-
Aura-based Lightning components are built using both HTML and JavaScript, but LWC is built directly on the Web stack.
-
Please refer the below link-
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_intro.htm