Patch(
SubtopicArgEvi_1,
Defaults(SubtopicArgEvi_1),
{
Building: DataCardValue1.Text,
Topic: DataCardValue2.Text,
Subtopic: SubtopicDD_1.Selected.Value,
RAGStatus: SubtopicRAGStatusDD_1.Selected.Result,
'Subtopic Breakdown': SubtopicBreakDownDD_1.Selected.Value,
Argument: ArgumentText2.HtmlText,
Evidence: EvidenceText2.HtmlText
}
);
Patch(
SubtopicArgEvi_ChangeReq,
Defaults(SubtopicArgEvi_ChangeReq),
{
Building: DataCardValue1.Text,
Topic: DataCardValue2.Text,
Subtopic: SubtopicDD_1.Selected.Value,
RAGStatus: SubtopicRAGStatusDD_1.Selected.Result,
SubtopicBreakdown: SubtopicBreakDownDD_1.Selected.Value,
Argument: ArgumentText2.HtmlText,
Evidence: EvidenceText2.HtmlText
}
);
Notify("Suptopic successfully saved!");
Patch(
SubtopicArgEvi_ChangeReq,
LookUp(
SubtopicArgEvi_ChangeReq,
),
{
Building: DataCardValue1.Text,
Topic: DataCardValue2.Text,
Subtopic: SubtopicDD_1.Selected.Value,
RAGStatus: SubtopicRAGStatusDD_1.Selected.Result,
SubtopicBreakdown: SubtopicBreakDownDD_1.Selected.Value,
Argument: ArgumentText2.HtmlText,
Evidence: EvidenceText2.HtmlText
}
);
Notify("Subtopic Change Request information updated");
Patch(
SubtopicArgEvi_ChangeReq,
LookUp(
SubtopicArgEvi_ChangeReq,ID = Value(ChangeRequestID.Text)
),
{
Argument: ArgumentText3.HtmlText,
Evidence: EvidenceText3.HtmlText,
RAGStatus: SubtopicRAGStatusDD_2.Text
}
);
Notify("Subtopic Change Request information updated");
Value(ChangeRequestID.Text)
Patch(
SubtopicArgEvi_1,
LookUp(
SubtopicArgEvi_1, varEditRecord.UniqueIdentifier = UniqueIdentifier,
),
{
Building: DataCardValue1.Text,
Topic: DataCardValue2.Text,
Subtopic: SubtopicDD_1.Selected.Value,
RAGStatus: SubtopicRAGStatusDD_1.Selected.Result,
SubtopicBreakdown: SubtopicBreakDownDD_1.Selected.Value,
Argument: ArgumentText2.HtmlText,
Evidence: EvidenceText2.HtmlText
}
);
Notify("Subtopic Change Request information updated");
Patch(
SubtopicArgEvi_ChangeReq,
LookUp(
SubtopicArgEvi_ChangeReq,ID = Textbox.Text
),
{
Building: DataCardValue1.Text,
Topic: DataCardValue2.Text,
Subtopic: SubtopicDD_1.Selected.Value,
RAGStatus: SubtopicRAGStatusDD_1.Selected.Result,
SubtopicBreakdown: SubtopicBreakDownDD_1.Selected.Value,
Argument: ArgumentText2.HtmlText,
Evidence: EvidenceText2.HtmlText
}
);
Notify("Subtopic Change Request information updated");
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional