DINESH S
Member-
Patrick replied to the discussion What is the use of isAsciiPrintable() method in Apex? in the forum Salesforce® Discussions 3 years ago
-
Patrick replied to the discussion What is the significance of keyset() method of MAP in Salesforce? in the forum Salesforce® Discussions 3 years ago
-
Patrick replied to the discussion Generating leads and automated emails in the forum Salesforce® Discussions 3 years ago
-
Patrick replied to the discussion Salesforce Integration in the forum Salesforce® Discussions 3 years ago
-
Patrick started the discussion Trigger on a field in the forum Salesforce® Discussions 3 years ago
If there is a trigger on a picklist field that when its value changes, automation is enabled. What are the possible alternatives for identifying a change in choosing the same value as the previous value?
Unknown Member -
Patrick started the discussion Lead tracking in the forum Salesforce® Discussions 3 years ago
In Salesforce - how do I write a query that shows me all the leads created today (which are different from leads whose status is "new" and whose checkbox field (named Temp_C) is checked?
Where can this query be run and viewed?
-
Patrick posted an update 3 years ago
In Salesforce - how do I write a query that shows me all the leads created today (which are different from leads whose status is "new" and whose checkbox field (named Temp_C) is checked?
Where can this query be run and viewed?
-
Patrick started the discussion Characterization of a formula in the forum Salesforce® Discussions 3 years ago
In the field there is the following formula which checks the values in the picklist and text fields and returns 1 or 0 respectively:
if ((Picklist__c = "Call Later" && CB__C = False), 1.0)
What is wrong with this formula?
-
Patrick started the discussion Class in the forum Salesforce® Discussions 3 years ago
Greetings,
They made us a button that ran on apex class and it does not work.
How to check if the Class was activated + How to see if errors were received?
Plus what could be the glitch and what is the solution to fix it?