Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Patch for transaction collection
Collect(Transactionslist, {
RequestId:Last(RequestBlotter.RequestId).RequestId +1,
RequestDate:Today(),
ValueDate :DatePicker1.SelectedDate,
ForeignCurr:Dropdown1.SelectedText.Value,
ForeignAmount:TextInput1.Text,
HedgeAcc:Dropdown3.Selected.Value,
Exposure:If(Dropdown3.SelectedText.Value = "Y" ,TextInput1_2.Text,Label2_20.Text),
Requester:Defaultreq.Text,
Approver:Dropdown2.SelectedText,
Status:Text("Pending")});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment