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?

【新版】 社員募集アプリケーション用のデータモデルの作成 の整理

Last updated at Posted at 2023-06-20

Build Platform Apps in Lightning Experience

2023年になって自動化処理の部分はプロセスビルダーからフローに完全に変わって、エラー内容も大幅に変更されました。
改めて解答例を整理していきたいと思います。

それぞれのProject

一応、順番に実施した方が無難です。


Job Applicationが表示されない

image.png

You need to create a lookup relationship field which references to candidate record in Job application object. Then you would be able to see Job Application under candidate button.

https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007bLH4eSAG

未分類

あとで、それぞれの単元に関連付けたいと思います。
具体的にAPI名が言及されているときはAPI名を確認した方がいい感じがします

UPDATE: I didn't do anything else, but this time when I clicked on "Verify the challenge" it worked.

image.png

Could not find an action on the Candidate object called 'New Job App'

Please check this image with your screenshot. Your api name is incorrect. Change it and check the challenge.
image.png

Not able to find job posting site in custom junction object for job posting

パッケージをインストールしていない

Unable to find recruiting app in the app launcher

I uninstall and reinstalled the app and now its working

Not able to save the flow. Error :-The field named Position__c.Hiring_Manager__c can't be found.#Build an Automation for Creating Interviewer Records

image.png

While selecting the value, in the create Record page, there are 2 options Hiring manager__c and Hiring manager__r, But first as per dropdown you will see Hiringmanager__r first (as all are selecting that, that's why it is getting error) but if you scroll down in that list only you will find Hiringmanager__c, please select that. As we are working on custom objects the value selected should end by __C in this case it is Hiring manager__c.

The 'Create Interviewer Record' flow is not configured to trigger only when a record is created.

Please check if the settings are as follows.

image.png

We can't run the 'Create Interviewer Record' flow. Make sure its implementation is correct per requirements, and that Position and Interviewer records can be created and updated.

新しいプレイグランドでパッケージをインストールし直せば機能したらしい。よくわからん

We couldn't find the correct object settings for the 'Job_Application__c' object for the PermissionSet named 'Hiring Manager'.

Check the below points:

  • Create the Permission Set named "Hiring Manager"
  • Given the correct permission for Job Application Object?
  • Checking the Challenge in the correct Org?

Source: this Question (https://success.salesforce.com/answers?id=9063A000000lPleQAE)

Else, please have a look at the below links:

https://trailhead.salesforce.com/en/trailblazer-community/feed/0D54S00000A94QGSAZ

We couldn't find the correct object settings for the 'Interviewer__c' object for the PermissionSet named 'Hiring Manager'.

Could not find a Job Posting Site record with a URL of 'www.lotsojobs.com' and Site Name of 'Lots-O-Jobs'.

Had the same challenge. Solved it by creating new playground and installing the package and then open the AW Recruiting App. You will find the fields are already created and available for selection.

super sales repが表示されない

Create a Tab for the Review Object

image.png

タブを作りたいけど、オブジェクトがないらしい。おそらく既にタブを作ったと思った。

Isn't it possible that a tab has already been created?

image.png

I was able to concluded the challenge by removing New_Position_Approval from the Approval Process Name Or ID, and add {!Submit_Position_for_Approval.entityId} literally.

A field with the same name already exists. Please check using object manager
If the setting is incorrect, try deleting that item.

Setup --> Object Manager --> Job Posting --> Fields & Relationships

image.png

未解決

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?