Hello,
I have this issue where I am looking to show results from a column in a SharePoint list.
This is the Items property of AdminTaskCategoryDDL:
Sort
(
Table
(
{Item: " "},
{Item: "Installation (HW/SW)"},
{Item: "Configure/Construct"},
{Item: "Design/Discovery"},
{Item: "Data Conversion"},
{Item: "Testing/Validation"},
{Item: "Training"}
),
Item
)
These are specifically pulling from a list called 'Project Time Tracking'. I want the AdminTaskCategoryDDL to display items from 'Task Category' list. The form, which houses AdminTaskCategoryDDL, is meant to submit the choices to 'Project Time Tracking' to populate its columns. How do I achieve all this without hard cording the items like you see in the table?
Many thanks.