• sanjusfdc
  • NEWBIE
  • 60 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 17
    Questions
  • 11
    Replies
Hello All,
I created Validation Rule for this.
AND($RecordType.DeveloperName = 'Division_Sales' ,
ISPICKVAL(Division _Type__c, "Sales Division"),
(ISBLANK(Division_Reason__c)

Where I am doing a mistake? Help me check this.
Thank You!
 
Hello all,
How to get all contacts and leads under the names of user1 that have not been added to any campaign?
I am trying using workbench because user wants in excel sheet.
Thank in advance.

 Hello,

Can anyone clear my doubt please, why no particular user owned Opportunities can be pulled into reports? When we pull the XYZ report, user's opportunities dont get pulled into report.
I checked user profile- System Permission - Manage Reports in Public Folders (checked).
what else and where we can check?
Thanks in advance.

Hello there,
Under opportunities, we have the field "Stage" and "Next Steps".... is it possible to get this field to show within campaign member overview?

I am thinking through formula field but how not sure. 
Thanks in advance.
Hello all,
How we can delete all Leads in our database that have the Lead Owner 'xyz'. I tried based on ownerId but it didnt work. can't we lookup field(ownerId) in where condition under Query.
Select id from Lead where  OwnerId = '2F0050Y000000ZAbc'

Please guide me if I am wrong.
Thanks in advance.
Hello everyone,
I am trying to update STATUS field from a campaign member.
Suppose now STATUS field value is "
Planned" and I have NEW STATUS field if I give the value "sent" 
it should change the STATUS field value.
NOTE: STATUS and NEW STATUS both have same value.
Thanks in advance.
 
How to add field in report which is not present in particular object and present in another object. How to map that field like can we create formula field or what?
How do i check my salesforce certificatin expiration date.
Hi,
Status(Pick list field) cannot be completed(Pick list value) if  "count" (Number field) > 0

 
If ABC field is blank, status(picklist) can only be None or Canceled. note- Please assign ABC before changing status. 
Hi All,
If Rating(Piclist field) is "Warm" then only  FieldA,FieldB and FieldC should be editable for other picklist value should not ediatble.

Thanks in advance.
 
Hi All,
I have cleared Platform Developer exam on  23rd Sept 2017 and one Release Exam on 28th Dec 2017. I am confuse next Release Exam when I have to write. I dint get mail regarding this.
Hello All,
I have 3 objects  A,B,C.
A(Account) and B(Address)  have master details relationship, For One parent we can created upto 5 types of child,Example Address1,Address2 ,Address3 ,Address4 ,Address5.
Object C(VR) and A(Account) have master detail relationship.
In Object C I have a picklist field with values Address1,Address2 ,Address3 ,Address4 ,Address5., 
So take an example I will create an Account with  2 addresses records,
that is Address1 and Address2, now I have to write a logic on object C trigger, if in the picklist values if any user select other than these two address. I have to display an error.
Help me on this.
Thanks in advance.
 
Hello,

How to use salesforce login instead of Salesforce Hands-on Orgs Salesforce logo in trailhead. I have followed "Connect to Merge" but still unable to login from myt salesforce login.Previously I have completed many badges.
User-added image


Thanks in advance.
There are two inputText Mobile and Email.
When i fill only Mobile inputText one popup message should be display and if i fill only email inputText another popup messege should display.
Hi
I have tried below code for email validation:

String emailRegex = '^[a-zA-Z0-9_|\\\\#~`=?$^!{}+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z]{2,4}$';

valid email is like sanju.test@test.com should be accetable.
how to write code for below condition
1. Number of characters before @ should be equal or less than 64 characters
2. Below character should NOT be acceptable.
".@"
"@."
3. First and Last character should NOT be "."

Thank you in advance
Hi All,
Help me on this, i want using validation rule "Dealer user cannot save if the selected picklist value in Status field in "Inquiry" record type in Case is "Uploaded".
Hi All,
Help me on this, i want using validation rule "Dealer user cannot save if the selected picklist value in Status field in "Inquiry" record type in Case is "Uploaded".
Hello All,
I created Validation Rule for this.
AND($RecordType.DeveloperName = 'Division_Sales' ,
ISPICKVAL(Division _Type__c, "Sales Division"),
(ISBLANK(Division_Reason__c)

Where I am doing a mistake? Help me check this.
Thank You!
 
Hello all,
How to get all contacts and leads under the names of user1 that have not been added to any campaign?
I am trying using workbench because user wants in excel sheet.
Thank in advance.
Hello there,
Under opportunities, we have the field "Stage" and "Next Steps".... is it possible to get this field to show within campaign member overview?

I am thinking through formula field but how not sure. 
Thanks in advance.
How do i check my salesforce certificatin expiration date.
If ABC field is blank, status(picklist) can only be None or Canceled. note- Please assign ABC before changing status. 
Hi All,
I have cleared Platform Developer exam on  23rd Sept 2017 and one Release Exam on 28th Dec 2017. I am confuse next Release Exam when I have to write. I dint get mail regarding this.
Hello All,
I have 3 objects  A,B,C.
A(Account) and B(Address)  have master details relationship, For One parent we can created upto 5 types of child,Example Address1,Address2 ,Address3 ,Address4 ,Address5.
Object C(VR) and A(Account) have master detail relationship.
In Object C I have a picklist field with values Address1,Address2 ,Address3 ,Address4 ,Address5., 
So take an example I will create an Account with  2 addresses records,
that is Address1 and Address2, now I have to write a logic on object C trigger, if in the picklist values if any user select other than these two address. I have to display an error.
Help me on this.
Thanks in advance.
 
Hello,

How to use salesforce login instead of Salesforce Hands-on Orgs Salesforce logo in trailhead. I have followed "Connect to Merge" but still unable to login from myt salesforce login.Previously I have completed many badges.
User-added image


Thanks in advance.
There are two inputText Mobile and Email.
When i fill only Mobile inputText one popup message should be display and if i fill only email inputText another popup messege should display.