-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
5Questions
-
4Replies
Full Time Salesforce Systems Analyst/Developer/Administrator - Santa Clara, CA
Please send resume to gregory.lowitz@emc.com
Salesforce Systems Analyst
We are seeking a full-time, energetic Salesforce/Database Engineer with a CRM business analytics aptitude to join our Support Tools Development team at our Santa Clara, CA office. This is a full-time position with Data Domain, a high-growth data storage division of EMC. Competitive pay and benefits.
Job Requirements
Salesforce.com
- Understanding of the Salesforce platform including Self-Service Portal exposure with ability to APEX and VisualForce exposure (triggers, controllers, scripting)
- Knowledge of SFDC API with Java or PHP a plus Competent in logical database design
- Knowledge of physical database design (physical layout, indexing strategies) a plus Require experience with SQL
- Knowledge of query plans and optimization strategies a plus Ability to quickly understand business process, and its relation to our CRM systems and experience working in a cross-functional role to minimize issues and unintended Experience working with end users to identify pertinent business requirements
- Provide best-in-class recommended solutions that address all business requirements
- Prefer experience with Customer Support, Supply Chain, Service Logistics (parts dispatch Programming)
- Exposure to Oracle, SAP, and other CRM/ERP systems a plus
Education
BSEE/BSCS or similar technical 4-year degree with at least 5-7 years of proven experience
Other Systems Experience
Comfortable in both Linux and Windows environment Knowledge of bash scripting Familiarity with Regular Expressions for data parsing and field validation
-
- glowitz
- September 09, 2010
- Like
- 0
- Continue reading or reply
Using Formulas in Email Templates
For example, I'd like to use the formula UPPER( NAME HERE ) to cause the person's name to appear in all CAPS, even though it may appear as "Name Here" in the SFDC database. This is just one example.
Furthermore, there may be conditions upon which you do or do not want to show certain information in an email response. Using formulas would be helpful. I didn't see any documentation on this when search for "formulas in email templates" -- so I'm not sure if it's possible.
Thanks.
-
- glowitz
- May 21, 2008
- Like
- 0
- Continue reading or reply
Method to find Partial String in Picklist Value
USPS Priority Mail
Rather than testing for every picklist value, I want to perform an action only if certain words are contained within the picklist string, such as "USPS" or "FedEx".
Essentially, I need the functionality of the CONTAINS attribute. But this only seems to work on free text fields, not picklists.
Does anyone have any suggestions on how to achive this? Unfortunately, I can't retroactively change the picklist field, as this would destroy all existing data....so I'm stuck with it the way it is now.... and if I include all the options, the formula becomes too long and exceeds the maximum allowable character length -- plus it's awkward to manage...
CASE( Shipment_Method__c ,
"USPS" , HYPERLINK("http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum="& Shipment_Tracking_Number__c,"Track USPS Shipment"),
-
- glowitz
- May 14, 2008
- Like
- 0
- Continue reading or reply
HELP! - Forcing Uppercase on Field Entry Using Validations & Formulas
Ideally this would work without any error messages -- it would just reformat it upon "saving" it. Also, will this work when using the "web to lead" or "web to case" form?
Thanks in advance for tips / recommended code or formula. I posted a similar request in the Ajax forum without realizing this was a more appropriate forum for my request. Thanks in advance for your help.
-
- glowitz
- May 14, 2008
- Like
- 0
- Continue reading or reply
Automatically Forcing Uppercase on Field Entry
Code snippets appreciated!
Thanks,
Greg.
-
- glowitz
- May 14, 2008
- Like
- 0
- Continue reading or reply
ispickval function - error received
AND(ISPICKVAL( Subject ,"Call"),LEN( Call_End_Time__c )=0)
The error I am receiving states the following:
Error: Incorrect parameter for function ISPICKVAL(). Expected Picklist, received Text
The field Subject is a picklist and when "Call" is chosen I would like to be sure a value for Call End time is entered. It woud be greatly appreciated if someone could assist me :)
- justajayne
- May 21, 2008
- Like
- 0
- Continue reading or reply
HELP! - Forcing Uppercase on Field Entry Using Validations & Formulas
Ideally this would work without any error messages -- it would just reformat it upon "saving" it. Also, will this work when using the "web to lead" or "web to case" form?
Thanks in advance for tips / recommended code or formula. I posted a similar request in the Ajax forum without realizing this was a more appropriate forum for my request. Thanks in advance for your help.
- glowitz
- May 14, 2008
- Like
- 0
- Continue reading or reply