Forum Discussion
ChrisLoran
3 years agoValued Contributor
Just a heads-up, if anyone's thinking of using
brapi.Database.GetCustomDataTable( )
... and then just passing it the name of a standard XF table, the function actually checks if the table name you passed is a standard table or not, and just returns (nothing) if it is a standard XF table. So you'd either have to use unsupported internal object methods , or regular SQL (and cache the resulting DataTable if calling repeatedly).
Related Content
- 4 years ago