- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 08:00 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 08:26 AM
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.
Select configure Choices option and you can see the below page
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 08:26 AM
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.
Select configure Choices option and you can see the below page
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 04:11 AM
@SLK Gupta :- Thanks for your time. Appreciate it!!. Resolved my issue