Hey guys,
I have a Calibration Record screen which I developed.
My requirement is to dynamically filter the available fields within the dropdown based on the SiteID of the Calibration Record.
Does anyone know if this is possible?
Aleks
Hey guys,
I have a Calibration Record screen which I developed.
My requirement is to dynamically filter the available fields within the dropdown based on the SiteID of the Calibration Record.
Does anyone know if this is possible?
Aleks
Best answer by darylbowman
string[] values = { "1", "2" };
string[] labels = { "One", "Two" };
PXStringListAttribute.SetList<YourDac.yourField>(e.Cache, row, values, labels);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.