Locally Formatted [H1 - Lato 24 pt bold]
Africa is the world's second largest and second most-populous continent (behind Asia in both categories). At about 30.3 million km2 (11.7 million square miles) including adjacent islands, it covers 6% of Earth's total surface area and 20% of its land area. With 1.2 billion people as of 2016, it accounts for about 16% of the world's human population. The continent is surrounded by the Mediterranean Sea to the north, the Isthmus of Suez and the Red Sea to the northeast, the Indian Ocean to the southeast and the Atlantic Ocean to the west. The continent includes Madagascar and various archipelagos. It contains 54 fully recognized sovereign states (countries), nine territories and two de facto independent states with limited or no recognition. The majority of the continent and its countries are in the Northern Hemisphere, with a substantial portion and number of countries in the Southern Hemisphere. [Lato regular 12 pt., left indent 50 pt., right indent 200 pt., leading 18 pt.]
Heading 2 [Lato 18 pt. bold, spacing after 24 pt.] [Main heading within an article]
The continent includes Madagascar and various archipelagos. It contains 54 fully recognized sovereign states (countries), nine territories and two de facto independent states with limited or no recognition. The majority of the continent and its countries are in the Northern Hemisphere, with a substantial portion and number of countries in the Southern Hemisphere.
Heading 3 [Lato 14 pt. bold, spacing after 16 pt] [sub-hed within an article]
The continent includes Madagascar and various archipelagos. It contains 54 fully recognized sovereign states (countries), nine territories and two de facto independent states with limited or no recognition. The majority of the continent and its countries are in the Northern Hemisphere, with a substantial portion and number of countries in the Southern Hemisphere.
Heading 4 [Lato 12 bold, spacing after 12 pt.] [sub-sub-hed -- to be used sparingly]
The continent includes Madagascar and various archipelagos. It contains 54 fully recognized sovereign states (countries), nine territories, and two de facto independent states with limited or no recognition. The majority of the continent and its countries are in the Northern Hemisphere, with a substantial portion and number of countries in the Southern Hemisphere.
Numbered list [list of related items in chronological or hierarchical order, such as a procedure]
To use the Admin Console
- Log onto Box.
- If you're using your desktop, do this:
- Enter the URL in the search bar.
- Click Enter.
- When Box.com displays, click Log in.
- Type in your name in the Name box.
- Type in your password in the Password box.
- Click Log in.
- If you're using your mobile device, do this:
- Tap the URL
- Tap Enter.
- When the home page displays, tap Log in.
- If you're using your desktop, do this:
- In the lefthand navigation, click Admin Console.
- Click the tab you want and then do what you need.
Bulleted list [list of related items that have no specific order or hierarchy]
Some of the things you can do with the Admin Console include:
- Configure Box for your enterprise. This includes:
- Security settings, such as:
- shared link permissions
- content collaboration permissions
- domain whitelisting
- Application permissions, such as:
- applications to enable or disable
- adding and configuring applications
- applications to enable or disable
- and so on
- End user permissions
- Usage statistics
- and more
- Security settings, such as:
- Profile details
- Platform details
- And more
Mixed List
Creating a workflow in Relay:
- Open Relay.
- From your desktop, type in the URL in the search bar.
- From your phone, just tap the Relay icon.
- When Box.com displays, click Log in.
- Click the All Workflows page.
- If this page does not display, you have no workflows.
- If this page does display, you have workflows.
- Workflows display in reverse chronological order. To change this display:
- Look over there and tap that icon.
- Look over here and tap this icon.
- When the window displays, follow the prompts.
- Click the workflow you want.
- Modify the workflow.
- Click Save.
Tables
Table: Box-NetSuite Configuration Options [Lato 11 pt. bold, 4 pt. space below)
Box Record Object | Description | Enterprise only? |
Box Account Association | Stores the mapping between the individual NetSuite user and the individual Box user. Everyone on NetSuite who also uses Box has a record inside this Box Account Association. | Y |
Box Folder Collaboration | Tracks Box permissions and collaborations on NetSuite-Box folders. | Y |
Box Integrations Config | The primary configuration file for the integration. Contains the Box Enterprise ID (EID), which is critical for connecting your NetSuite instance to your Box instance. | N |
Box Record Folder | Stores the mapping between NetSuite records and Box folders. | Y |
User-entered text:
"The format of the file's name is C:/Box/<File Name>.
Note This here is something you should pay attention to.
Important This here is something you should pay attention to.
Tip This here is something you should pay attention to.
Note This here is something you should pay attention to.
Important This here is something you should pay attention to.
Tip This here is something you should pay attention to.
code samples
Copy the following Visualforce code and paste it in your newly-created Visualforce page.
This is a table caption.<apex:page standardController="Custom_Object__c" extensions="box.DisplayWidget" action="{!getLoginToken}" showHeader="false" sidebar="false" standardStylesheets="false"> <apex:stylesheet value="{!URLFOR($Resource.box__BoxEmbed, 'BoxEmbed/style.css')}"/> <apex:variable var="isClassic" value="{!AND($User.UIThemeDisplayed != 'Theme4d', $User.UIThemeDisplayed != 'Theme4t')}" /> <!-- LOGIN or CREATE FOLDER or JOIN FOLDER --> <apex:iframe id="classicBoxSection" src="/apex/box__BOXSection?id={!Custom_Object__c.Id}¶m=Custom_Object_Box_Section" rendered="{!AND(displayBoxSection, isClassic)}" html-allowfullscreen="true" html-webkitallowfullscreen="true" html-msallowfullscreen="true" /> <apex:iframe id="lightningBoxSection" src="/apex/box__BOXSection?id={!Custom_Object__c.Id}¶m=Custom_Object_Box_Section" rendered="{!AND(displayBoxSection, NOT(isClassic))}" html-allowfullscreen="true" html-webkitallowfullscreen="true" html-msallowfullscreen="true" /> <!-- /LOGIN or CREATE FOLDER or JOIN FOLDER --> <!-- BOX EMBED WIDGET --> <apex:iframe id="classicBoxWidget" src="{!folderShareLink}" rendered="{!AND(displayBoxWidget, isClassic)}" html-allowfullscreen="true" html-webkitallowfullscreen="true" html-msallowfullscreen="true" /> <apex:iframe id="lightningBoxWidget" src="{!folderShareLink}" rendered="{!AND(displayBoxWidget, NOT(isClassic))}" html-allowfullscreen="true" html-webkitallowfullscreen="true" html-msallowfullscreen="true" /> <!-- /BOX EMBED WIDGET --> </apex:page> |
Copyright 2019 MadTravel, Inc.MadTravel, LLC.