Hello Members,
I run into an issue where I have to setup a job queue with the following scenario.
- I created own table and the field type boolean is not part of the primary keys
- I created a code unit which filters as follows: NEWTABLE.SETRANGE("Boolean FIELD", FALSE) , that the only filter
- IF NEWTABLE.FIND('-') THEN BEGIN END;
- NOTE: The NEWTABLE includes record with boolean field true and false
- When I run the code unit, it is going through the loop (eg. finding the record)
- BUT when i try the same code unti via Job Queue, its not going through the loop.
Any idea?
*This post is locked for comments
I have the same question (0)