What is "validationdata" - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forum-18.html) +--- Forum: coreBOS Development (https://discussions.corebos.org/forum-4.html) +--- Thread: What is "validationdata" (/thread-455.html) |
What is "validationdata" - Guido1982 - 10-09-2016 Again, as to not pollute the "PackingSlip" thread with global questions: What does this part do: PHP Code: $tabid = getTabid("PackingSlip"); Found here. Are all these functions native app functions? RE: What is "validationdata" - joebordes - 10-09-2016 This is system functionality. It is reading the typeofdata column and creating a few arrays for javascript to validate the fields RE: What is "validationdata" - Guido1982 - 10-09-2016 Ah, great. Thanks for the info. |