HI,
I want to display a default value "Adjustment" in the parameter box of the adjustment card report (RDP).I don't have a UI builder class of the report.
How to achieve it??
PFB the image
Thanks,
Anna
*This post is locked for comments
Let your data contract implement SysOperationInitializable interface. it has a single method, initialize(), where you can set the value.
If you want to run the initialization every time (overwriting previously stored values), decorate your data contract with SysOperationAlwaysInitializeAttribute.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156