I have some configured part’s that need to set Part.SNMask and Part.SNMaskPrefix based on the model that’s selected. The problem is that the related fields in PartPlant are not being updated and that table doesn’t seem to be available to the configurator.
I end up with the Part table fields having different values from the PartPlant fields.
Any ideas on how I can set the PartPlant.SNMask and PartPlant.SNMaskPrefix fields?
We're on 905.702A Progress
Thanks
Kevin
Everything is available to the configurator, you just need to write the code to get to it. I would put the code on final save that way if someone changes their mind you are not hitting the db a zillion times and there isn’t a chad if the configuration session never gets saved.
Brenda
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, February 16, 2016 6:42 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Need help setting PartPlant fields from the Configurator
I have some configured part’s that need to set Part.SNMask and Part.SNMaskPrefix based on the model that’s selected. The problem is that the related fields in PartPlant are not being updated and that table doesn’t seem to be available to the configurator.
I end up with the Part table fields having different values from the PartPlant fields.
Any ideas on how I can set the PartPlant.SNMask and PartPlant.SNMaskPrefix fields?
We're on 905.702A Progress
Thanks
Kevin