ForAll(Transactionslist,Collect(transactionID,Patch(RequestBlotter,Defaults(RequestBlotter), | |
{ | |
RequestId:Last(RequestBlotter.ID).ID +1, | |
BusinessUnit:businessUnit.Text, | |
RequestDate:Today(), | |
ValueDate:ValueDate, | |
Action:Toggle1.Value, | |
ForeignCurr:ForeignCurr, | |
ForeignAmount:Value(ForeignAmount), | |
HedgeAcc:HedgeAcc, | |
Exposure:Value(Exposure), | |
Requester:FullEmailBox.Text, | |
CurrPairOutput: CurrPairOutput, | |
Status:"Pending" | |
} | |
)))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment