Is there a concise way to grab all columns and values from a table in widget server script?
Is there a clear and concise way to grab every single column and value from a table, instead of manually pushing each item into an array? For example, if I wanted to grab every column in HR Profile for a particular user, is there a more efficient an...