Skip to content

Commit 41e1375

Browse files
committed
EDU-9615: Added the default views that are generated for consistency's sake since all the other snippets for this graph has them. It was raised as an issue by Elena though it actually doesn't affect anything.
1 parent 1ea1e28 commit 41e1375

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Customization/T240/CodeSnippets/Activity1.2.1_Step1/RSSVAssignProcess.cs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,22 @@ public RSSVAssignProcess()
2121
WorkOrders.SetProcessCaption("Assign");
2222
WorkOrders.SetProcessAllCaption("Assign All");
2323
}
24-
24+
25+
public PXFilter<MasterTable> MasterView;
26+
public PXFilter<DetailsTable> DetailsView;
27+
28+
[Serializable]
29+
public class MasterTable : PXBqlTable, IBqlTable
30+
{
31+
32+
}
33+
34+
[Serializable]
35+
public class DetailsTable : PXBqlTable, IBqlTable
36+
{
37+
38+
}
39+
2540
////////// The added code
2641
protected virtual void _(Events.RowSelected<RSSVWorkOrder> e)
2742
{

0 commit comments

Comments
 (0)