cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
25 stars 45 forks source link

Improve "Passing parameters to screen" section #734

Open alexbudarov opened 3 years ago

alexbudarov commented 3 years ago

Environment

Description of the bug or enhancement

We see from time to time questions from users about how to pass parameters to screens. After taking a side look to this section, my personal opinion that it needs improvements:

alexbudarov commented 3 years ago

Also mention or give link to separate section with samples how to add screen parameters for standard actions (CreateAction, EditAction, PickerField.LookupAction).

alexbudarov commented 3 years ago

Also mention that you can also open screens by using screen facets (ScreenFacet, LookupScreenFacet etc)

A screen can be opened from the main menu, by navigating to a URL, by a standard action (when working with browse and edit entity screens), or programmatically from another screen.