zDRAFT: Ideas for posts - jcmings/sn GitHub Wiki
Next beginners series post Forms 101
- Right-click Showing fields - and then stUtils you can double click
- Changing the views
- Insert and stay, insert, update, save
- Eventually--how are those buttons there: UI Actions (more adv)
- Configuring, form configure, form layout vs form design
- Section separators
LATER:
Done: Working in tables, personalizing list, grouping, show matching, filter out. From-list-view filtering (show matching, filter out) Personalizing your own lists
- Making favorites and editing favorites list
- Smart navigation with .list and .do
- Groups, and provisioning roles via groups
- Record producers, catalog items, access (link to HR vs normal)
- Knowledge, knowledge publish flow, knowledge approvers
sys_id
Front end, back end, list view, table view, value, label, column, record ("row"), business rule (often used to describe a business process),
Eventually: For the advanced joe
- Business rules, what are they, the basics, and using
current.update()
- Modules and application menus, them displaying
- Difference in value and display value, particularly for choice fields, when accessing variables
- UI Policies
** Basic GlideRecord concepts**
- Never forget to
.query
- Encoded queries, add query, eventually
.get()
- Glide Aggregate for counting
- GlideRecordSecure vs otherwise