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
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1