Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Occupation Hierarchy tables and Validation Rules #11654

Closed
BodorAnnamaria opened this issue Aug 25, 2021 · 0 comments
Closed

Create Occupation Hierarchy tables and Validation Rules #11654

BodorAnnamaria opened this issue Aug 25, 2021 · 0 comments

Comments

@BodorAnnamaria
Copy link
Contributor

Is this a bug or feature request?

FR

What is the current behavior?

Which are the steps to reproduce?

What is the expected or desired behavior?

Need to create the following tables
CRM_Occupation , AD_User_Occupation_Job , AD_User_Occupation_Specialization , AD_User_Occupation_AdditionalSpecialization
and reference list JobType with values: "Berufsbezeichnung ", "Fachrichtung ", "Zusatzbezeichnung "h

Will have a window where the user can add Occupation and set his type based on the JobType "B", "F", "Z". In case of the type "F" and "Z" a parent occupation need to be selected.

  • AD_User_Occupation_Job will contain an (ad_user_id, crm_occupation_id) but only occupation with jobType = "B"
  • AD_User_Occupation_Specialization will contain an (ad_user_id, crm_occupation_id) but only occupation with jobType = "F" but only corresponding list AD_User_Occupation_Job.crm_occupation_id` will be displayed
  • AD_User_Occupation_AdditionalSpecialization will contain an (ad_user_id, crm_occupation_id) but only occupation with jobType = "Z" but only corresponding list AD_User_Occupation_Specialization.crm_occupation_id will be displayed
@BodorAnnamaria BodorAnnamaria added the cmp:backend backend issue (cmp="component") label Aug 25, 2021
BodorAnnamaria added a commit that referenced this issue Aug 26, 2021
BodorAnnamaria added a commit that referenced this issue Aug 31, 2021
BodorAnnamaria added a commit that referenced this issue Sep 1, 2021
* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654

* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654
- fix script

* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654
- add missing scripts

* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654

* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654
- add missing EN Trl

* #11654 Create Occupation Hierarchy tables and Validation Rules
#11654
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants