- attachment
- line 1 of gallery
- line 2 of gallery
Patch(
'New PO Request - MC ST OKC',
ForAll(
gal_OrderItems.AllItems As _Items,
{
Title: _Items.txt_Vendor.Text,
'Reason for purchase': _Items.txt_Purchase.Text,
Items: _Items.txt_Item.Text,
'Charged back?': _Items.tgl_CB.Value,
'DT/Customer Name': _Items.txt_Customer.Text,
Office: _Items.ddOffice.Selected.Value
Qty: _Items.txt_Qty.Text,
'Item Cost': _Items.txt_Price.Text,
Description:_Items.txt_Desc.Text
},
fmAttachment.Updates
)
);
Notify(
"Data successfully submitted to Sharepoint",
NotificationType.Success,
4000
);
Concurrent(
ResetForm(fmAttachment),
Reset(gal_OrderItems)
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.