Hello guys
How can i show Contract class parameter values in dialogue? Do I need UI builder class? Or is there any other magic way? I am opening report through controller and controller takes parameters from form and writes into contract class.
*This post is locked for comments
There is an automatic UI builder that creates a dialog for you from the definition of the contract class. You can influence its behavior with certain attributes, such as SysOperationLabelAttribute. If it's sufficient, you don't have to bother with UI builder classes at all.
If you have more complicated requirements, you can create your own class as a specialization of the automatic UI builder, or even build the whole UI by yourself.
My problem was using preRunModifyContract(), needed to write contract parm methods in controller class.
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