Re-applying custom descriptions for a few fields in the Portal Query is a simple task. However, if the Portal Query contains many fields with custom descriptions, then this process is somewhat onerous and may justify setting column aliases in the stored procedure SQL query instead of the Column Configuration Description field in Portal Administration.
In summary, best practice is to use the Portal Administration Column Configuration Description field for column header aliases, but there are trade-offs that may justify using column aliases in the stored procedure SQL query where the stored procedure may be frequently modified and where many result set columns require aliases.
Add Comment