Aditya
IndividualForum Replies Created
-
Aditya
MemberDecember 7, 2020 at 6:36 am in reply to: What is the maximum number of actions we can have per workflow rule?10 Action we can perform in an organization if you need extra Actions contact Salesforce Support and request to increase it up to 25.
-
Aditya
MemberDecember 7, 2020 at 6:35 am in reply to: What are the different workflow components available in Salesforce?Hi,
There is different type of workflow components in Salesforce:
1. Workflow Rule
2.Workflow Task
3. Workflow Email alert
4. Workflow Fields Update -
Aditya
MemberDecember 4, 2020 at 4:25 pm in reply to: How to play YouTube Video In Salesforce Lightning Component?Play YouTube Video Files Using iFrame Tag-:
- Go to the YouTube video you want to embed.
- Under the video, click Share .
- Click Embed.
- From the box that appears, copy the HTML code.
-
Aditya
MemberDecember 4, 2020 at 4:22 pm in reply to: How to create a custom multi-select picklist in Lightning ComponentHi,For upload zip file, from Setup >> Develop >> Static Resources >> New. In the Name field, enter the name which is use in lightning component. Click Choose File or Browse, and select Select2 zip file you downloaded before. In the Cache Control drop-down list, select Public.
-
Aditya
MemberNovember 30, 2020 at 3:30 pm in reply to: What are stories in Einstein analytics in Salesforce?Hi Anjali,Create a story to uncover the meaningful relationships among variables in an Einstein Analytics dataset. Einstein Discovery augments your analysis by quickly sifting through huge amounts of data to uncover statistically significant correlations for you to investigate further.
-
Aditya
MemberNovember 27, 2020 at 5:16 pm in reply to: How to detect cloned record in an Apex trigger?Apex has two methods which help you to detect if a record is cloned or not. The following are the sObject methods used to avoid this: isClone(): It returns true if there is an entity being cloned from something. getCloneSourceId(): This method is used to return the entity ID from which an object has been cloned.
-
Hi,
Custom Setting is similar to custom object in Salesforce but custom setting is used to store a short data like Id. -
Aditya
MemberNovember 24, 2020 at 6:43 am in reply to: How do I add an account team member in Salesforce using data loader?- Launch Data Loader, click Export, and login to your organization.
- Check the "Show all Salesforce Objects" checkbox.
- Select Account Share (AccountShare).
- Select all fields.
- Add the following condition: RowCause equals Team.
- Finish.
-
Aditya
MemberNovember 24, 2020 at 6:41 am in reply to: What are the differences between a Visualforce page and an Aura component bundleVisualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynamic and mobile friendly.
-
Aditya
MemberNovember 24, 2020 at 6:39 am in reply to: What is the relation between account and opportunity in Salesforce?Account and Opportunity have parent-child relationship in Salesforce.
-
Hi Saddam,
I want to convert a .txt file into binary string format. So, can you help me? -
Aditya
MemberNovember 18, 2020 at 2:58 pm in reply to: How can we send birthday reminder every year in Salesforce?Hi Deepak,
We can send birthday reminders by using Workflow rules, process builder, flow builder, and apex trigger. -
Aditya
MemberNovember 18, 2020 at 2:53 pm in reply to: Who is Approver in approval process in Salesforce?An approver is a user who receives approval request emails. The approver can approve or reject an approval request within the Salesforce CPQ Advanced Approvals package. An approver record can represent either one user or a user group.
-
Aditya
MemberNovember 18, 2020 at 2:50 pm in reply to: Why is it important to prioritize incoming leads?Prioritizing based on the lead source is something I've learned through years of experience. Along with that, current customers understand the pain points and problems of your prospects better than you do because they already experienced them firsthand. Because of this, they're able to match you with similar companies
-
Aditya
MemberNovember 18, 2020 at 2:47 pm in reply to: What are actions in Approval Process in Salesforce?An approval action occurs when all required approvers approved a step. An approval process automates how records are approved in Salesforce. An approval process specifies each step of approval, including from whom to request approval and what to do at each point of the process
-
Aditya
MemberNovember 12, 2020 at 2:55 pm in reply to: How do I view email templates in Salesforce lightning?All users have their own, private, templates and can access templates in public folders. Manage who can create, edit, and delete public templates. This applies to Lightning and Email Template Builder email templates. Use folders and enhanced sharing to let users decide who can use which email templates.
-
Aditya
MemberNovember 12, 2020 at 2:54 pm in reply to: What are three of the products in the Marketing Cloud platform?Marketing Cloud includes integrated solutions for customer journey management, email, mobile, social, web personalization, advertising, content creation and management, and data analysis.
-
Aditya
MemberNovember 12, 2020 at 2:37 pm in reply to: Why would we go to trust.marketingcloud.com?Trust.salesforce.com is the Salesforce community's home for real-time information.Find the service you are interested in below. status.salesforce.com. Status. Sales Cloud, Marketing Cloud, B2C Commerce Cloud, Service Cloud, Community
-
Aditya
MemberNovember 12, 2020 at 2:34 pm in reply to: How do I create an auto fill field in Salesforce?Auto-populate the lookup field with Process Builder
- Step 1: Create a Process. From Setup, enter Builder in the Quick Find box, and select Process Builder.
- Step 2: Choose Object and Specify When to start the Process. Click Add Object.
- Step 3: Define Criteria. Click Add Criteria.
- Step 4: Define Immediate Actions.
- Step 5: Activate the Process
-
Aditya
MemberNovember 12, 2020 at 2:31 pm in reply to: How do I automatically create tasks in Salesforce?Navigate to Setup in the top right-hand corner of Salesforce Lightning. Then, in the Platform Tools section, click on Process Automation → Workflow Rules. Now you'll create a new rule – this rule will be a task creation trigger. For our example, set the Object to Task.
-
Aditya
MemberNovember 12, 2020 at 2:30 pm in reply to: How do I create an automatic number in Salesforce?Custom Auto-Number Fields
- Click the Gear Icon, then select Setup.
- Go to Object Manager and select the Object Name where the auto number field exists.
- Click Fields & Relationships, select the name of the Auto-Number field, then click Edit.
- Click Change Field Type
-
Aditya
MemberNovember 2, 2020 at 6:09 am in reply to: What are the security problems that in-line JavaScript poses?One of the most common JavaScript security vulnerabilities is Cross-Site Scripting (XSS). Cross-Site Scripting vulnerabilities enable attackers to manipulate websites to return malicious scripts to visitors. These malicious scripts then execute on the client side in a manner determined by the attacker.
-
Aditya
MemberNovember 2, 2020 at 6:07 am in reply to: How to get field API name for an object without query in Salesforce?Schema.SObjectType token = objIds.getSObjectType();
Schema.DescribeSObjectResult dr = token.getDescribe();
sObjFieldName = dr.Fields.getMap().keyset(); -
Hi,Use the below code:string dynamicSql = 'select Name,Account.Name from Opportunity';for(Opportunity row: Database.query(dynamicSql)) {string analyzeType = String.valueOf(row.Account.Name);System.debug('analyzeType************ :'+analyzeType);}
-
Define a custom big object through the Metadata API by creating XML files that contain its definition, fields, and index.
- <samp>object</samp> files—Create a file for each object to define the custom big object, its fields, and its index.
- <samp>permissionset</samp>/<samp>profile</samp> files—Create a permissionSet or profile file to specify permissions for each field. These files are not required, but is required to grant access to users. By default, access to a custom big object is restricted.
- <samp>package</samp> file—Create a file for the metadata package to specify the contents.