Udit
IndividualForum Replies Created
-
Udit
MemberAugust 10, 2020 at 3:19 pm in reply to: How Can we migrate Code from one org to another org in Salesforce?You can use ANT Migration tool for this.
-
Udit
MemberAugust 9, 2020 at 4:56 pm in reply to: What does Salesforce Connect allow you to do in Salesforce?Please have a look at the blog on Salesforce Marketing Cloud Connect: https://www.forcetalks.com/blog/key-features-of-salesforce-marketing-cloud-connect/
-
Udit
MemberAugust 9, 2020 at 4:41 pm in reply to: What are the different types of Relationship in Salesforce?Hey Sumit,
Please have a look at this blog: https://www.forcetalks.com/blog/different-types-of-relationships-in-salesforce/ -
Udit
MemberAugust 9, 2020 at 4:39 pm in reply to: Number of standard profiles available in Salesforce.com?Hello Sumit,
It depends upon your Salesforce edition. -
Udit
MemberAugust 6, 2020 at 3:15 pm in reply to: How many workflow rules can you create per object in salesforce?We can have 50 active workflows per object.
-
Udit
MemberAugust 6, 2020 at 3:13 pm in reply to: How do I create a data extension in Salesforce Marketing Cloud?Navigate to Email studio and under Subscribers, click Data Extension.
Click on Create and then you have to select from the option what type of Data Extension you want to create. Options are:
1. Standard Data Extension
2. Filtered Data Extension
3. Random Data Extension
After selecting and providing the name, you need to provide attributes to the Data Extension with their data type. -
Marziya, there are lots of tools included in Marketing Cloud which helps in storing our data, like Email Studio
Content builder to create templates.
Automation and Journey Builder to automate our Marketing process.
Social studio for managing social platforms.
Einstein features for better insights about our subscribers and many more. -
Udit
MemberAugust 5, 2020 at 5:17 pm in reply to: How to create new record in Custom Settings in Salesforce?By navigating to Custom Settings fro Setup and selecting the Custom Settings where you want to add/create a record, click on Manage and then New and fill the value in the fields and then Save.
-
Udit
MemberAugust 5, 2020 at 2:13 pm in reply to: What is the maximum size of Debug log in a Salesforce org?Debug Log limit is 20 mb
-
Seems like you need to delete the user first then delete the customer.
-
Udit
MemberAugust 4, 2020 at 7:10 pm in reply to: What if you need roll-ups on a lookup relationship?We can use trigger to achieve the scenario.
-
Udit
MemberAugust 4, 2020 at 7:06 pm in reply to: What is a master-detail relationship in Salesforce?Hey Sumit, Please have a look at my blog to have a better understanding of all types of relationships available in Salesforce.
Link: https://www.forcetalks.com/blog/different-types-of-relationships-in-salesforce/ -
Udit
MemberAugust 4, 2020 at 4:19 pm in reply to: How to imports list in salesforce marketing cloud?By selecting the list in which we want to import records.
We can import data from FTP or also from CSV file. -
Udit
MemberJuly 31, 2020 at 3:13 pm in reply to: What is the API on top of lightning data service is built on?Hello Marziya,
Lightning Data Service is built on a publically accessible API called: User Interface API. -
Udit
MemberJuly 31, 2020 at 3:11 pm in reply to: What are the examples of lightning base components?Several examples of Lightning Base components: badge, button, buttonGroup, buttonIcon, buttonMenu, card, formattedDateTime, formattedNumber
-
Udit
MemberJuly 31, 2020 at 3:08 pm in reply to: How database.insert() is different from insert() in Salesforce?Please have a look at my blog for the answer that why DML and database methods are different:
https://www.forcetalks.com/blog/dml-statements-vs-database-methods-in-salesforce/ -
Udit
MemberJuly 30, 2020 at 5:45 pm in reply to: Which fields are automatically Indexed in Salesforce?RecordTypeID, CreatedDate, ModifiedDate, Salesforce Record Id are few fields that automatically get indexed.
-
Udit
MemberJuly 30, 2020 at 5:41 pm in reply to: Can we give create permissions in Profile management to child BUin email studioNo, we cannot. Profile attributes are set up at Parent level in Salesforce Marketing Cloud.
-
Udit
MemberJuly 30, 2020 at 5:08 pm in reply to: Which tools are included with Lightning Flow Product in Salesforce?Process Builder and Cloud Flow Designer are two Automation tools that come under the Lightning Flow product.
-
Udit
MemberJuly 29, 2020 at 1:44 pm in reply to: How to create Data filters in salesforce marketing cloud?We can create data filters in the Marketing cloud by navigating to Email Studio > Subscribers > Data filters.
We can also create data filters from the top right corner of the Data Extension. A filter icon is present there and we can create a data filter from that icon by clicking on it. -
The record owner is the one who created the record. We can also change the owner of the record in Salesforce.
Record owner can perform all CRED operations on the records they own even if sharing has been set to private.- This reply was modified 4 years, 3 months ago by Udit.
-
Udit
MemberJuly 29, 2020 at 1:36 pm in reply to: Is it possible to create sharing rules for detail object?No, we can't, Detail object(Child object) inherits the sharing settings of the parent object.
-
Hello Manish,
In order to import data from Salesforce reports, we must navigate to Email Studio > Interactions > Import.
Imports under the contact builder do not provide the functionality to import from Salesforce reports. -
Udit
MemberJuly 28, 2020 at 3:06 pm in reply to: How do I know what type of sandbox I have in Salesforce?Hey Ratnesh,
First, you need to log in with Admin credentials and then under Setup->Administration Setup->Data Management->Sandbox. The name and type of sandbox will be visible here. -
Udit
MemberJuly 28, 2020 at 2:51 pm in reply to: How many jobs we can add to the queue with System.enqueue job in Salesforce?We can enqueue 50 jobs.