Need to add another choice in the state field in the form for the custom table

Aamir3
Tera Contributor

Hi everyone,

Good Day!

I have created the custom table (u_recruitment_management) and extended the table from the Task table. Now I can see the state field in my custom table, which has choices. I want to add another choice for that field without affecting the task table field.

When I check the configure dictionary of the state field, It shows the type as "integer". I need to add another choice without affecting the task table field. Please suggest it.

 

Aamir3_1-1702483043966.png

 

1 ACCEPTED SOLUTION

SLK Gupta
Tera Guru

HI @Aamir3 ,

 

You want add a new choice to the Child table(your custom table) without affected the parent table(from which you extend your custom table).

You can achieve this requirement by below way @Aamir3 

I am giving you example by taking child as Incident and Task as Parent

Go to incident table and open a record and right click on the state field.

SLKGupta_0-1702484442868.png

 

Select configure Choices option and you can see the below page

SLKGupta_1-1702484546749.png

Enter your text and value as per your new choice requirements.

Carefully select the Apply to table option, here select Incident(child table)(in your scenario you will select custom table)
This way help to fulfill your requirement @Aamir3 .

if my response helps you in fulfilling your requiremnt please mark it as accepted solution/helpful @Aamir3 .

 

Thanks & Regards.

S. Lakshmikanth Gupta.

View solution in original post

2 REPLIES 2

SLK Gupta
Tera Guru

HI @Aamir3 ,

 

You want add a new choice to the Child table(your custom table) without affected the parent table(from which you extend your custom table).

You can achieve this requirement by below way @Aamir3 

I am giving you example by taking child as Incident and Task as Parent

Go to incident table and open a record and right click on the state field.

SLKGupta_0-1702484442868.png

 

Select configure Choices option and you can see the below page

SLKGupta_1-1702484546749.png

Enter your text and value as per your new choice requirements.

Carefully select the Apply to table option, here select Incident(child table)(in your scenario you will select custom table)
This way help to fulfill your requirement @Aamir3 .

if my response helps you in fulfilling your requiremnt please mark it as accepted solution/helpful @Aamir3 .

 

Thanks & Regards.

S. Lakshmikanth Gupta.

Aamir3
Tera Contributor

@SLK Gupta :- Thanks for your time. Appreciate it!!. Resolved my issue