ForAll(
Filter(
glyupload_3.AllItems,
Checkbox3_1.Value
) As DATA,
With(
{
L143: Trim(DATA.Label68_143.Text),
L144: Trim(DATA.Label68_144.Text)
},
Concurrent(
Patch(
'Requisition Main',
LookUp(
'Requisition Main',
'Order Number' = L143
),
{'Uploaded Date': DATA.DatePicker1_3.SelectedDate}
),
Patch(
'Requisition Line Item',
LookUp(
'Requisition Line Item',
'Item Number' = L144
),
{'Uploaded Date': DATA.DatePicker1_3.SelectedDate}
)
)
)
)
ForAll(
Filter(
glyupload_3.AllItems,
Checkbox3_1.Value
) As DATA,
With(
{
L143: Trim(DATA.Label68_143.Text),
L144: Trim(DATA.Label68_144.Text)
},
Concurrent(
Patch(
'Requisition Main',
LookUp(
'Requisition Main',
'Order Number' = L143
),
{'Uploaded Date': DatePicker1_3.SelectedDate}
),
Patch(
'Requisition Line Item',
LookUp(
'Requisition Line Item',
'Item Number' = L144
),
{'Uploaded Date': DatePicker1_3.SelectedDate}
)
)
)
)
WarrenBelz
146,518
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,734
Most Valuable Professional