• Chris Federspiel - ic-2000.com
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 8
    Replies
Is it possible to develop a Visualforce email template that can automatically include all attachments associated with a record? With or without a controller?

How do I make this: /ideas/ideaList.apexp not be public? How can i edit that? I removed all profiles able to view IdeasHome, however I can see still that ideas list.

 

Also, when searching from that page, it returns hits on the Files object, which I'm unable to remove. The Files tab is hidden.

 

Please advise! Thanks!

Does anyone know how to change the default starting quote number in an opportunity? We don't want it to read 0000011, we'd like instead to have it default start at 0004139, for instance. This is shown when the PDF is created.

Internet Creations is a seeking an enthusiastic and energetic problem solver to fill a full-time position for a Salesforce/Apex Developer to code our popular AppExchange apps and to write custom applications for customers. Internet Creations is an established leader in helping companies across five continents operate more efficiently using Salesforce. We provide a work environment that is fun and informal, yet challenging and demanding. We're the makers of Email to Case Premium, Case Merge Premium, and coming 3/20 - Case Flags.

Responsibilities
Develop existing Salesforce applications and create new ones
Test your own applications and those created by others
Participate in all phases of development, from requirements gathering to delivery to support
Identify strategic opportunities to improve our clients’ operational efficiency
Technical Requirements
At least 4 years of object oriented programming experience
Strong skillset in Apex (or similar experience with Java), SOQL (SQL for Salesforce)
JavaScript, JQuery, HTML and CSS
Ability to learn new technologies and languages quickly
General Requirements
Ability to work individually and as a team and to pitch in to help whenever possible
Deadline oriented
Ability to communicate effectively with business users and understand business requirements
Meticulous organization and attention to detail
Self-motivated with an interest in learning emerging technologies
Benefits
Full medical and dental coverage
Competitive salary, paid time off and paid holidays
Retirement plan with matching contributions
Hi. I can't figure this out. I want to display two flags if it hits both criteria. What overall enveloping function can carry both of these statements? Or is there another way to do this? - The two if statements below display a flag if the criteria is met. I'm trying to have the field display both flags if both criteria are met instead of having a separate field for each flag. Ideas? IF( OR( AND(ISBLANK(Case__c) ,ISBLANK(Project__c)), AND(time_in_decimal__c>=3, ISBLANK(Project__c))), IMAGE("https://c.na2.content.force.com/servlet/servlet.FileDownload?file=01540000000f3ht","Orange"),null) IF(Review_Needed__c,IMAGE("https://c.na2.content.force.com/servlet/servlet.FileDownload?file=01540000000f3hs","Red"), null)

I  can't get Linkforce to work. This link: http://ic.force.com/reviewse2cp hits a user/pass screen instead of hitting the link it's set to. UrlRewriter is set, short URL permissions are set to read/create... not sure why it's not working. Ideas? Thanks.

Hi everyone. Is there a way to default check off the Ignore Apex test failure button on installation? It defaults by SF to not being checked but I wanted to know if there's a way to have it checked by default for an application installation. Thank you.

Is it possible to develop a Visualforce email template that can automatically include all attachments associated with a record? With or without a controller?

Does anyone know how to change the default starting quote number in an opportunity? We don't want it to read 0000011, we'd like instead to have it default start at 0004139, for instance. This is shown when the PDF is created.

Hi. I can't figure this out. I want to display two flags if it hits both criteria. What overall enveloping function can carry both of these statements? Or is there another way to do this? - The two if statements below display a flag if the criteria is met. I'm trying to have the field display both flags if both criteria are met instead of having a separate field for each flag. Ideas? IF( OR( AND(ISBLANK(Case__c) ,ISBLANK(Project__c)), AND(time_in_decimal__c>=3, ISBLANK(Project__c))), IMAGE("https://c.na2.content.force.com/servlet/servlet.FileDownload?file=01540000000f3ht","Orange"),null) IF(Review_Needed__c,IMAGE("https://c.na2.content.force.com/servlet/servlet.FileDownload?file=01540000000f3hs","Red"), null)

I  can't get Linkforce to work. This link: http://ic.force.com/reviewse2cp hits a user/pass screen instead of hitting the link it's set to. UrlRewriter is set, short URL permissions are set to read/create... not sure why it's not working. Ideas? Thanks.