what is the use of table field in sys_choice (choice list form)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 03:55 AM
I have been creating choice records in choice list table and using those choices in a reference field in catalog item.
what should i give in the "table" field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 04:00 AM
Hi @NiloferS ,
The Choice [sys_choice] table contains translated text for options that appear in choice lists.
- Table: name of the table which choice applies to.
- Element: name of the field this translation is used for.
- Language: BCP 47 code of the language for the translated choice.
- Value: English description of this choice.
- Label: translated text that users see for this choice.
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 04:13 AM
In this scenario what could be the name of table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 04:28 AM
Hi @NiloferS ,
You are create the choice dropdown on catalog item?
There are 3 three tables in when in submit the catalog item form
Request [sc_request]
Requested item [sc_req_item]
Catalog task [sc_task]
If you want to create field on catalog item than you need to create a variable and add the choice dropdown on that variable.
From here you need to create new choice. I hope I'm able to answer your question.
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak