tmayfield
(Tammy Mayfield)
May 8, 2025, 6:11pm
1
I am trying to write a dashboard if inspection required is set on a part. seems easy enough, there is a drop-down to set the if inspection is required. Yay!
This field is bound to Part.RcvInspectionReqPart. I set that to part 1099-2-0 but when I look in the database this field is a 0.
How do I tell when inspection required is set?
1 Like
jkane
(John Kane)
May 8, 2025, 6:20pm
2
Are you using the partplant table?
bruce6s
(Bruce Crile)
May 8, 2025, 6:24pm
3
Try this field, PartPlant_RcvInspectionReqPart
1 Like
tmayfield
(Tammy Mayfield)
May 8, 2025, 6:58pm
4
Yay, its set there. You would think that if it shows bound to a field it would update that field.
JasonMcD
(Jason McDermott)
May 9, 2025, 11:34am
5
Not exactly the same, but I know what you mean:
TL;DR:
Screen
Subsection
Checkbox in UI
Actual DB field
Type
Supplier Price List
Supplier Parts
Primary Supplier
PartPlant.VendorNum
int
Buyer
System Default
XaSyst.SysBuyerID
string
Buyer
Authorized User List
Default Buyer
UserComp.PrimBuyerID
string
Work Force
Authorized User List
DefaultUser
UserComp.PrimSalesRepID
string
Job Entry
Operation > Scheduling Factors
Final Operation
JobAsmbl.FinalOpr
int
Job Entry
Operation > Scheduling Factors
Auto Receive
JobAsmbl.AutoRecOpr
iβ¦
(Wow that is ugly as a preview. Itβs a nice chart if you go to the post.)