Hello,
I create a SSRS report, binded with query datasource.
on C# - any of the report parameter properties: Visibility: Hidden. Nullable: True.
On X++, on preRunModifyContract method:
Query reportQuery; ... reportQuery = this.parmReportContract().parmQueryContracts().lookup(this.getFirstQueryContractKey());
After running the report, there is prompt on the main key, which I want to disable,
I don't want any prompt.
How can I do that?
Thanks :)
*This post is locked for comments