File tree Expand file tree Collapse file tree
Customization/T220/CodeSnippets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ public SelectFrom<RSSVWorkOrderLabor>.
2626
2727 #endregion
2828
29+ public PXFilter < MasterTable > MasterView ;
30+ public PXFilter < DetailsTable > DetailsView ;
31+
32+ [ Serializable ]
33+ public class MasterTable : PXBqlTable , IBqlTable
34+ {
35+
36+ }
37+
38+ [ Serializable ]
39+ public class DetailsTable : PXBqlTable , IBqlTable
40+ {
41+
42+ }
2943 ////////// The added code
3044 #region Events
3145 //Copy repair items and labor items from the Services and Prices form.
Original file line number Diff line number Diff line change @@ -29,6 +29,21 @@ public SelectFrom<RSSVWorkOrderLabor>.
2929
3030 #endregion
3131
32+ public PXFilter < MasterTable > MasterView ;
33+ public PXFilter < DetailsTable > DetailsView ;
34+
35+ [ Serializable ]
36+ public class MasterTable : PXBqlTable , IBqlTable
37+ {
38+
39+ }
40+
41+ [ Serializable ]
42+ public class DetailsTable : PXBqlTable , IBqlTable
43+ {
44+
45+ }
46+
3247 #region Events
3348 //Copy repair items and labor items from the Services and Prices form.
3449 protected virtual void _ ( Events . RowUpdated < RSSVWorkOrder > e )
Original file line number Diff line number Diff line change @@ -30,6 +30,21 @@ public SelectFrom<RSSVWorkOrderLabor>.
3030
3131 #endregion
3232
33+ public PXFilter < MasterTable > MasterView ;
34+ public PXFilter < DetailsTable > DetailsView ;
35+
36+ [ Serializable ]
37+ public class MasterTable : PXBqlTable , IBqlTable
38+ {
39+
40+ }
41+
42+ [ Serializable ]
43+ public class DetailsTable : PXBqlTable , IBqlTable
44+ {
45+
46+ }
47+
3348 #region Events
3449 //Copy repair items and labor items from the Services and Prices form.
3550 protected virtual void _ ( Events . RowUpdated < RSSVWorkOrder > e )
Original file line number Diff line number Diff line change @@ -28,6 +28,21 @@ public SelectFrom<RSSVWorkOrderLabor>.
2828
2929 #endregion
3030
31+ public PXFilter < MasterTable > MasterView ;
32+ public PXFilter < DetailsTable > DetailsView ;
33+
34+ [ Serializable ]
35+ public class MasterTable : PXBqlTable , IBqlTable
36+ {
37+
38+ }
39+
40+ [ Serializable ]
41+ public class DetailsTable : PXBqlTable , IBqlTable
42+ {
43+
44+ }
45+
3146 #region Events
3247 //Copy repair items and labor items from the Services and Prices form.
3348 protected virtual void _ ( Events . RowUpdated < RSSVWorkOrder > e )
Original file line number Diff line number Diff line change @@ -39,6 +39,22 @@ public RSSVWorkOrderEntry()
3939 ////////// The end of added code
4040 #endregion
4141
42+
43+ public PXFilter < MasterTable > MasterView ;
44+ public PXFilter < DetailsTable > DetailsView ;
45+
46+ [ Serializable ]
47+ public class MasterTable : PXBqlTable , IBqlTable
48+ {
49+
50+ }
51+
52+ [ Serializable ]
53+ public class DetailsTable : PXBqlTable , IBqlTable
54+ {
55+
56+ }
57+
4258 #region Events
4359 //Copy repair items and labor items from the Services and Prices form.
4460 protected virtual void _ ( Events . RowUpdated < RSSVWorkOrder > e )
You can’t perform that action at this time.
0 commit comments