Salesforce Projects on SalesForce - App Logic and Interface

Projects on SalesForce - App Logic and Interface

Catalog: Salesforce
Short name: App Logic and Interface
Course start date: 2024-07-02
Paystack

Description

Introduction to cloud computing


In this chapter we are going to learn about what is cloud computing, definition for cloud computing, benefits of cloud computing and drawbacks of cloud computing.


Characteristics


There are five main characteristics of cloud computing – On demand self service, Broad network access, resource pooling, rapid elasticity and measured service. These are explained in detail in this section.


Cloud computing services


In this chapter we are going to learn about cloud computing services like Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS). This section will also include some of the cloud service providers.


Section 2: Understanding Salesforce Developer

Introduction to Salesforce


This section will help you to learn what is Salesforce, what is Salesforce CRM, Features of Salesforce.com, What is Salesforce App exchange, Why you should consider using Salesforce app exchange program, What is Salesforce infrastructure and how Salesforce is helpful to business.


Salesforce(Configuration and Customization)


In this section we will learn how Salesforce allows its users to configure their own CRM application and how the customer support centre helps in doing that.


Salesforce(Create Salesforce app)


In this chapter you will learn the step by step by procedure in creating Salesforce App in Salesforce.com using screenshots


Section 3: Warehouse

Creating Warehouse App


This section teaches you how to build a cloud app. It explains what is custom object and also covers the three steps in creating a cloud app in detail.


Creating Invoice Object


To make the warehouse app more realistic you need to keep a track of the invoices of the warehouse. In this tutorial you will learn


How to create the invoice object using the wizard

Adding an invoice tab to the app

Reordering tabs in the app

Adding status field to the invoice object

Creating Its Relation


This section deals with the following topics


Creating the line item object

How to add a quantity field

How to relate line items to invoice

Look up merchandise items

Testing the app and viewing the schema

All these are explained with screenshots for your easy understanding


Warehouse Data Import using Custom object


In this tutorial we will learn how to load data into the warehouse app which can be viewed by everyone in the organization. It includes creating the data file, loading the data file and testing the app sections.


Section 4: Customizing Interface

Customizing Interface


In this chapter you will learn the advanced point and click development to improve the database and the user interface.


Customize user interface-View of data


This section lets you learn how to create custom views in Salesforce apps as per your needs. It contains three steps – Viewing a list of invoices, Creating a new view and Testing the app


Customize user interface-Modify Page Layout


In this section you will learn how to customize the detail page for a particular record using different page layouts. You will learn how to modify them using a six step procedure


Open the page layout editor

Knowing the page layout

Rearrange fields on a page layout

Add fields to the related list

Editing a mini page layout and testing it in the app

Customize User Interface-Mobile Access Layout


This chapter will help you to understand the steps in creating a mobile specific page layout. You will learn the following topics in this chapter


Optimize an existing page layout for mobile device

Creating compact layouts

Adding mobile cards to the pages

Customize user Interface-Enable Social Collaboration


In this tutorial you will learn how to collaborate your mobile devices with your page layout so that you can receive notifications whenever someone interacts with your page. It has a three step process which is also included in this section


Examine the merchandise page layout

Enable collaboration on invoices

Enable notifications for mobile

Section 5: Adding App Logic

Adding App Logic- Automate Field Object using Workflow


Here you will learn advanced point and click development to improve the user interface. The topics covered under this chapter includes the following


Research the line item detail page – In this section you will learn how to create a new field for the line item object

Create a Unit price field – The steps for creating a new price field is explained in this section

Populate the unit price field – Creating a workflow rule and assigning an action to the workflow rule is given with step by step procedures and screenshots

Update the inventory – In this section the workflow rule is created

Activate the workflow rule – The workflow rule is activated using an activation link in this step

Testing the app – Finally the new workflow rule is tested

Adding Formula Field


In this chapter you will learn how to create a new formula field in the line item object without the use of codes. Here a value is calculated for each line item.


Adding Roll Up Summary Field


Roll Up summary field combines all of the  line items into a single invoice total. The steps for calculating the total of the roll up summary field is given here with simple steps.


Section 6: Building App Logic

Enforce Business Rule


Business rules are very crucial for every organization to prevent the bad data from entering into the system. In this chapter you will learn how to enforce business rules using the following steps


Understanding the business rule- Go to the warehouse app and study the invoice details under Invoices tab

Creation of a validation rule – Steps to create and edit the validation rule is given here.

Testing the validation rule

If there is any change to me made modify the rule and test it again

Creating an Approval Process


The approval process is important to decide who must approve the records at each and every step. It also contains the actions that has to be done when a record is submitted, approved, rejected or neglected. The approval process contains the following steps


Creating an approval process

Research the approval process detail page

Modify the process

Activate the process

Testing it and configuration of approvals for chatter

How to Use Approval Process


This section explains how to use the approval process in a step by step procedure.


How to add Flow Variable


Flow variables are used to store data and in this section you will learn how to create flow variables using few steps


Adding Flow Form Screen


Here the screen is used to collect data and the screen uses form style fields. This chapter contains the steps of entering data through screens using screenshots


Adding Record Create element


Record create element is used to create a line item record of the data  in the workflow.


Adding Confirmation Screen


The confirmation screen is used to let the users know that the workflow is complete. The creation of confirmation screen is explained under this chapter.


Adding Custom Button


The custom button will help to direct the flow using an URL and set the flow finish behaviour.


Adding Fault Screen


If any error occurs during the flow then the fault screen will display an information to the user. The steps for creating the fault screen is given under this topic.


Creating a Report


The warehouse app includes the Reports tab which will help you to create, edit, run and schedule reports. This chapter also includes the following topics


Create a simple report – This step will help to create a simple tabular format report using step by step procedure.

Getting out more information from report – The data can be viewed in various ways and in this section the simple report is changed to a fancy report using few steps.

Adding chart with Report – This section explains how to visually view your data in the form of charts. Different type of charts can also be combined.

Creating Dashboard


Dashboards shows all the important information at a glance. The data in dashboards can appear in the form of charts, tables or metrics. The chapter has the following section under it


Creating a new dashboard

Adding a pie chart component

Accessing dashboards from the mobile device

Running Report Synchronously


If a report is run Synchronously then it increases the speed. If you need to track the hourly changes of your app then you can run your report Synchronously


Running report Asynchronously


Running report Asynchronously takes some time to get back the results but it has its own advantages. You can use such reports anytime for the next 24 hours.


How show, Find and Refresh Dashboard


In this chapter you will learn how to use reports and dashboards REST API to access and refresh dashboards and reports


Enhancing mobile Experience With Global Action


You need to customize the layout and data for mobile devices. In this chapter you will learn what is quick actions, global actions and object specific actions. The sub topics of this chapter includes


Creating records using global actions

Creating records using object specific actions

Course Duration:-6h 7m

Sections

General
0 activities

Introduction to Cloud Computing
Characteristics of Cloud Computing
Cloud Computing Services
Introduction to Salesforce
Salesforce(Configuration and Customization) part-1
Salesforce(Configuration and Customization) part-2
Salesforce(Create Salesforce app) Part-1
Salesforce(Create Salesforce app) Part-2
Creating Warehouse App
Creating Warehouse App continued
Creating Invoice Object
Creating Its Relation
Warehouse lookup relationship
Warehouse Data Import using Custom object
Customize user interface-View of data
Customize user interface-Modify Page Layout
Modify Page Layout continued
Customize User Interface-Mobile Access Layout
Mobile Access Layout continued
Customize user Interface-Enable Social Collaboration
Customize user Interface-Enable Social Collaboration continued
Adding App Logic-Automate Field Object using Workflow
Automate Field Object using Workflow continued
Updating Inventory
Setting Workflow rule
Adding Formula Field
Adding Roll Up Summary Field
Enforce Business Rule
Enforcing Business Rule
Enforcing Business Rule continued
Creating an Approval Process
Creating an Approval Process continued
More on Approval Process
How to Use Approval Process
How to add Flow Variable
Adding Flow Form Screen
Adding Record Create element
Adding Confirmation Screen
Adding Custom Button
Adding Fault Screen
Creating Sample Report
Getting out more information from report
Adding chart with Report
Creating Dashboard
Running Report Synchronously
Running report Asynchronously
How show‚Find and Refresh Dashboard
Enhancing mobile Experience With Global Action
Define an Object specific Action
Customize an Object specific Layout
Course Certificate

Secure Video
50
Certificate
1
Cost: 5000

Tag

Course Duration:-6h 7m