When creating SuiteQL transaction queries and you want to filter by transaction status, you need to use different syntaxes depending on if you are using runSuiteQL or runSuiteQLPaged - the former requires you to use a “status = ‘CustInvc:A’” syntax, while the latter requires it to say “status = ‘A’“. Is this some sort of bug or is there a logical explanation for the difference?