Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Non-existent fields in ssrs report on UAT environment

(0) ShareShare
ReportReport
Posted on by 4
Hello!
 
Input:

Two environments: UAT and DEV
On-Prem enviroments with lcs and TFS.

We have a ssrs report. I have added two fields to the dialog form of the report. Like this:

class SSRSReportContract_ implements SysOperationValidatable
{
             ..............
             [DataMemberAttribute, SysOperationDisplayOrderAttribute(/23/), SysOperationControlVisibilityAttribute(false)]
             public UserId parmUserIdLog (UserId _userIdLog = userIdLog)
             {
                  userIdLog = _userIdLog;
                  return userIdLog;
             }
            .............
}


I uploaded this code to the dev branch and installed the package on the DEV environment. Everything worked as expected. No problems.

Next, I needed to migrate other changes related to this class from DEV to UAT. 

I merged the necessary changesets from the dev branch to the uat branch. Compiled a AXDeployable with Azure Pipeline pakage and released it with lcs. Clicking the 'ApplyUpdates' button.

When the package was successfully deployed to the uat environment, my fields appeared and became also displayed on the UAT.

I checked out the uat branch, checked out the files in the package. There is no code associated with my fields.


It is interesting that I have a property: SysOperationControlVisibilityAttribute(false) on the fields, but the fields are visible on the form.
And also SysOperationDisplayOrderAttribute(/23/), while on uat they show the first

How to fix it?

Thank you!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,097 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,872 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans