There are questions from Salesforce Platform Developer 1 Winter'16 Maintenance Exam A custom object with one lookup relationship and one master-detail relationship. A custom object with two lookup relationships. A custom object with any number of lookup and master-detail relationships. A custom object with two master-detail relationships.
Примечание переводчика: На хабре и в нашем блоге о корпоративном IaaS мы много рассказываем об облачных технологиях и их применении в реальных проектах. Сегодня мы представляем вашему вниманию адаптированный перевод материала со списком из более 350 инструментов (в том числе облачных) для разработчиков, который позволяют создавать по-настоящему качественные проекты.
There is a very clear yet sometimes confusing line between a real Salesforce Administrator & Developer. This can continue to become even more confusing in smaller organisations where one employee is tasked with administrating and building complex programatic apps in the Salesforce environment. Below you will find an Infographic that has been put together by Salesforce whiz and Infographic extraordinaire Elliot Hebert.
Hi All, This is a quick demo for a utility component. I designed it for standard salesforce list views. Its a kind of context menu which can be opened on clicking of a IMAGE formula field. You can show your useful menu options in this context menu. Each option can have the record id automatically by JS, so that your target page or screen can have proper processing based on passed record id.
Recently I started working on a project that required a Salesforce CI build system. This has not been a problem for me in the past because I’ve always had a Jenkins host that was setup and maintained by our admins. However, this is a public facing project and I needed something that everyone contributing could have access to. I had heard of Travis CI before, but had never had a chance to look into it.
“Code Reviews” have been used for decades in software engineering. Historically, the primary focus has been on source code – with developers following a formal process focussing on finding and fixing defects. Over the past few decades, there has been significant movement towards making reviews more agile, less resource-intensive, and applicable to work products other than source code. For those who have participated in successful reviews, the consensus is overwhelming that they are beneficial.
Generate report for all test classes in salesforce (SFDC) /* to meet this requirement i created a scheduler class (TestResultScheduler ), a main class (TestResultGenerator ) , and one future method class (testLog) to retrieve all test class status and email the result.
Description: Like it or not, testing your Apex code is a requirement for deployment. Often it seems developers are frustrated with testing because it seems like a platform imposed chore, rather than a useful software development tool. Apex developers can harness testing as a way of improving software quality. What you will learn: The 10 principles of Apex Testing Using testData factories Common testing patterns including positive tests ...
Whilst common design patterns are thoroughly documented on the internet, there are very few articles that are specific to Salesforce. As a result, Tom, one of our Senior Developers has written a blog post that dives deeper into Design Patterns in Apex, force.com’s programming language, covering one of the most common patterns that can be applied in Apex/Salesforce – the Strategy Pattern. ...
Force.com Development
Author comment: Блог пользователя salesforce.stackexchange.com http://salesforce.stackexchange.com/users/887/keith-c
Rich Text Areas / Field , lets is like a small editor which lets you format your content. Thats really cool feature when you want that field to merged into a PDF / Email or in an document. But whats not so cool is when you add an RTF to a Visualforce page you no longer can rerender the page and you have to let the page refresh fully. Thats really sad.
Электронная почта — отличный инструмент коммуникации, который позволяет компаниям доставлять аудитории контент удобным для нее способом. При этом читать...
Author comment: I like to make things with 1's and 0's and I actively try to work the word "chartreuse" into everyday technical conversations. I blog about Force.com, Heroku, AWS, CloudFoundry, APIs, Node.js, Angular and JavaScript in general. I'm one of the first Force.com MVPs and the co-author of two books, the Salesforce Handbook and Beginning Google App Engine for Java. (c) Jeff Douglas
Lessons & Learnings from a salesforce certified technical architect.
Update (24-Feb-2015) : This extension is GA now, as most of the users are finding it tough to get into trusted testers programme. You can download the extension directly now from Chrome Web Store (link to listing) If you missed our last post, we are talking about a new Chrome Extension for viewing debug logs. If its still sounding unfamiliar, please read this post first, or if you like videos, this youtube video can give good overview.
Isn't it cool to use the console footer to communicate with your users about the new releases or functionalities. In spring 15 we… 1 Thou Shalt Keep thy code stupid simple (KISS principle) 2 Thou shalt not put queries in loops 3 Thou shalt utilize maps for quer… Sales Cloud/Work.com Notes – Closed Beta It’s quick and easy. No more Post-its and third-party text apps. Capture your thoughts i…
Team-based development is hard to get right. At Atlassian we make use of some state-of-the-art development tools and agile techniques to make collaboration easier and ensure the quality of our Salesforce customizations. Salesforce Organizations We make use of several orgs to allow developers to build and test customizations in isolation, then integrate and promote them to production in a safe manner.
:facet> </apex:actionstatus> <apex:form > <apex:pageMessages /> <apex:pageBlock id="pg"> <apex:pageBlockSection > <apex:panelGrid columns="3" cellpadding="3" cellspacing="3"> <apex:outputLabel value="Account Name: "/> <apex:inputText value="{!acctName}"/> <apex:commandButton value="Go" action="{!searchAcct}" status="actStatus" reRender="pg"/> </apex:panelGrid> </apex:pageBlockSection> <apex:pageBlockSection rendered="{!listAcctOptions.Size > 0}" title="Account Selection"> <apex:panelGrid...
A. Stacked Bar Chart B. Metric C. Table D. Gauge 2) Universal Containers uses a custom object to track open job positions and would like to send an automatic email to the hiring manager when a position is moved to the closed stage. What can be used to accomplish this? A. Workflow rule B. Escalation rule C. Cross-object formula D. Auto-response rule 3) What is a capability of Advanced Setup Search? ( Choose 2 answers ) A. See which object an item is associated with in the Setup search results.
1) A tabular report can be used as the source report for which Dashboard component? A. Stacked Bar Chart B. Metric C. Table D. Gauge 2) Universal Containers uses a custom object to track open job positions and would like to send an automatic email to the hiring manager when a position is moved to the closed stage. What can be used to accomplish this? A. Workflow rule B. Escalation rule C. Cross-object formula D. Auto-response rule 3) What is a capability of Advanced Setup Search?
In last 3-4 years, Salesforce is well known cloud computing platform between IT professionals and fresh college graduates. Dreamforce, well known for largest conference on planet breaking its own record every year. Salesforce is also top Innovative company in world as per forbes. Change is inevitable – well adapted by Salesforce. Unlike traditional languages, Admins and developers needs to be updated every four months with each release.
Automating the deployment between environments (dev, test, prod, etc.) gives consistency, visibility, and validation to the process.This greatly speeds up de...
Force.com Development
Author comment: Очень много профессиональных материалов от автора http://salesforce.stackexchange.com/users/887/keith-c
The 15 Apex Commandments: Salesforce best practices and guidelines for developing applications with Apex code and Visualforce
Author comment: Хорошо знакомые правила разработки для любого опытного Salesforce разработчика. Читать новичками!
Apex like java it's built upon has exceptions as the core way of dealing with, er, exceptional situations. Apex exceptions have always had a couple oddities that I started poking deeper into. The first sign Exception types are different than any other apex class is that their naming convention is enforced by the compiler itself. You'll get a compilation failure if you try something like But the rabbit hole goes much deeper.
(Please don’t ask for specifics on the exam questions, as this would breach the test taker agreement and devalue the exam for everyone) Towards the end of 2014, the Salesforce certification portal gained a new track - Pardot Consultant. As anyone who knows Bob Buzzard knows, certifications are my Everest - I have to take them on because they are there, and this was no different.
One of the most common problems that seems to be encountered on the platform is to calculate the number of days in a particular month of the year in order to aid in the setting of an invoice date or other such information – for example you want to set the date of the next invoice to be the end of the next month. There are a lot of ways of doing this involving a lot of if formulas and branches that can cause the size of a formula to be too large or have issues dealing with December or February.
У хорошего интерфейса пользователя высокая конверсия и его просто использовать. То есть, он хорош и для бизнеса, и для использующих его людей. Вот список...
If you are doing any type of work with one of the Salesforce web services APIs (enterprise, partner, metadata, etc.), soapUI is an invaluable tool. It's a feature-rich, Java Swing application that runs on your desktop that allows you to...
Force.com applications are dependent on database performance. Developers try to optimize their code but have had to run queries to see how they perform. Yet,...
Learn fundamentals such as mapping your data model, managing data, & customizing the UI. Plus, go mobile with Salesforce1!
Author comment: Новый геймифицированный способ изучить платформу, даются очки за прохождение челеджей, в общем изучать СФ стало интерестнее!
With the new External Data Sources and External Objects feature, data repositories like SAP can be accessed in Salesforce by reference without the need for d...
Rob Pike explains how Google designed Go to address major development issues they encounter while using other languages: long build times, poor dependency management, lack of robustness, etc.
Author comment: Rob Pike (один из отцов основателей Go) рассказывает о новом перспективном языке программирования от Google, который создается программистами для программистов.
Preface: this post is part of the Certifications and Careers series. Did you know that you can get five Salesforce certifications without knowing how to write code? That’s right! Even the Developer Certification (DEV 401) requires zero knowledge of code! …this means you can easily get five certifications in just three months, without taking any classes! Step 1: Certified Salesforce Administrator (ADM 201) This test is pure memorization, which means it’s 100% study-able.
Thanks so much David for taking the time to create this website. I have no formal background in coding and have been trying for awhile to take my developer skills to the next level on the SFDC platform. Before I found your website, I could read some code and copy and paste it but I was really struggling with customizing and applying what I knew to our Org.
Author comment: Интересный блог, интересного товарища, который круто изменил жизнь вместе с Salesforce. На сайте много полезного материала из первых уст, примеры практического опыта и много позитивной информации.
Author comment: Страница с подборкой Гайдов и шпаргалок
Turn your best ideas into apps, fast, with the world's #1 cloud platform. Connect customers, partners, employees, and the next generation of apps and devices...
Author comment: Промо ролик Salesforce1
The quickest path to learning the Salesforce1 Platform. These tutorial workbooks will walk you through each step along the learning path towards proficiency with Force.com. Each tutorial introduces a new concept and builds your understanding while you build useful applications. Start the journey with the Force.com Workbook, choose the path that’s right for you.
Author comment: Ссылка на основные учебники Salesforce.