shalini
Individual-
shalini replied to the discussion How to delete a custom metaData in salesforce which I have added as a component in Managed package? in the forum Salesforce® Discussions 8 years ago
Hi,
In order to remove components from a Managed Released Package, there are two options:
1. Partners can request to enable "managed component deletion" feature in the packaging org.
NOTE: Although a component is deleted, its Name remains within Salesforce. You can never create another component with the same name. The Deleted… Read more
-
shalini replied to the discussion Can we upgrade an unmanaged packaged app in Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to Can we upgrade an unmanaged packaged app in Salesforce?
Hello,
You Can't upgrade the unmanaged package you need to firstally uninstall and again install the package.
-
shalini started the discussion Marketing Cloud - Send an email using A/B testing in Salesforce Exact Target in the forum 8 years ago
Marketing Cloud - Send an email using A/B testing in Salesforce Exact Target
I'am using A/B testing in Salesforce exact target . When I send a email using A/B testing I get an error message "Failed to retrieve Sender Profile. Please cont
-
shalini replied to the discussion Is it possible to Cast sObject dynamically? in the forum Salesforce® Discussions 8 years ago
Reply to Is it possible to Cast sObject dynamically?
Map gd = Schema.getGlobalDescribe();
Schema.SobjectType oType = gd.get(ObjectName)sobject object_instance = oType.newSObject();
-
shalini replied to the discussion Is it possible for an AppExchange package to create a custom list of custom fields? in the forum Salesforce® Discussions 8 years ago
Reply to Is it possible for an AppExchange package to create a custom list of custom fields?
Hi Audrey
We have an AppExchange package that would ideally create a different set of custom fields for each customer, depending on configurations that either the customer sets at package installation time or else where in our own system. For example, let's say each feature requires a custom field; one customer might only need features A and… Read more
-
shalini replied to the discussion What is Sharing Rule in Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to What is Sharing Rule in Salesforce?
Sharing enables record-level access control for all custom objects, as well as many standard objects (such as Account, Contact, Opportunity and Case). Administrators first set an object’s organization-wide default sharing access level, and then grant additional access based on record ownership, the role hierarchy, sharing rules, and manual… Read more
-
shalini replied to the discussion What is the use of Junction Object in Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to What is the use of Junction Object in Salesforce?
In Salesforce, a Junction Object is a custom object with two master-detail relationships to two different record types. It is used to represent a many-to-many relationship in which several junction objects can link one instance of a record to many children, and each child can equally be linked to many parents.
-
shalini posted an update 8 years ago
How to Recover Salesforce Data?
-
shalini replied to the discussion How to hide a div when click outside of the div? in the forum Salesforce® Discussions 8 years ago
Reply to How to hide a div when click outside of the div?
$('body').click(function(){
$('div').hide();
}); -
shalini replied to the discussion Getting Name of Record Instead of It's Id in the forum Salesforce® Discussions 8 years ago
Reply to Getting Name of Record Instead of It's Id
Schema.SObjectType.Account.getRecordTypeInfosByName().get('Development');
Here, 'Development' is the record type's name. Also, you will have to specify your SObject type, here I have mentioned Account.
-
shalini replied to the discussion Which is the best email integration app for Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to Which is the best email integration app for Salesforce?
ExactTarget offers all email integration services on SFDC.
-
shalini replied to the discussion Which is the best email integration app for Salesforce? in the forum Salesforce® Discussions 8 years ago
Reply to Which is the best email integration app for Salesforce?
Exact Target US offers all email integration services on SFDC.
-
shalini replied to the discussion In which scenario will process builder be the better option than the workflows? in the forum Salesforce® Discussions 8 years ago
Reply to In which scenario will process builder be the better option than the workflows?
you can do everything you can do with workflows using Process Builder as well, except for sending outbound messages with point&click. With Process Builder, you can also update all child records starting from the parent record, which is not possible with workflows (only vice versa is possible using cross object field updates).
-
shalini replied to the discussion In which scenario will process builder be the better option than the workflows? in the forum Salesforce® Discussions 8 years ago
Reply to In which scenario will process builder be the better option than the workflows?
you can do everything you can do with workflows using process builder as well, except for sending outbound messages with point&click. With process builder, you can also update all child records starting from the parent record, which is not possible with workflows (only vice versa is possible using cross object field updates)
-
Satyakam and
shalini are now connected 8 years ago
-
Ajay Prakash and
shalini are now connected 8 years ago
-
shalini replied to the discussion How to get value of Custom Label in lowercase? in the forum Salesforce® Discussions 8 years ago
Reply to How to get value of Custom Label in lowercase?
You can use LOWER(text, [locale]) function to this .
{!LOWER($Label.Company)} -
shalini replied to the discussion How to open Visualforce Page on Custom button? in the forum Salesforce® Discussions 8 years ago
Reply to How to open Visualforce Page on Custom button?
window.open('/apex/myAccountCasepage?id={!Case.Id}',"myaccounts","menubar=0, toolbar=1, resizable=1, width=600, height=400
"); -
shalini replied to the discussion How to select multiple values from datalist? in the forum Salesforce® Discussions 8 years ago
Reply to How to select multiple values from datalist?
Hi Jitesh,
Try an attribute multiple = multiple in the input element in the datalist.Thanks
-
shalini replied to the discussion Does Wave Analytics support data mining features? in the forum Salesforce® Discussions 8 years ago
Reply to Does Wave Analytics support data mining features?
Hi Karen,
Currently, wave doesn't have any data mining features. Basically the functionality is the ability to do data discovery across single or multiple datasets.There are some Salesforce prediction partners, however I think most of them essentially require the import and export of the required data, they perform a standardised algorithm… Read more
- Load More