-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"CRS: Rename - Current File" - reportextension - column #249
Comments
I'd like to repro your problem. |
To reproduce, for example,
Error:
|
Good point. So, the result in above should be: reportextension 50000 "APO_StandardSalesOrderConf" extends "Standard Sales - Order Conf." //1305
{
dataset
{
add(Header)
{
column("APO_YourReference"; YourReference)
{
}
}
}
var
YourReference: Text[35];
} Right? |
Yes, according to CRS.ObjectNamePrefix or CRS.ObjectNameSuffix. |
I think the same counts for RequestPages.. 🤔 |
Fix is on its way in release 1.5.13! |
Hi,
"CRS: Rename - Current File" not rename columns with prefix/suffix in reportextension,
as it should be according to documentation below:
Benefits and Guidelines for using a Prefix or Suffix - General rules
Thanks.
The text was updated successfully, but these errors were encountered: