Wiki

Scale Your Enterprise

User Tools

Site Tools


app:app_cust_screens

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
app:app_cust_screens [2019/08/01 19:45]
dtucker [Macro Editor Values Entry Screen]
app:app_cust_screens [2019/08/01 23:39] (current)
dtucker [Color Guide for Color Properties]
Line 533: Line 533:
 ===== Macro Editor Line Events Values Entry Screen ===== ===== Macro Editor Line Events Values Entry Screen =====
  
 +The **Macro Editor Line Entry Values Entry** screen provides the means to enter the details associated with a <color #00a2e8>**LineEvents**</color> Action Type.
  
- +<WRAP center round info 90%> 
-The Macro Editor Values Entry screen provides the means to enter the value associated with Macro command. It also provides a syntax sample, arguments associated with the command, and an entered value example.+Line Events can be coded to **only** one form and item at time. 
 +</WRAP>
  
 {{:app/image344.jpeg?766x640}} {{:app/image344.jpeg?766x640}}
  
-**Available Line Events ** A list of the previously created Line Events that can be loaded and reused.+  * <color #00a2e8>**Available Line Events**</color>A list of the previously created Line Events that can be loaded and reused
 +  * <color #00a2e8>**Code**</color> - The automatically assigned unique code number for the Line Event. 
 +  * <color #00a2e8>**Name**</color> - The user assigned descriptive name for the Line Event. 
 +  * **<color #00a2e8>Form Type</color>** – The unique ID for the form on which the Line Event will operate. 
 +  * **<color #00a2e8>Item UID</color>** – The unique ID for the item on which the Line Event will operate.
  
 +  * **<color #00a2e8>Ignore Last Row</color> checkbox** – Designates that the Line Event will ignore the last row of the item when executing.
  
 +  * **<color #22b14c>Load</color> button** - Loads the details of the selected Line Event into the form.
 +  * **<color #22b14c>Define New</color> button** – Clears the form and assigns a new **Code** value to the Line Event being created.
  
-**Code –** The automatically assigned unique code number for the Line Event. 
  
  
 +  * **<color #22b14c>Save</color> button** - Apply the Line Event details to the Macro Action Type.
 +  * **<color #22b14c>Save & Close</color> button** - Apply the Line Event details to the Macro Action Type and close the form.
 +  * **<color #22b14c>Close</color> button** - Close the form.
  
-**Name –** The user assigned descriptive name for the Line Event.+{{:app/image44.jpeg?786}}
  
- +===== SendKeys Action Type Key Reference Guide =====
- +
-**Form Type –** The unique ID for the form on which the Line Event will operate. +
- +
- +
- +
-**Item UID –** The unique ID for the item on which the Line Event will operate. +
- +
- +
- +
-{{:app/image345.jpeg?723x29}}**Note –** Line Events can be coded to **only** one form and item at a time. +
- +
-**Ignore Last Row checkbox –** Designates that the Line Event will ignore the last row of the item when executing. +
- +
- +
- +
-**Load button –** Loads the details of the selected Line Event into the form. +
- +
- +
- +
-**Define New button –** Clears the form and assigns a new **Code** value to the Line Event being created. +
- +
- +
- +
- **Apply button -** Apply the Line Event to the Macro Action Type. +
- +
- **Apply & Close button -** Apply the Line Event to the Macro Action Type and close the form. +
- +
- **Close button -** Close the form. +
- +
-===== Action Type Samples Guide ===== +
- +
-The following are examples of action types taken directly from the APP Macro Editor. Each action type is represented and the optional/required fields for each action type are indicated in yellow/red respectively. +
- +
- +
- +
- **AddRow –** Adds a new row to the grid or matrix specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image347.jpeg?772x63}} +
- +
-**Tip** - Refer to the [[#page458|**How To Use the AddRow Action Type**]] section of the User Guide for a more detailed example. +
- +
- **CallAPPProcedure –** Initiates another APP procedure. This allows the reuse of existing functional procedures and minimizes development time. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image348.jpeg?772x62}} +
- +
-[[#page465|**Tip** - Refer to the **How To Use the CallAPPProcedure Action**]] [[#page465|**Type** section of the User Guide for a more detailed example.]] +
- +
- **ComboSelect –** Executes a click on the combo box control specified. +
- +
-{{:app/image349.jpeg?685x56}}{{:app/image350.jpeg?772x62}} +
- +
-**Note** - The value for selection **must** be an existing option in the combo box. +
- +
-{{:app/image346.jpeg?685x54}} +
- +
-**Tip** - Refer to the **[[#page471|How To Use the ComboSelect Action Type]]** section of the User Guide for a more detailed example. +
- +
- **ConditionExecution –** Provides conditional execution of statements based on the TRUE or FALSE evaluation of a specified logical statement. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image351.jpeg?772x62}} +
- +
-[[#page478|**Tip** - Refer to the **How To Use the ConditionExecution Action**]] [[#page478|**Type** section of the User Guide for a more detailed example.]] +
- +
- **DeleteRow –** Removes a row from an SAP Matrix or Grid UI object. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image352.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page485|How To Use the DeleteRow Action Type]]** section of the User Guide for a more detailed example. +
- +
- **DisableItem –** Disables the state of the control specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image353.jpeg?772x63}} +
- +
-**Tip** - Refer to the **[[#page493|How To Use the DisableItem Action Type]]** section of the User Guide for a more detailed example. +
- +
- **DoubleClick –** Executes a double-click on the control specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image354.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page499|How To Use the DoubleClick Action Type]]** section of the User Guide for a more detailed example. +
- +
- **EnableItem –** Enables the state of the control specified. +
- +
-{{:app/image355.jpeg?685x70}}{{:app/image356.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page505|How To Use the EnableItem Action Type]]** section of the User Guide for a more detailed example. +
- +
- **EndWhile –** Used in conjunction with **While** Action Type to form loop of execution based on conditional logic statement evaluated on **While** +
- +
-Action Type. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image357.jpeg?772x63}} +
- +
-**Tip** - Refer to the [[#page511|**How To Use the EndWhile Type**]] section of the User Guide for a more detailed example. +
- +
- **ExecuteSQL –** Executes a specified SQL command. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image358.jpeg?772x62}} +
- +
-**Tip** - Refer to the [[#page517|**How To Use the ExecuteSQL Type**]] section of the User Guide for a more detailed example. +
- +
- **FormClose –** Closes the specified form. +
- +
-{{:app/image359.jpeg?685x31}}{{:app/image360.jpeg?772x63}} +
- +
-**Note** - The form to be closed **must** have been opened in the +
- +
-**same** macro session. +
- +
-{{:app/image361.jpeg?703x54}} +
- +
-**Tip** - Refer to the **[[#page523|How To Use the FormClose Action Type]]** section of the User Guide for a more detailed example. +
- +
- **FormFreeze –** Freezes the specified form state. +
- +
-{{:app/image362.jpeg?772x63}} +
- +
- **FormUnfreeze –** Unfreezes the specified form state. +
- +
-{{:app/image363.jpeg?772x62}} +
- +
- **GetFieldValue –** Assigns the specified form field value to a designated variable. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image364.jpeg?772x63}}**Tip** - Refer to the **[[#page529|How To Use the GetFieldValue Action Type]]** section of the User Guide for a more detailed example. +
- +
- **GetSQLValue –** Executes a specified SQL query and assigns the value to a designated variable. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image365.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page540|How To Use the GetSQLValue Action Type]]** section of the User Guide for a more detailed example. +
- +
-**HideItem –** Changes the visible property of the control specified to hide the item. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image366.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page546|How To Use the HideItem Action Type]]** section of the User Guide for a more detailed example. +
- +
-**ItemClick –** Executes a click on the control specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image367.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page552|How To Use the ItemClick Action Type]]** section of the User Guide for a more detailed example. +
- +
- **LineEvents –** Evaluates actions to be performed against the lines of an SAP object. +
- +
-{{:app/image346.jpeg?685x54}} +
- +
-**Tip** - Refer to the **[[#page558|How To Use the LineEvents Action Type]]** section of the User Guide for a more detailed example. +
- +
- **LoadB1Query –** Loads the window to display the saved SAP® Business One query. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image368.jpeg?772x62}}**Tip** - Refer to the **[[#page569|How To Use the LoadB1Query Action Type]]** section of the User Guide for a more detailed example. +
- +
- **LoadUserTable –** Loads the window to display the SAP® Business One user-defined table. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image369.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page575|How To Use the LoadUserTable Action Type]]** section of the User Guide for a more detailed example. +
- +
- **MacroCommand –** Executes a specified Macro command. +
- +
-{{:app/image370.jpeg?685}}{{:app/image371.jpeg?772x62}} +
- +
-**Tip** - Refer to the [[#page581|**How To Use the MacroCommand Type**]] section of the User Guide for a more detailed example. +
- +
- **MenuClick –** Executes a click on the menu specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image372.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page587|How To Use the MenuClick Action Type]]** section of the User Guide for a more detailed example. +
- +
- **MessageBox –** Sets the text to be displayed in a SAP® Business One message box. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image373.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page593|How To Use the Messagebox Action Type]]** section of the User Guide for a more detailed example. +
- +
- **OpenExternalProgram –** Executes an external application. +
- +
-{{:app/image374.jpeg?685x138}}{{:app/image375.jpeg?772x62}} +
- +
-**Warning** - APP Customizer will pass the value specified for the **OpenExternalProgram** action type as if the user had typed the value on the Run command window. In order for a value to work through APP Customizer, it should be able to function if manually typed on the Run command window. +
- +
-{{:app/image376.jpeg?685x79}} +
- +
-[[#page599|**Tip** - Refer to the **How To Use the OpenExternalProgram**]] [[#page599|**Action Type** section of the User Guide for a more detailed]] example. +
- +
- **RightClick –** Executes a right-click on the control specified. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image377.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page618|How To Use the RightClick Action Type]]** section of the User Guide for a more detailed example. +
- +
- **SendKeys –** Simulates the designated keystrokes on the specified control. Refer to the [[#page355|**SendKeys Reference Guide**]]. +
- +
-{{:app/image378.jpeg?685x73}}{{:app/image379.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page624|How To Use the SendKeys Action Type]]** section of the User Guide for a more detailed example. +
- +
- **SetBackColor –** Sets the background color of the form/item designated. +
- +
-Refer to the [[dhtmled0:APP_Modules_Properties_Color_Guide.htm|**Color Guide for Color Properties**]]. +
- +
-{{:app/image380.jpeg?685x51}}{{:app/image381.jpeg?357}}{{:app/image382.jpeg?772x62}} +
- +
-**Tip** - Refer to the [[#page630|**How To Use the SetBackColor Action Type**]] +
- +
-{{:app/image383.jpeg?685x28}}section of the User Guide for a more detailed example. +
- +
- **SetBubbleEventFlag –** Sets the value of the BubbleEvent flag. A **False** value will prevent any normal SAP action from proceeding. Valid values are **True** or **False**. +
- +
-{{:app/image384.jpeg?772x62}} +
- +
- **SetFieldValue –** Assigns the designed value or variable value to the specified form field. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image385.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page636|How To Use the SetFieldValue Action Type]]** section of the User Guide for a more detailed example. +
- +
- **SetForeColor –** Sets the foreground color of the form/item designated. +
- +
-Refer to the [[dhtmled0:APP_Modules_Properties_Color_Guide.htm|**Color Guide for Color Properties**]]. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image381.jpeg?357}}{{:app/image386.jpeg?772x63}} +
- +
-**Tip** - Refer to the **[[#page642|How To Use the SetForeColor Action Type]]** section of the User Guide for a more detailed example. +
- +
- **SetFormTitle –** Sets the title caption of the form designated. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image387.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page648|How To Use the SetFormTitle Action Type]]** section of the User Guide for a more detailed example. +
- +
- **SetStatusBar –** Sets the text to be displayed on the SAP® Business One status bar message. +
- +
-{{:app/image388.jpeg?685x25}}{{:app/image389.jpeg?772x34}} +
- +
-{{:app/image390.jpeg?685x53}}**Tip** - Refer to the **[[#page654|How To Use the SetStatusBar Action Type]]** section of the User Guide for a more detailed example. +
- +
-**ShowItem –** Changes the visible property of the control specified to show the item. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image391.jpeg?772x62}} +
- +
-**Tip** - Refer to the **[[#page661|How To Use the ShowItem Action Type]]** section of the User Guide for a more detailed example. +
- +
-**SupressSAPMessage –** Suppresses an SAP message for a specified # of seconds. +
- +
-{{:app/image392.jpeg?772x62}} +
- +
-**While –** Used in conjunction with **EndWhile** Action Type to form loop of execution based on conditional logic statement evaluated on **While** Action Type. +
- +
-{{:app/image346.jpeg?685x54}}{{:app/image393.jpeg?772x62}} +
- +
-**Tip** - Refer to the [[#page667|**How To Use the While Action Type**]] section of the User Guide for a more detailed example. +
- +
-===== SendKeys Reference Guide =====+
  
 Each key is represented by one or more characters. Each key is represented by one or more characters.
  
-To specify a single keyboard character, use the character itself. For example, to send the letter **A**, use **A** itself for the Code value. +  * To specify a single keyboard character, use the character itself. For example, to send the letter **A**, use **A** itself for the Code value. 
- +  To represent more than one character, append each additional character to the one preceding it. For example, to send the letters **A**, **B**, and **C**, use **ABC** for the Code value. 
- +  The plus sign (**+**), caret (**^**), percent sign (**%**), tilde (**~**), and parentheses **()** have special meaning in <color #00a2e8>**SendKeys**</color>. To send one of these characters, enclose it within braces (**{}**). For example, to send the plus sign use {+}. Brackets ([]) have no special meaning in <color #00a2e8>**SendKeys**</color>, but you must enclose them in braces. In other applications, brackets do have a special meaning that may be significant when dynamic data exchange (DDE) occurs. To specify brace characters, use **{ {}** and **{} }**.
- +
-To represent more than one character, append each additional character to the one preceding it. For example, to send the letters **A**, **B**, and **C**, use **ABC** for the Code value. +
- +
- +
- +
-The plus sign (**+**), caret (**^**), percent sign (**%**), tilde (**~**), and parentheses **()** have special meaning in //SendKeys//. To send one of these characters, enclose it within braces (**{}**). For example, to send the plus sign use {+}. Brackets ([]) have no special meaning in //SendKeys//, but you must enclose them in braces. In other applications, brackets do have a special meaning that may be significant when dynamic data exchange (DDE) occurs. To specify brace characters, use **{{}** and **{}}**. +
- +
  
-To send characters that aren't displayed when you press a key, such as ENTER or TAB, and keys that represent actions rather than characters, use the codes shown below:+To send characters that aren't displayed when you press a key, such as **ENTER** or **TAB**, and keys that represent actions rather than characters, use the codes shown below:
  
 ^**Key**       ^**Code**              ^^ ^**Key**       ^**Code**              ^^
-|                |                        || +|**Backspace** |**{BACKSPACE}, {BS}, or {BKSP}**||
-|**Backspace** |**{BACKSPACE}, {BS},**|| +
-|                |**or {BKSP}**           || +
-|                |                        || +
-|                |                        ||+
 |**Break**     |**{BREAK}**           || |**Break**     |**{BREAK}**           ||
-|                |                        || 
 |**Caps Lock** |**{CAPSLOCK}**        || |**Caps Lock** |**{CAPSLOCK}**        ||
 |**Delete**    |**{DELETE} or {DEL}** || |**Delete**    |**{DELETE} or {DEL}** ||
Line 843: Line 585:
 |**Num Lock**  |**{NUMLOCK}**         || |**Num Lock**  |**{NUMLOCK}**         ||
 |**Page Down** |**{PGDN}**            || |**Page Down** |**{PGDN}**            ||
-               |                        ||+|**Page Up**      |**{PGUP}**                     || 
 +|**Right Arrow**  |**{RIGHT}**                    || 
 +|**Scroll Lock**  |**{SCROLLLOCK}**               || 
 +|**Tab**          |**{TAB}**                      || 
 +|**Up Arrow**     |**{UP}**                       || 
 +|**F1, F2, F3...**|**{F1}**, **{F2}**, **{F3}**...|| 
 +|**Shift**        |**{+}**                        || 
 +|**Ctrl**         |**{^}**                        || 
 +|**Alt**          |**{%}**                        ||
  
 +<WRAP center round info 90%>
 +To specify the combination of the **Shift**, **Ctrl**, or **Alt** keys with another keystroke, precede the keystroke value with the **{+}**, **{^}** or **{%}** code for the keys to combine.
 +</WRAP>
  
 +<WRAP center round info 90%>
 +To specify that any combination of **Shift**, **Ctrl**, and **Alt** should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For example, to specify holding down **Shift** while **E** and **C** are pressed, use "**+(EC)**". To specify holding down **Shift**, while **E** is pressed, followed by **C** without **Shift**, use "**+EC**".
  
-^**Page Up**      ^**{PGUP}**                     ^ +</WRAP>
-|**Right Arrow**  |**{RIGHT}**                    | +
-|**Scroll Lock**  |**{SCROLLLOCK}**               | +
-|**Tab**          |**{TAB}**                      | +
-|**Up Arrow**     |**{UP}**                       | +
-|**F1, F2, F3...**|**{F1}**, **{F2}**, **{F3}**...| +
-|**Shift**        |**{+}**                        | +
-|**Ctrl**         |**{^}**                        | +
-|**Alt**          |**{%}**                        |+
  
-**Note -** To specify the combination of the **Shift**, **Ctrl**, or **Alt** keys with another keystroke, precede the keystroke value with the **{+}**, **{^}** or **{%}** code for the key to combine it with .+<WRAP center round important 90%> 
 +<color #00a2e8>**SendKeys**</color> does **not** support sending the same keystroke value repeatedly. 
 +</WRAP>
  
-**Note -** To specify that any combination of **Shift**, **Ctrl**, and **Alt** should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For example, to specify holding down **Shift** while **E** and **C** are pressed, use "**+(EC)**". To specify holding down **Shift**, while **E** is pressed, followed by **C** without **Shift**, use "**+EC**"+<WRAP center round important 90%> 
- +<color #00a2e8>**SendKeys**</color> does **not** support sending keystroke combinations that are not relevant to SAP® Business One. For example, all of the function keys currently do not have any functionality associated with them. 
-**Warning** - //SendKeys// does **not** support sending the same keystroke value repeatedly. +</WRAP>
- +
-**Warning** - //SendKeys// does **not** support sending keystroke combinations that are not relevant to SAP® Business One. For example, all of the function keys currently do not have any functionality associated with them.+
  
 +{{:app/image44.jpeg?786}}
  
 ====== Tab Order Sequence ====== ====== Tab Order Sequence ======
Line 878: Line 626:
 ===== Tab Order Configuration Summary Screen =====  ===== Tab Order Configuration Summary Screen ===== 
  
-The Tab Order Configuration Summary screen lists all tab sequences associated with a form.+The **Tab Order Configuration Summary** screen lists all tab sequences associated with a form.
  
-Click the SAP menu option titled **Tab Sequence Configurator** under the **Administration** -**Setup** -**APP Setup** -**Customizer** menu to load the Tab Order Configuration Summary screen.+  * Click the SAP menu option titled <color #22b14c>**Tab Sequence Configurator**</color> under the <color #22b14c>**Administration**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Setup**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**APP Configuration**</color> menu to load the **Tab Order Configuration Summary** screen.
  
-**Note** - When the Tab Order Configuration Summary screen is loaded from the main SAP menu option, no default data is loaded to the screen. The user must select a form from the drop down at the top of the screen to load the data for that specific form.+<WRAP center round info 90%> 
 +When the Tab Order Configuration Summary screen is loaded from the main SAP menu option, no default data is loaded to the screen. The user must select a form from the drop down at the top of the screen to load the data for that specific form. 
 +</WRAP>
  
-To load the data for a specific form directly into the Tab Order Configuration Summary screen, access the form that you want to see the information for. Select the **Tab Sequence Configurator** option from the **APP Customizer -Tab Order** menu group option from the right-click menu on the form.+  * To load the data for a specific form directly into the Tab Order Configuration Summary screen, access the form that you want to see the information for. Select the <color #22b14c>**Tab Sequence Configurator**</color> option from the <color #22b14c>**APP Customizer**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Tab Order**</color> menu group option from the right-click menu on the form.
  
 {{:app/image397.jpeg?620x139}} {{:app/image397.jpeg?620x139}}
Line 890: Line 640:
 {{:app/image398.jpeg?538x379}} {{:app/image398.jpeg?538x379}}
  
- **Description** - The description given to the tab order sequence.+  * **<color #00a2e8>Description</color> column** - The description given to the tab order sequence. 
 +  * **<color #00a2e8>User List</color> column** - The list of any specific users associated with the tab order configuration. A blank value means it applies for all users. 
 +  * **<color #00a2e8>User Type</color> column** - The type of users associated with the tab order configuration. A blank value means it applies for all users. 
 +  * **<color #00a2e8>Exclude</color> column** - Indicates if the <color #00a2e8>**Exclude Selected Items**</color> checkbox on the **Tab Order Configuration Detail** screen was selected.  
 +    * <color #00a2e8>**T**</color> indicates it was selected 
 +    * <color #00a2e8>**F**</color> indicates it was not selected. 
 +  * **<color #22b14c>Edit</color> button** - Edit the tab order sequence details. This button will load the **Tab Order Configuration Detail** screen. 
 +  * **<color #22b14c>Remove</color> button** - Remove the tab order sequence.
  
- **User List** - The list of any specific users associated with the tab order configurationA blank value means it applies for all users.+  * **<color #22b14c>Copy To</color> button** - Copy the tab order sequence details to another form. 
 +  * **<color #22b14c>Close</color> button** - Close the form.
  
- **User Type** - The type of users associated with the tab order configuration. A blank value means it applies for all users. +{{:app/image44.jpeg?786}}
- +
- **Exclude** - Indicates if the **Exclude Selected Items** checkbox on the [[#page360|**Tab Order Configuration Detail**]] screen was selected. "T" indicates it was selected, "F" indicates it was not selected. +
- +
- +
- +
- **Edit button -** Edit the tab order sequence details. This button will load the [[#page360|**Tab Order Configuration Detail**]] screen. +
- +
- **Remove button -** Remove the tab order sequence. +
- +
- +
- +
- **Copy To button -** Copy the tab order sequence details to another form. +
- +
- **Close button -** Close the form.+
  
 ===== Tab Order Configuration Detail Screen =====  ===== Tab Order Configuration Detail Screen ===== 
  
 +The **Tab Order Configuration** screen lists all information associated with a tab sequence.
  
 +  * Click the <color #22b14c>**Edit**</color> button for a tab sequence on the **Tab Order Configuration Summary** screen to load the **Tab Order Configuration Detail** screen
  
-The Tab Order Configuration screen lists all information associated with a tab sequence.+{{:app/image399.jpeg?690x336}}
  
-[[#page358|Click the **Edit** button for tab sequence on the **Tab Order**]] [[#page358|**Configuration Summary** screen.]]+  * <color #00a2e8>**Code**</color> - The unique ID given to the tab order configuration. 
 +  <color #00a2e8>**Form Type**</color> - The type of the form for which the tab order configuration is assigned. 
 +  * <color #00a2e8>**Description**</color> - The description given to the tab order sequence
 +  * <color #00a2e8>**Applicable Users**</color> - The specific user(s) to which the tab order sequence is assigned if not assigned to all users. 
 +  * **<color #00a2e8>Exclude Selected Items</color> checkbox** - Option to designate that the specific users, branches, and/or departments listed in the <color #00a2e8>**Applicable Users**</color> field will be the ones excluded from application of the tab order sequence.
  
-{{:app/image67.jpeg?11x11}}{{:app/image399.jpeg?690x336}}+  * **<color #00a2e8>Item UID</color> column** - The unique item ID of the item in the tab order configuration. 
 +  * **<color #00a2e8>Description</color> column** - The description of the item in the tab order configuration. 
 +  * **<color #22b14c>Add</color> button** - Add an additional item to the tab order sequence. 
 +  * **<color #22b14c>Remove</color> button** - Remove the item from tab order sequence. 
 +  * **<color #22b14c>Up</color> button** - Move the highlighted item one spot higher in the tab order sequence. 
 +  * **<color #22b14c>Down</color> button** - Move the highlighted item one spot lower in the tab order sequence.
  
- **Code** - The unique ID given to the tab order configuration. +  * **<color #00a2e8>Active</color> checkbox** - Indicates if the tab order configuration is active. 
- +  * **<color #22b14c>OK</color> button** - Save the information and close the form. 
- **Form Type** - The type of the form for which the tab order configuration is assigned. +  **<color #22b14c>Cancel</color> button** Close the form.
- +
- **Description** - The description given to the tab order sequence. +
- +
- **Applicable Users** - The specific user(s) to which the tab order sequence is assigned if not assigned to all users. +
- +
- **Exclude Selected Items checkbox -** Option to designate that the specific users, branches, and/or departments listed in +
- +
-the **Applicable Users** field will be the ones excluded from application of the tab order sequence. +
- +
- **Item UID** - The unique item ID of the item in the tab order configuration. +
- +
- **Description** - The description of the item in the tab order configuration. +
- +
- **Active checkbox** - Indicates if the tab order configuration is active. +
- +
- +
- +
- **Add button -** Add an additional item to the tab order sequence. +
- +
- **Remove button -** Remove the item from tab order sequence. +
- +
- **Up button -** Move the highlighted item one spot higher in the tab order sequence. +
- +
- **Down button -** Move the highlighted item one spot lower in the tab order sequence. +
- +
- +
- +
- **OK button -** Save the information and close the form. +
- +
- **Cancel button -** Close the form.+
  
 +{{:app/image44.jpeg?786}}
 ====== Mandatory Fields ====== ====== Mandatory Fields ======
  
Line 962: Line 688:
 ===== Mandatory Fields Configuration Summary Screen ===== ===== Mandatory Fields Configuration Summary Screen =====
  
-The Mandatory Fields Configuration Summary screen lists all [[#page365|mandatory]] fields configurations associated with a form.+The **Mandatory Fields Configuration Summary** screen lists all mandatory fields configurations associated with a form.
  
-Click the SAP menu option titled **Mandatory Settings [[#page365|Configurator]] under the Administration -Setup -APP Setup -[[#page365|Customizer]] menu to load the Mandatory Fields Configuration Summary [[#page365|screen.]]**+  *  Click the SAP menu option titled <color #22b14c>**Mandatory Settings Configurator**</color> under the <color #22b14c>**Administration**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Setup**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**APP Configuration**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Customizer**</color> menu to load the **Mandatory Fields Configuration Summary** screen.
  
-**Note** - When the Mandatory Fields Configuration Summary [[#page365|screen is]] loaded from the main SAP menu option, no default data is loaded [[#page365|to]] the screen. The user must select a form from the drop down at [[#page365|the top]] of the screen to load the data for that specific form.+<WRAP center round info 90%> 
 +When the **Mandatory Fields Configuration Summary** screen is loaded from the main SAP menu option, no default data is loaded to the screen. The user must select a form from the drop down at the top of the screen to load the data for that specific form. 
 +</WRAP>
  
-To load the data for a specific form directly into the Mandatory [[#page365|Fields]] Configuration Summary screen, access the form that you want [[#page365|to see the]] information for. Select the **Mandatory Settings Configurator** [[#page365|option from]] the **APP Customizer -Mandatory Fields** menu group option [[#page365|from the]] right-click menu on the form.+  *  To load the data for a specific form directly into the **Mandatory Fields Configuration Summary** screen, access the form that you want to see the information for. Select the <color #22b14c>**Mandatory Settings Configurator**</color> option from the <color #22b14c>**APP Customizer**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Mandatory Fields**</color> menu group option from the right-click menu on the form.
  
 {{:app/image400.jpeg?766x406}} {{:app/image400.jpeg?766x406}}
  
- **Description** - The description given to the mandatory fields.  **Warning** - Indicates if the **Warning Only** checkbox on the [[#page365|**Mandatory**]]+  *  **<color #00a2e8>Description</color> column** - The description given to the mandatory fields. 
 +   **<color #00a2e8>Warning</color> column** - Indicates if the <color #00a2e8>**Warning Only**</color> checkbox on the **Mandatory Fields Configuration Detail** screen was selected. 
 +    *  <color #00a2e8>**T**</color> indicates it was selected 
 +    *  <color #00a2e8>**F**</color> indicates it was not selected.   
 +  *  **<color #00a2e8>User List</color> column** - The list of any specific users associated with the mandatory fields. A blank value means it applies for all users. 
 +  *  **<color #00a2e8>User Type</color> column** - The type of users associated with the mandatory fields. A blank value means it applies for all users. 
 +  *  **<color #00a2e8>Exclude</color> column** - Indicates if the <color #00a2e8>**Exclude Selected Items**</color> checkbox on the **Mandatory Fields Configuration Detail** screen was selected.  
 +    *  <color #00a2e8>**T**</color> indicates it was selected. 
 +    *  <color #00a2e8>**F**</color> indicates it was not selected. 
 +  *  **<color #22b14c>Edit</color> button** - Edit the mandatory fields details. This button will load the [[#page365|**Mandatory Fields Configuration Detail**]] screen. 
 +  *  **<color #22b14c>Remove</color> button** - Remove an item from the mandatory fields. 
 +  *  **<color #22b14c>Clone</color> button** - Create a copy (clone) of the mandatory fields.
  
-**Fields Configuration Detail** screen was selected. +   **<color #22b14c>Copy To</color> button** Copy the mandatory fields details to another form. 
- +  *  **<color #22b14c>Close</color> button** Close the form.
- **User List** - The list of any specific users associated with the mandatory fields. A blank value means it applies for all users. +
- +
- **User Type** - The type of users associated with the mandatory fields. A blank value means it applies for all users. +
- +
- **Exclude** - Indicates if the **Exclude Selected Items** checkbox on the [[#page365|**Mandatory Fields Configuration Detail**]] screen was selected. "T" indicates it was selected, "F" indicates it was not selected. +
- +
- **Edit button -** Edit the mandatory fields details. This button will load the [[#page365|**Mandatory Fields Configuration Detail**]] screen. +
- +
- **Remove button -** Remove an item from the mandatory fields. +
- +
- **Clone button -** Create a copy (clone) of the mandatory fields. +
- +
- +
- +
- **Copy To button -** Copy the mandatory fields details to another form. +
- +
- **Close button -** Close the form.+
  
 +{{:app/image44.jpeg?786}}
 ===== Mandatory Fields Configuration Detail Screen ===== ===== Mandatory Fields Configuration Detail Screen =====
  
-The Mandatory Fields Configuration screen lists all information associated with a mandatory fields configuration.+The **Mandatory Fields Configuration** screen lists all information associated with a mandatory fields configuration.
  
-[[#page363|Click the **Edit** button for a tab sequence on the **Mandatory Fields**]] [[#page363|**Configuration Summary** screen.]]+  * Click the <color #22b14c>**Edit**</color> button for a tab sequence on the **Mandatory Fields Configuration Summary** screen. 
  
-{{:app/image67.jpeg?11x11}}{{:app/image401.jpeg?690x335}}+{{:app/image401.jpeg?690x335}}
  
- **Code** - The unique ID given to the mandatory fields.+  * <color #00a2e8>**Code**</color> - The unique ID given to the mandatory fields
 +  * <color #00a2e8>**Form Type**</color> - The type of the form for which the mandatory fields are assigned.  
 +  * <color #00a2e8>**Description**</color> - The description given to the mandatory fields.  
 +  * <color #00a2e8>**Add/Update UID**</color> - The unique ID of the form item that is responsible for the Add/Update functionality of the form.
  
- **Form Type** - The type of the form for which the mandatory fields are assigned.+<WRAP center round info 90%> 
 +On most SAP® Business One forms, the unique ID of the OK/Add/Update button is "**1**". 
 +</WRAP>
  
- **Description** - The description given to the mandatory fields.  **Add/Update UID** - The unique ID of the form item that is responsible for the Add/Update functionality of the form.+  <color #00a2e8>**Applicable Users**</color> - The specific user(s) to which the tab order sequence is assigned if not assigned to all users.  
 +  * **<color #00a2e8>Exclude Selected Items</color> checkbox** - Option to designate that the specific users, branches, and/or departments listed in the <color #00a2e8>**Applicable Users**</color> field will be the ones excluded from application of the mandatory fields. 
 +  * **<color #00a2e8>Check During Add</color> checkbox** - Designates that the verification of completion will be done on add of the object.  
 +  * **<color #00a2e8>Check During Update</color> checkbox** - Designates that the verification of completion will be done on update of the object.  
 +  * <color #00a2e8>**Mark Mandatory Fields with Color**</color> - Indicates which color will be used to mark fields that are including in the setting of the mandatory fields.
  
-{{:app/image136.jpeg?723x94}}+  * **<color #00a2e8>Item UID</color> column** - The unique item ID of the item in the mandatory fields.  
 +  * **<color #00a2e8>Description</color> column** - The description of the item in the mandatory fields.  
 +  * **<color #00a2e8>Column</color> column** - The unique column ID of the item in the mandatory fields if located in a grid/matrix.  
 +  * **<color #00a2e8>Empty Value</color> column** - Indicates the empty value.  
 +  * **<color #00a2e8>Ignore Last Row</color> checkbox column** - Designates that the last row will be ignored
  
-**Note** - On most SAP® Business One forms, the unique ID of the OK/Add/Update button is "**1**".+  <color #22b14c>**Add**</color> button - Add an additional item to the mandatory fields.  
 +  <color #22b14c>**Remove**</color> button - Remove the item from the mandatory fields.
  
- **Applicable Users** - The specific user(s) to which the tab order sequence is assigned if not assigned to all users.+  * **<color #00a2e8>Warning Only</color> checkbox** - Designates that the user will be prompted with warning messages only if the designated fields are not completed. This will not prevent the add/update of the object.  
 +  * **<color #00a2e8>Active</color> checkbox** - Indicates if the mandatory fields is active
  
- **Exclude Selected Items checkbox -** Option to designate that the specific users, branches, and/or departments listed in+  <color #22b14c>**OK**</color> button - Save the information and close the form.  
 +  * <color #22b14c>**Cancel**</color> button - Close the form.
  
-the **Applicable Users** field will be the ones excluded from application of the mandatory fields. 
  
- **Check During Add checkbox**+{{:app/image44.jpeg?786}} 
 +====== Manage Control State Screen ======
  
-<HTML><ul></HTML> +The **Manage Control State** screen allows for the management of the visible and enabled properties for all controls on a screen in a centralized interface.
-<HTML><li></HTML><HTML><p></HTML>Designates that the verification of completion will be done on add of the object.<HTML></p></HTML> +
-<HTML></li></HTML><HTML></ul></HTML>+
  
-{{:app/image128.jpeg?0x10}} **Check During Update checkbox -** Designates that the verification of completion will be done on update of the object.+<WRAP center round info 90%> 
 +The visible/enabled properties are **not** being removed from the **Form Properties/Events** screen. Any values set for controls there in previous versions of APP will retain their values. However, any **Manage Control State** customized entries will override the **Form Properties/Events** screen settings. 
 +</WRAP>
  
-{{:app/image128.jpeg?0x10}} **Mark Mandatory Fields with Color -** Indicates which color will be used to mark fields that are including in the setting of the mandatory fields. {{:app/image128.jpeg?0x10}} **Item UID** - The unique item ID of the item in the mandatory fields.+  * Right click the SAP form you want to manage controls forSelect the option titled <color #22b14c>**Manage Control State**</color> under the <color #22b14c>**APP Customizer**</color> right click menu to load the **Manage Control State** screen.
  
-{{:app/image128.jpeg?0x10}} **Description** - The description of the item in the mandatory fields{{:app/image128.jpeg?0x10}} **Column** - The unique column ID of the item in the mandatory fields if located in a grid/matrix.+<WRAP center round important 90%> 
 +Only one entry per form control is allowed and modifiable on this screenTherefore you **cannot** have one line for a control assigned to or excluding specific users and also have a second line configured differently for the same control. 
 +</WRAP>
  
-{{:app/image128.jpeg?0x10}} **Empty Value** - Indicates the empty value. +<WRAP center round important 90%> 
- +The customized entry on the **Manage Control State** screen will be overridden by any customized properties set directly on the control itself. 
-{{:app/image128.jpeg?0x10}} **Ignore Last Row checkbox** - Designates that the last row will be ignored. {{:app/image128.jpeg?0x10}} **Warning Only checkbox** - Designates that the user will be prompted with warning messages only if the designated fields are not completed. This will **not** prevent the add/update of the object. +</WRAP>
- +
-{{:app/image128.jpeg?0x10}} **Active checkbox** - Indicates if the mandatory fields is active. +
- +
-{{:app/image66.jpeg?785}} +
- +
- **Add button -** Add an additional item to the mandatory fields. +
- +
- **Remove button -** Remove the item from the mandatory fields. +
- +
-{{:app/image66.jpeg?785}} +
- +
- **OK button -** Save the information and close the form. +
- +
- **Cancel button -** Close the form. +
- +
-{{:app/image34.jpeg?804}} +
- +
-===== Manage Control State Screen ===== +
- +
-The Manage Control State screen allows for the management of the visible and enabled properties for all controls on a screen in a centralized interface. +
- +
-**Note** - The visible/enabled properties are **not** being removed from the [[#page315|**Form Properties/Events**]] screen. Any values set for controls there in previous versions of APP will retain their values. However, any [[#page315|**Manage Control State** customized entries will override the **Form**]] [[#page315|**Properties/Events** screen settings.]] +
- +
- +
- +
- Right click the SAP form you want to manage controls for. Select the option titled **Manage Control State** under the **APP Customizer** right click menu to load the Manage Control State screen. +
- +
-**Warning** - Only one entry per form control is allowed and modifiable on this screen. Therefore you **cannot** have one line for a control assigned to or excluding specific users and also have a second line configured differently for the same control. +
- +
-**Warning** - The customized entry on the Manage Control State screen will be overriden by any customized properties set directly on the control itself.+
  
 {{:app/image402.jpeg?772x357}} {{:app/image402.jpeg?772x357}}
  
- **Item UID ** The unique Item ID of the form control.+  * **<color #00a2e8>Item UID</color> column** – The unique Item ID of the form control.  
 +  * **<color #00a2e8>Description</color> column** – The description of the form control.  
 +  * **<color #00a2e8>Item Type</color> column** – The item type of the form control.  
 +  * **<color #00a2e8>Enable (Add Mode)</color> checkbox column** – Determines if the control is enabled in Add mode.  
 +  * **<color #00a2e8>Enable (OK Mode)</color> checkbox column** – Determines if the control is enabled in OK mode.  
 +  * **<color #00a2e8>Enable (Find Mode)</color> checkbox column** – Determines if the control is enabled in Find mode.  
 +  * **<color #00a2e8>Visible (Add Mode)</color> checkbox column** – Determines if the control is visible in Add mode.  
 +  * **<color #00a2e8>Visible (OK Mode)</color> checkbox column** – Determines if the control is visible in OK mode.  
 +  * **<color #00a2e8>Visible (Find Mode)</color> checkbox column** – Determines if the control is visible in Find mode.  
 +  * **<color #00a2e8>Users</color> column** – Allows for the assignment of the control modifications to specific users, branches, or departments.  
 +  * **<color #00a2e8>User Settings</color> drop down column** – Includes/excludes the users specified in the <color #00a2e8>**Users**</color> field.  
 +  * **<color #00a2e8>User List Type</color> column** – Displays User, Branch or Department based upon users specified in the <color #00a2e8>**Users**</color> field.
  
- **Description –** The description of the form control. +  * **<color #22b14c>OK/Update</color> button** – Adds or updates the custom menu option information.  
- +  * **<color #22b14c>Cancel</color> button** – Close the form.
- **Item Type –** The item type of the form control. +
- +
- **Enable (Add Mode) checkbox –** Determines if the control is enabled in Add mode. +
- +
- **Enable (OK Mode) checkbox –** Determines if the control is enabled in OK mode. +
- +
- **Enable (Find Mode) checkbox –** Determines if the control is enabled in Find mode. +
- +
- **Visible (Add Mode) checkbox –** Determines if the control is visible in Add mode. +
- +
- **Visible** (OK Mode) checkbox **–** Determines if the control is visible in OK mode. +
- +
- **Visible** (Find Mode) checkbox **–** Determines if the control is visible in Find mode. +
- +
- **Users -** Allows for the assignment of the control modifications to specific users, branches, or departments. +
- +
- **User Settings dropdown -** Includes/excludes the users specified in the **Users** field. +
- +
- **User List Type -** Displays User, Branch or Department based upon users specified in the **Users** field. +
- +
- +
- +
- **OK/Update button ** Adds or updates the custom menu option +
- +
-information. +
- +
- **Cancel button ** Close the form. +
- +
-{{:app/image34.jpeg?804}} +
- +
-===== Menu Shortcut Screen =====+
  
 +{{:app/image44.jpeg?786}}
  
 +====== Menu Shortcut Screen ======
  
 Menu shortcut maintenance capabilities allow the user to establish, edit, and remove custom menu options from the SAP® menu structure that are associated with APP Customizer defined procedures. Menu shortcut maintenance capabilities allow the user to establish, edit, and remove custom menu options from the SAP® menu structure that are associated with APP Customizer defined procedures.
  
-{{:app/image403.jpeg?380x54}} +  * Click the SAP menu option titled <color #22b14c>**Add/Edit Menus**</color> under the <color #22b14c>**Administration**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Setup**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**APP Configuration**</color> menu to load the **Menu Shortcut Maintenance** screen. 
- +
-**Coming Soon** - Ability to add right +
- +
-click menus. +
- +
- +
- +
- Click the SAP menu option titled **Add/Edit Menus** under the **Administration** -**Setup** -**APP Setup** -**Customizer** menu to load the Menu Shortcut Maintenance screen.+
  
 {{:app/image404.jpeg?521x145}} {{:app/image404.jpeg?521x145}}
  
- **Code** - The unique internal ID for the custom menu option.+  * <color #00a2e8>**Code**</color> - The unique internal ID for the custom menu option.  
 +  * <color #00a2e8>**Menu UID**</color> - The unique Menu ID for the custom menu option.  
 +  * <color #00a2e8>**Menu String**</color> - The caption for the custom menu option.  
 +  * <color #00a2e8>**Image**</color> - The image associated with the custom menu option. 
  
- **Menu UID** - The unique Menu ID for the custom menu option.+<WRAP center round info 90%> 
 +Image should be no larger than 16 pixels by 16 pixels 
 +</WRAP>
  
- **Menu String** - The caption for the custom menu option.+  * <color #00a2e8>**Description**</color> - The internal description for the custom menu option.  
 +  <color #00a2e8>**Parent Menu**</color> Identity of the parent menu used for placement of the custom menu option.  
 +  * <color #00a2e8>**Sub Menu**</color> - Identity of the sub menu used for placement of the custom menu option.  
 +  * **<color #00a2e8>Position</color> drop down** - Indicates the position of the custom menu option in relation to the parent menu.  
 +    * **Above  
 +    * **Below 
 +  * **<color #00a2e8>Procedure</color> drop down** - Lists all available APP Customizer procedures defined in the system.  
 +  * <color #00a2e8>**Applicable Users**</color> - The specific user(s) to which the tab order sequence is assigned if not assigned to all users.  
 +  * **<color #00a2e8>Exclude Selected Items</color> checkbox** - Option to designate that the specific users, branches, and/or departments listed in the <color #00a2e8>**Applicable Users**</color> field will be the ones excluded from application of the mandatory fields. 
 +  * **<color #00a2e8>Activate</color> checkbox** - Indicates if the custom menu option is active.
  
- **Image** - The image associated with the custom menu option.+  * **<color #22b14c>Add/Update</color> button** - Adds or updates the custom menu option information.  
 +  * **<color #22b14c>Cancel</color> button** - Close the form.
  
-{{:app/image405.jpeg?456x54}}+{{:app/image44.jpeg?786}} 
 +====== Customizer User List Screen ======
  
-**Note** - Image should be no larger than 16 pixels by 16 pixels.+Many of the APP Customizer screens allow for the specification of the users, branches, or departments to which the settings either will or will not be applied. The **User List** screen is commonly used through APP Customizer features to allow for this designation.
  
- **Description** - The internal description for the custom menu option.+  The following methods can be used to launch the User List screen. 
 +    Clicking on the {{:app/image406.jpeg?30x20}} button on the **Item Properties/Events** screen. 
 +    * Clicking on the {{:app/image407.jpeg?25x21}} button on the **Process Rules Event Handler** screen. 
 +    * Clicking on the {{:app/image408.jpeg?20x21}} button on the **Tab Order Configuration Detail** screen. 
 +    * Clicking on the {{:app/image408.jpeg?20x21}} button on the **Mandatory Fields Configuration Detail** screen.
  
- **Parent Menu** - Identity of the parent menu used for placement of the custom menu option.+<WRAP center round info 90%> 
 +To view the user information in the system, click the SAP menu option for <color #22b14c>**Users**</color> under the <color #22b14c>**Administration**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**Setup**</color> {{:app/image10.jpeg?17x16}} <color #22b14c>**General**</color> menus to load the **Users - Setup** screen. 
 +</WRAP>
  
- **Sub Menu** - Identity of the sub menu used for placement of the custom menu option.+  * **<color #22b14c>Add/Update</color> button** - Adds or updates the custom menu option information.  
 +  * **<color #22b14c>Cancel</color> button** - Close the form.
  
-**Position dropdown** - Indicates the position of the custom menu option in relation to the parent menu. 
  
- +===== Users Tab =====
- +
-**Above** +
- +
-{{:app/image6.jpeg?10x10}} +
- +
-**Below** +
- +
-{{:app/image6.jpeg?10x10}} +
- +
- **Procedure dropdown** - Lists all available APP Customizer procedures defined in the system. +
- +
- **Applicable Users -** The specific user(s) to which the tab order sequence is assigned if not assigned to all users. +
- +
- **Exclude Selected Items checkbox -** Option to designate that the specific users, branches, and/or departments listed in the **Applicable** **Users** field will be the ones excluded from application of the mandatory fields. +
- +
- **Activate checkbox -** Indicates if the custom menu option is active. +
- +
-{{:app/image66.jpeg?785}} +
- +
- **Add/Update** button - Adds or updates the custom menu option information. +
- +
-**Cancel** button - Close the form. +
- +
-{{:app/image34.jpeg?804}} +
- +
-===== Customizer User List Screen ===== +
- +
-Many of the APP Customizer screens allow for the specification of the users, branches, or departments to which the settings either will or will not be applied. The User List screen is a commonly used screen amongst customizer features to allow for this designation. +
- +
- +
- +
-The following methods can be used to launch the User List screen... +
- +
- Clicking on the {{:app/image406.jpeg?30x20}} button on the [[#page322|**Item Properties/Events**]] screen. +
- +
- +
- +
- Clicking on the {{:app/image407.jpeg?25x21}} button on the [[#page328|**Process Rules Event Handler**]] screen. +
- +
- Clicking on the {{:app/image408.jpeg?20x21}} button on the [[#page360|**Tab Order Configuration Detail**]] screen. +
- +
- [[#page365|Clicking on the]] {{:app/image408.jpeg?20x21}} [[#page365|button on the **Mandatory Fields Configuration**]] [[#page365|**Detail** screen.]] +
- +
-{{:app/image98.jpeg?723x79}} +
- +
-**Note** - To view the user information in the system, click the SAP menu option for **Users** under the **Administration** -**Setup** -**General** menus to load the Users - Setup screen. +
- +
-**Users Tab**+
  
 {{:app/image409.jpeg?360x325}} {{:app/image409.jpeg?360x325}}
  
- **Select checkbox** - This checkbox is used to select a user.+  * **<color #00a2e8>Select</color> checkbox** - This checkbox is used to select a User. 
 +  * <color #00a2e8>**User ID**</color> - The <color #22b14c>**User ID**</color> value of the user from the SAP® Business One **Users - Setup** screen. 
 +  * <color #00a2e8>**User Code**</color> - The <color #22b14c>**User Code**</color> value from the SAP® Business One **Users - Setup** screen.
  
- **User ID** - The User ID value of the user from the SAP® Business One Users - Setup screen. +===== Branches Tab =====
- +
- **User Code** - The **User Code** value from the SAP® Business One Users - Setup screen. +
- +
- +
- +
-**Branches Tab**+
  
 {{:app/image410.jpeg?361x326}} {{:app/image410.jpeg?361x326}}
  
-**Select checkbox** - This checkbox is used to select a branch. **Name** - The branch name value from the SAP® Business One Branches - Setup screen.+  * **<color #00a2e8>Select</color> checkbox** - This checkbox is used to select a Branch. 
 +  * <color #00a2e8>**Name**</color> - The <color #22b14c>**Branch Name**</color> value of the user from the SAP® Business One **Branches - Setup** screen. 
 +  * <color #00a2e8>**Remarks**</color> - The <color #22b14c>**Branch Description**</color> value from the SAP® Business One **Branches - Setup** screen.
  
-{{:app/image67.jpeg?11x11}}{{:app/image67.jpeg?11x11}} +===== Departments Tab =====
- +
-**Remarks** - The branch description value from the SAP® Business One Branches - Setup screen. +
- +
-{{:app/image67.jpeg?11x11}} +
- +
-**Departments Tab**+
  
 {{:app/image411.jpeg?359x325}} {{:app/image411.jpeg?359x325}}
  
- **Select checkbox** - This checkbox is used to select a department.+  * **<color #00a2e8>Select</color> checkbox** - This checkbox is used to select a Department. 
 +  * <color #00a2e8>**Name**</color> - The <color #22b14c>**Department Name**</color> value of the user from the SAP® Business One **Departments - Setup** screen. 
 +  * <color #00a2e8>**Remarks**</color> - The <color #22b14c>**Department Description**</color> value from the SAP® Business One **Departments - Setup** screen.
  
- **Name** - The department name value from the SAP® Business One Departments - Setup screen. +{{:app/image44.jpeg?786}} 
- +====== Color Guide for Color Properties ======
- **Remarks** - The department description value from the SAP® Business One Departments - Setup screen. +
- +
-===== Color Guide for Color Properties =====+
  
 APP Customizer includes the ability to set values for display colors for several properties of forms and items. Several commonly used colors are referenced below for easy application of the values and the methods that can be used to determine a color are explained. APP Customizer includes the ability to set values for display colors for several properties of forms and items. Several commonly used colors are referenced below for easy application of the values and the methods that can be used to determine a color are explained.
  
-**Commonly Used Color Values**+===== Commonly Used Color Values =====
  
 {{:app/image412.jpeg?309x24}} **Red (255)** {{:app/image412.jpeg?309x24}} **Red (255)**
Line 1250: Line 900:
 {{:app/image423.jpeg?310x25}} **Brown (4210816)** {{:app/image423.jpeg?310x25}} **Brown (4210816)**
  
-**Selecting A Color Value**+===== Selecting A New Color Value =====
  
- Click the **...** button next to the field that you want to specify a color for.+  *  Click the <color #22b14c>**...**</color> button next to the field that you want to specify a color for.
  
-{{:app/image424.jpeg?310x25}} Select a color through one of the following means...+{{:app/image424.jpeg?310x25}} 
  
-{{:app/image6.jpeg?10x10}} Select a Basic Color or a pre-defined Custom Color. +  *  Select a color through one of the following means... 
- +    *  Select a Basic Color or an existing Custom Color. 
-{{:app/image6.jpeg?10x10}} Drag the crosshairs graphic around the rainbow color chart to determine your color. +    *  Drag the cross hairs graphic around the rainbow color chart to determine your color. 
- +    *  Manually enter the Red, Green, Blue (RGB) or Hue, Saturation, Luminescence values for the color.
-{{:app/image6.jpeg?10x10}} Manually enter the Red, Green, Blue (RGB) or Hue, Saturation, Luminescence values for the color.+
  
 {{:app/image425.jpeg?452x324}} {{:app/image425.jpeg?452x324}}
  
- Click the **OK** button.+  *  Click the <color #22b14c>**OK**</color> button.
  
 +{{:app/image44.jpeg?786}}
app/app_cust_screens.1564703111.txt.gz · Last modified: 2019/08/01 19:45 by dtucker