Answer:
Feed tracking and use customs objects record fields and post them as an update. Feed tracking detects that user follows record and update their view of What follow.
Explanation:
Feed tracking is available in Sales Group, Professional, Enterprise, and Developer.
Custom Object is a set of records that allow you to store additional data in an account record and link the data to contact.
Create a custom object in Salesforce
- Login in sandbox
- click the new Custom Object. select create custom Object
- Enter Book for label
- Enter Book for plural label
- Click Save
// Created Custom Object and Custom Filed
- Click new Select Number for datatype and click Next
- Enter in the filed label
- Enter 2 in decimal places
- Click Next for filed-level security
- Click Save
Answer:
Visual.
Explanation:
Some programmers include scroll bars, title bars, buttons, and menus in a program simply by adding them to a layout through a process called visual programming.
A visual programming language is also commonly referred to as graphics user interface builder (GUI builder) and can be defined as a programming tool that avails programmers the ability to develop software programs (applications) using graphical elements and figures rather than texts alone.
Some examples of visual programming language are executable UML, Blockly, Kodu, Alice, Lego mindstorms, Gamemakers etc.
I believe this is Insert Controls