I'm using llbl 2.5-Final with SelfServicing and had a general question. I'm working on a process to load a bunch of data to a Postgre database and am trying to really streamline execution to get the speed up. I've noticed that when setting a field value that is on the foreign key side of any relationship, a query is performed to verify the value is allowed.
In this particular instance, I know that the id is valid (as I just finished creating it) and would like to disable this check. I saw the bypass for buildinvalidation, but that seems to be only related to data types, sizes, nulls, etc... I can't seem to find anyway to not perform this foreign key check.
Thanks for any help, and a big kudos to all of you, terrific product, I was blown away the first time using it - keep it up!