10-09-2016, 10:45 AM
Again, as to not pollute the "PackingSlip" thread with global questions:
What does this part do:
Found here. Are all these functions native app functions?
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?