CoreBOSBB

Full Version: What is "validationdata"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Again, as to not pollute the "PackingSlip" thread with global questions:

What does this part do:

PHP Code:
$tabid getTabid("PackingSlip");
$validationData getDBValidationData($focus->tab_name$tabid);
$data split_validationdataArray($validationData);
$category getParentTab();
$smarty->assign("CATEGORY"$category); 

Found here. Are all these functions native app functions?
This is system functionality. It is reading the typeofdata column and creating a few arrays for javascript to validate the fields
Ah, great. Thanks for the info.