0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

どのプロジェクトでフィールドを作成しているかを整理します

Last updated at Posted at 2023-06-22

何故か、指示に従わないで途中からやっている人が多い。そりゃぁフィールドを作ってないからないのは当たり前だろう。
といつも思います。

Build a Data Model for a Recruiting App

そもそもパッケージをインストールしてない人も多い

1.Create a Custom Object for Reviews

パッケージでインストールされるもの

オブジェクト フィールド
Candidate City
Candidate Country
Candidate Current Employer
Candidate Currently Employed
Candidate Education
Candidate Email
Candidate First Name
Candidate Last Name
Candidate Legacy Candidate Number
Candidate Mobile
Candidate Phone
Candidate State/Province
Candidate Street Address 1
Candidate Street Address 2
Candidate Years of Experience
Candidate Zip/Postal Code
Interviewer Employee
Interviewer Legacy Interviewer Number
Interviewer Position
Job Application Candidate
Job Application Legacy Job Application Number
Job Application Position
Job Application Stage
Job Application Status
Position Approval Status
Position Department
Position Education
Position Hiring Manager
Position Job Description
Position Legacy Position Number
Position Location
Position Pay Grade
Position Salary Range
Position Skills Required
Position Status
Position Title(Nameのこと)

2.Create a Custom Object for Job Posting Sites

作成するオブジェクト Job Posting Site

作成するフィールド
Job Posting Site URL
Status
Technical Site
Description

3.Create a Custom Junction Object for Job Postings

Create a Custom Junction Object
作成するオブジェクト Job Posting

作成するフィールド
Position
Job Posting Site

4.Create a Self Relationship with the Position Object

Position オブジェクトの自己参照の作成

5.Create Custom Recruiting Fields

Reviewに追加する

作成するフィールド
Core Competencies
Core Competencies Comments
Recommend for Hire
Reason Recommended
Interviewer
Job Application


Customize the User Interface for a Recruiting App

1. Create a Tab for the Review Object

タブを作る Create a Reviews Tab
App Managerに追加する

2 Create an Object-Specific Quick Action

New Job App というQuick Actionを作る

Customize the Review Page Layout

Reviewオブジェクトのページレイアウトにセクションを追加する


最後

Automate Business Processes for a Recruiting App

1. Build an Automation for Creating Interviewer Records

Interviewerがない

image.png

Installing the specified package creates a Position object and an Interviewer object.

Interviewer has the following fields:
Employee
Legacy Interviewer Number
Position

Considering the challenges ahead, I think it's better to install the package in a new playground and proceed.
::

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?