How to set/get second column value based on first column value

Hi Have 3 type of skill categories Soft Skill, Technical Skill and Executive Skill. and would like to add/show skill under each category.Currently I can create skills but that is no where related to skill category


Help me to create/show skills under specific category

Hello
In the Skill doctype create a new fileld e.g Skill Category.
Put Skill Category e.g Soft Skill or Technical Skill or Executive Skill against each Skill.

After that apply filter script on Skill column on the basis of Skill Category
Then only skill that belong to Selected Skill Category will be visible in the drop down list of Skill

Can you help me with client script, Also one more thing is that in quick entry I should be able to create skill under specific category

Yes, I can help you in client script.

Have you done the fields creation according to me above suggestion?

Second, quick entry (you mean the edit view of row of child table?)

@rsyed If in skill doctype u have category field then add that fieldname in the skill doctype search field like this

Example :
name,category,skill

1 Like