Extender Table Structures
|
|
|
- Derrick Ferguson
- 9 years ago
- Views:
Transcription
1 Table Definitions There are 4 types of tables in Extender: Data tables Setup tables Cache tables Trigger tables Key fields for each table are displayed in bold. 1
2 DATA TABLES Data is stored in separate tables for windows and forms. 2
3 WINDOWS Technical Name Physical Name Description EXT_Window_Records EXT01100 Window Records EXT_Window_Strings EXT01101 Window Strings EXT_Window_Dates EXT01102 Window Dates EXT_Window_Numbers EXT01103 Window Numbers EXT_Window_Times EXT01104 Window Times EXT_Window_Lines EXT01110 Window Line Items EXT_Window_Detail_Strings EXT01111 Window Line Item Strings EXT_Window_Detail_Dates EXT01112 Window Line Item Dates EXT_Window_Detail_Numbers EXT01113 Window Line Item Numbers EXT_Window_Detail_Times EXT01114 Window Line Item Times EXT_Notes EXT01500 Extender Notes 3
4 EXT_WINDOW_RECORDS EXT01100 Extender Window Records Stores the window record which links the unique identifier for the record to the key values from the linked window. Extender Record ID Extender_Record_ID Unique identifier for the window record Extender Window ID Extender_Window_ID Unique identifier for the window that the record is being created for EXT_Extender_Windows Extender Key Values Extender_Key_Values_1 Extender_Key_Values_2 Extender_Key_Values_3 Extender_Key_Values_4 Extender_Key_Values_5 Array of 5 strings that store the values for the key values from the linked window Note Index NOTEINDX ID of the record note Modified Date MODIFDT The last date the record was modified Modified User ID MDFUSRID The username of the user that last modified the record Created Date CREATDDT The date the record was created Created User ID CRUSRID The username of the user that created the record 4
5 EXT_WINDOW_STRINGS EXT01101 Extender Window Strings Stores fields of type Short String, Long String, Phone Number, , File, Folder, Lookup and Linked Lookup. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings String A 255 STRGA255 The string value 5
6 EXT_WINDOW_DATES EXT01102 Extender Window Dates Stores fields of type Date. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Date DATE1 The date value 6
7 EXT_WINDOW_NUMBERS EXT01103 Extender Window Numbers Stores fields of type Checkbox, Number, Currency, Quantity, Percentage and List. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Total TOTAL The numeric value Functional Amount FUNCTAMT The functional equivalent of the numeric value (not currently used) 7
8 EXT_WINDOW_TIMES EXT01104 Extender Window Times Stores fields of type Time. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Time TIME1 The time value 8
9 EXT_WINDOW_LINES EXT01110 Extender Window Lines Stores a line item record for each line entered in the scrolling grid of a window. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Line Item Sequence LNITMSEQ Unique identifier for the line 9
10 EXT_WINDOW_DETAIL_STRINGS EXT01111 Extender Detail Window Strings Stores line item fields of type Short String, Long String, Phone Number, , File, Folder, Lookup and Linked Lookup. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Window_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings String A 255 STRGA255 The string value 10
11 EXT_WINDOW_DETAIL_DATES EXT01112 Extender Detail Window Dates Stores line item fields of type Date. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Window_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Date DATE1 The date value 11
12 EXT_WINDOW_DETAIL_NUMBERS EXT01113 Extender Detail Window Numbers Stores line item fields of type Checkbox, Number, Currency, Quantity, Percentage and List. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Window_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Total TOTAL The numeric value Functional Amount FUNCTAMT The functional equivalent of the numeric value (not currently used) 12
13 EXT_WINDOW_DETAIL_TIMES EXT01114 Extender Detail Window Times Stores line item fields of type Time. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Window_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Time TIME1 The time value 13
14 EXT_NOTES EXT01500 Extender Notes Stores notes for windows of type Note List. Extender Type Extender_Type The type of Extender resource that the note is being stored for. Will always be 1 for windows. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Window_Records Window Number Window_Number Only used when Extender Type is Form. Will be set to zero for all Windows. Line Item Sequence LNITMSEQ Unique identifier for the note Date DATE1 The date the note was entered Time TIME1 The time the note was entered User ID USERID The username of the user that entered the note Note Type Note_Type The type of the note EXT_Note_Types Text Field TXTFIELD The text of the note 14
15 FORMS Technical Name Physical Name Description EXT_Form_Records EXT01200 Form Records EXT_Form_Strings EXT01201 Form Strings EXT_Form_Dates EXT01202 Form Dates EXT_Form_Numbers EXT01203 Form Numbers EXT_Form_Times EXT01204 Form Times EXT_Form_Lines EXT01210 Form Line Items EXT_Form_Detail_Strings EXT01211 Form Line Item Strings EXT_Form_Detail_Dates EXT01212 Form Line Item Dates EXT_Form_Detail_Numbers EXT01213 Form Line Item Numbers EXT_Form_Detail_Times EXT01214 Form Line Item Times EXT_Notes EXT01500 Extender Notes 15
16 EXT_FORM_RECORDS EXT01200 Extender Form Records Stores the form record which links the unique identifier for the record to the ID fields and description. Extender Record ID Extender_Record_ID Unique identifier for the form record Extender Form ID Extender_Form_ID Unique identifier for the form that the record is being created for EXT_Extender_Forms Note Index NOTEINDX ID of the record note Modified Date MODIFDT The last date the record was modified Modified User ID MDFUSRID The username of the user that last modified the record Created Date CREATDDT The date the record was created Created User ID CRUSRID The username of the user that created the record 16
17 EXT_FORM_STRINGS EXT01201 Extender Form Strings Stores fields of type Short String, Long String, Phone Number, , File, Folder, Lookup and Linked Lookup. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings String A 255 STRGA255 The string value 17
18 EXT_FORM_DATES EXT01202 Extender Form Dates Stores fields of type Date. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Date DATE1 The date value 18
19 EXT_FORM_NUMBERS EXT01203 Extender Form Numbers Stores fields of type Checkbox, Number, Currency, Quantity, Percentage and List. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Total TOTAL The numeric value Functional Amount FUNCTAMT The functional equivalent of the numeric value (not currently used) 19
20 EXT_FORM_TIMES EXT01204 Extender Form Times Stores fields of type Time. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Field ID Field_ID Unique identifier for the field EXT_Field_Settings Time TIME1 The time value 20
21 EXT_FORM_LINES EXT01210 Extender Form Lines Stores a line item record for each line entered in the scrolling grid of a form. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Line Item Sequence LNITMSEQ Unique identifier for the line 21
22 EXT_FORM_DETAIL_STRINGS EXT01211 Extender Detail Form Strings Stores line item fields of type Short String, Long String, Phone Number, , File, Folder, Lookup and Linked Lookup. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Form_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings String A 255 STRGA255 The string value 22
23 EXT_FORM_DETAIL_DATES EXT01212 Extender Detail Form Dates Stores line item fields of type Date. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Form_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Date DATE1 The date value 23
24 EXT_FORM_DETAIL_NUMBERS EXT01213 Extender Detail Form Numbers Stores line item fields of type Checkbox, Number, Currency, Quantity, Percentage and List. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Form_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Total TOTAL The numeric value Functional Amount FUNCTAMT The functional equivalent of the numeric value (not currently used) 24
25 EXT_FORM_DETAIL_TIMES EXT01214 Extender Detail Form Times Stores line item fields of type Time. Extender Record ID Extender_Record_ID Unique identifier for the form record EXT_Form_Records Line Item Sequence LNITMSEQ Unique identifier for the line item EXT_Form_Lines Field ID Field_ID Unique identifier for the field EXT_Field_Settings Time TIME1 The time value 25
26 EXT_NOTES EXT01500 Extender Notes Stores notes for form notes on extra windows. Extender Type Extender_Type The type of Extender resource that the note is being stored for. Will always be 2 for forms. Extender Record ID Extender_Record_ID Unique identifier for the window record EXT_Form_Records Window Number Window_Number The extra window number that the notes are displayed on. Line Item Sequence LNITMSEQ Unique identifier for the note. Set to zero when the extra window type is not a note list. Date DATE1 The date the note was entered Time TIME1 The time the note was entered User ID USERID The username of the user that entered the note Note Type Note_Type The type of the note EXT_Note_Types Text Field TXTFIELD The text of the note 26
27 SETUP TABLES Setup tables are divided into 10 areas: Fields Windows Forms Templates Actions Menus Imports Lookups Views Solutions 27
28 FIELDS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Field_Settings EXT20010 Field Settings EXT_Field_Restrictions EXT20011 Field Restrictions EXT_Calc_Aliases EXT20012 Calculated Field Aliases EXT_Lists EXT20020 Lists EXT_List_Items EXT20021 List Items 28
29 EXT_FIELD_SETTINGS EXT20010 Extender Field Settings Stores the setup information about each field on a window or form. Field ID Field_ID The unique identifier for the field Field Name FIELDNAM The prompt that will be displayed alongside the field on the window or form Field Type FIELDTYPE 1 Long String 2 Short String 3 Date 4 Currency 5 Number 6 List 7 Checkbox 8 Lookup 9 Percentage 10 Quantity 11 File 12 Folder 13 Calculated Field 14 Time 15 Account 16 Phone Number Linked Lookup 20 Label Lookup Number Lookup_Number 1 Customer 2 Vendor 3 Item 4 Site 5 Salesperson 6 Sales Territory 7 User 8 User Class 9 Item Class 10 Customer Class 11 Prospect EXT_Lookup_Numbers 29
30 12 Employee 13 Department 14 Employee Class 15 Position 16 Company 17 Paycode 18 Tax Schedule 33 Currency 34 Buyer 35 SOP Type ID For lookups greater than 100, link to the EXT_Lookup_Numbers table for details Link Number Link_Number 1 Customer Address, Vendor Address or Item UofM 2 Vendor Item If zero, the link will be defined by the Extender_Form_ID field Required Field Required_Field Set to 1 if the field is required Hide Field CB Hide_Field Set to 1 if the field is hidden Extender List ID Extender_List_ID The unique identifier of the list EXT_Lists Decimal Places Currency DECPLCUR The number of decimal places for a numeric field String Format String_Format String format for short strings: 1 No Format 2 Numeric Only 3 Uppercase Only 4 Alphanumeric Only 5 Alphanumeric Uppercase Only String Mask String_Mask String defining the display mask for a short string Use Mask Use_Mask Set to 1 if a string mask is being used Max Characters Max_Characters The maximum number of characters that can be entered for a short string 30
31 Sort List CB Sort_List_CB No longer used, the sort list field in the EXT_Lists table is used instead Calculated Field Type Calculated_Field_Type See Field Type for values Extender Form ID Extender_Form_ID The form used for linked lookups EXT_Extender_Forms Text Field TXTFIELD The text of the calculated field 31
32 EXT_FIELD_RESTRICTIONS EXT20011 Extender Field Restrictions Stores restriction information for restricted lookups. Field ID Field_ID The unique identifier for the field EXT_Field_Settings Line Item Sequence LNITMSEQ The unique identifier for the restriction Restriction Field ID Restriction_Field_ID The field that is being used for the restriction EXT_Field_Settings Restriction Value Type Restriction_Value_Type 1 Constant 2 Field Posting Restriction Posting_Restriction 1 Equals 2 Greater Than 3 Less Than 4 Does Not Equal 5 Greater Than Or Equal To 6 Less Than Or Equal To Restrict From Field ID Restrict_From_Field_ID The field that is being compared to for a field restriction EXT_Field_Settings Total TOTAL The constant numeric value of the restriction Date DATE1 The constant date value of the restriction Time TIME1 The constant time value of the restriction String A 255 STRGA255 The constant string value of the restriction Condition Time Option Template_Time_Option1 1 Enter Time 2 Current Time 3 Current Time Plus Minutes 4 Current Time Plus Hours 32
33 Condition Date Option Condition_Date_Option 1 Enter Date 2 Current Date 3 User Date 4 Current Date Plus Days 5 Current Date Plus Weeks 6 Current Date Plus Months 7 Current Date Plus Years 8 User Date Plus Days 9 User Date Plus Weeks 10 User Date Plus Months 11 User Date Plus Years 12 Start Of Week 13 End Of Week 14 Start Of Month 15 End Of Month 16 Start Of Period 17 End Of Period 18 Start Of Year 19 End Of Year 33
34 EXT_CALC_ALIASES EXT20012 Extender Calculated Field Aliases Stores the mapping between field names displayed in calculated fields and the actual field. Field ID Field_ID The unique identifier for the field EXT_Field_Settings Field Alias Field_Alias The field name displayed in the calculation Alias Field ID Alias_Field_ID The field ID of the field being referenced in the calculation EXT_Field_Settings Field Number Field_Number Not currently used Lookup Field Number Lookup_Field_Number The identifier for a field value associated with a lookup (eg Customer Name on a customer lookup) 34
35 EXT_LISTS EXT20020 Extender Lists Stores the list settings for a list field. Extender List ID Extender_List_ID The unique identifier for the list Extender List Description Extender_List_Desc The name of the list Shared List Shared_List Not currently used Sort List CB Sort_List_CB Set to 1 if the list is sorted alphabetically 35
36 EXT_LIST_ITEMS EXT20021 Extender List Items Stores the list item for each list. Extender List ID Extender_List_ID The unique identifier for the list EXT_Lists Extender List Item ID Extender_List_Item_ID The unique identifier for the list item Line Item Sequence LNITMSEQ The order that the list item is displayed String 132 STRNG132 The value displayed for the list item 36
37 WINDOWS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Windows EXT20100 Extender Windows EXT_Table_Links EXT20110 Table Links EXT_Extender_Enquiries EXT20120 Extender Enquiries EXT_Window_SmartLists EXT20130 Window SmartLists EXT_Window_Group_Windows EXT20140 Window Group Windows EXT_Window_Group_Conditions EXT20141 Window Group Conditions EXT_Note_Types EXT43204 Note Types 37
38 EXT_EXTENDER_WINDOWS EXT20100 Extender Windows Stores the setup information for a window. Extender Window ID Extender Window Name Extender Window Type Extender_Window_ID Extender_Window_Name Extender_Window_Type The unique identifier for the window The name displayed at the top of the window as well as in Additional menu items 1 Field Entry 2 Note List 3 Window Group Product ID PRODID The ID of the product that contains the window being linked to Long Form Name Long_Form_Name The form that contains the window being linked to Long Window Name Long_Window_Name The window that is being linked to Extender Key Windows Extender_Key_Windows_1 Extender_Key_Windows_2 Extender_Key_Windows_3 Extender_Key_Windows_4 Extender_Key_Windows_5 Array of 5 strings containing the windows where each key field is Extender Key Fields Extender_Key_Fields_1 Extender_Key_Fields_2 Extender_Key_Fields_3 Extender_Key_Fields_4 Extender_Key_Fields_5 Array of 5 strings containing the key field names Extender Field IDs Extender_Field_IDs_1 Extender_Field_IDs_2 Extender_Field_IDs_3 Extender_Field_IDs_4 Extender_Field_IDs_5 Array of 15 field IDs to be displayed on the window. Their position in the array indicates where they will be displayed on the window. EXT_Field_Settings 38
39 Extender_Field_IDs_6 Extender_Field_IDs_7 Extender_Field_IDs_8 Extender_Field_IDs_9 Extender_Field_IDs_10 Extender_Field_IDs_11 Extender_Field_IDs_12 Extender_Field_IDs_13 Extender_Field_IDs_14 Extender_Field_IDs_15 Add Extender Window Details AddExtenderWindowDetails Set to 1 if detail fields are displayed on the window Add Extender Window Notes AddExtenderWindowNotes Not currently used Extender Detail Field IDs Detail_Field_IDs_1 Detail_Field_IDs_2 Detail_Field_IDs_3 Detail_Field_IDs_4 Detail_Field_IDs_5 Array of 5 field IDs to be displayed in the first row of the detail lines EXT_Field_Settings Extender Detail Field IDs 2 Detail_Field_IDs_2_1 Detail_Field_IDs_2_2 Detail_Field_IDs_2_3 Detail_Field_IDs_2_4 Detail_Field_IDs_2_5 Array of 5 field IDs to be displayed in the second row of the detail lines EXT_Field_Settings Show Total CB Show_Total_CB Set to 1 if a total field is to be displayed Total Field ID Total_Field_ID Field ID of the detail field to be totaled EXT_Field_Settings Read Only CB Read_Only_CB Set to 1 if the window is read-only Display In Tab Display_In_Tab Not currently used Tab Name Tab_Name Not currently used Extender Open Method PT_Open_Method1 1 Field Entry 2 Field Exit 3 Line Change Auto Open Auto_Open Set to 1 if the window is to automatically open 39
40 Auto Close Auto_Close Set to 1 if the window is to automatically close after exiting the last field Extender Hot Key Long Field Name Extender_Hot_Key Long_Field_Name A string containing the hot key that will open the window with the control key The field being used for the Auto Open routine Extender Template ID Extender_Template_ID Identifier of the default template EXT_Templates Template Selection Method Special Case Number Template_SelectionMethod Special_Case_Number 1 Menu 2 Button 3 Prompt 0 No special case 1 SOP Entry 2 SOP Item 3 SOP Line 4 GL Entry 5 GL Line 6 Item Maintenance Created Date CREATDDT The date the window was created Created User ID CRUSRID The username of the user that created the window Modified Date MODIFDT The date the window was last modified Modified User ID MDFUSRID The username of the user that last modified the window 40
41 EXT_TABLE_LINKS EXT20110 Extender Table Links Contains the link between window fields and table keys. Extender Window ID Extender_Window_ID The unique identifier for the window EXT_Extender_Windows Line Item Sequence LNITMSEQ The unique identifier for the table link Product ID PRODID The ID of the product that contains the table being linked Table Technical Name Extender Key Fields TABLTECH Extender_Key_Fields_1 Extender_Key_Fields_2 Extender_Key_Fields_3 Extender_Key_Fields_4 Extender_Key_Fields_5 The table being linked to Array of 5 strings containing the table fields in the same order as the window key fields 41
42 EXT_EXTENDER_ENQUIRIES EXT20120 Extender Enquiry Setup Contains the link between window fields and table keys. Extender Enquiry ID Extender_Enquiry_ID The unique identifier for the enquiry Extender Window Name Extender_Window_Name The name displayed at the top of the window as well as in Additional menu items Extender Window ID Extender_Window_ID The unique identifier for the window that the enquiry is linked to EXT_Extender_Windows Product ID PRODID The ID of the product that contains the window being linked to Long Form Name Long_Form_Name The form that contains the window being linked to Long Window Name Long_Window_Name The window that is being linked to Extender Hot Key Extender_Hot_Key A string containing the hot key that will open the enquiry with the control key Read Only CB Read_Only_CB Set to 1 if the enquiry is readonly Use Alternate Key CB Extender Key Windows Use_Alternate_Key_CB Extender_Key_Windows_1 Extender_Key_Windows_2 Extender_Key_Windows_3 Extender_Key_Windows_4 Extender_Key_Windows_5 Set to 1 if the enquiry uses an alternate key from the window Array of 5 strings containing the windows where each alternate key field is 42
43 Extender Key Fields Extender_Key_Fields_1 Extender_Key_Fields_2 Extender_Key_Fields_3 Extender_Key_Fields_4 Extender_Key_Fields_5 Array of 5 strings containing the alternate key field names Created Date CREATDDT The date the enquiry was created Created User ID CRUSRID The username of the user that created the enquiry Modified Date MODIFDT The date the enquiry was last modified Modified User ID MDFUSRID The username of the user that last modified the enquiry Display In Tab Display_In_Tab Not currently used Tab Name Tab_Name Not currently used 43
44 EXT_WINDOW_SMARTLISTS EXT20130 Extender Window SmartLists Details how window fields should be displayed in existing Dynamics GP SmartLists. Extender Window ID Extender_Window_ID The unique identifier for the window EXT_Extender_Windows Product ID PRODID The ID of the product that contains the SmartList to be linked to Extender SmartList Number Extender SmartList Prefix Extender SmartList Key Fields Extender_SmartList_Num SmartList_Prefix Extender_SmartList_Keys_1 Extender_SmartList_Keys_2 Extender_SmartList_Keys_3 Extender_SmartList_Keys_4 Extender_SmartList_Keys_5 The unique identifier of the SmartList The unique identifier of the SmartList integration Array of 5 strings containing the smartlist fields in the same order as the window key fields 44
45 EXT_WINDOW_GROUP_WINDOWS EXT20140 Extender Window Group Windows Contains the windows that make up the window group. Extender Window ID Extender_Window_ID The unique identifier for the window group EXT_Extender_Windows Line Item Sequence LNITMSEQ The unique identifier for the window in the group Extender ID Extender_ID The ID of the window in the group EXT_Extender_Windows Extender Enquiry ID Extender_Enquiry_ID The ID of the enquiry for the window in the group EXT_Extender_Enquiries 45
46 EXT_WINDOW_GROUP_CONDITIONS EXT20141 Extender Window Group Conditions Contains the conditions that control whether a window in a group is opened. Extender Window ID Extender_Window_ID The unique identifier for the window EXT_Extender_Windows Line Item Sequence LNITMSEQ The unique identifier for the group window EXT_Window_Group_Windows Condition Number Condition_Number The unique identifier for the condition Long Window Name Long_Window_Name The window is contains the field for the condition Long Field Name Long_Field_Name The field that is being used for the condition Posting Restriction Posting_Restriction 1 Equals 2 Greater Than 3 Less Than 4 Does Not Equal 5 Greater Than Or Equal To 6 Less Than Or Equal To String A 255 STRGA255 The constant string value of the restriction Date DATE1 The constant date value of the restriction Total TOTAL The constant numeric value of the restriction Time TIME1 The constant time value of the restriction 46
47 EXT_NOTE_TYPES EXT43204 Note Types Contains the note types for note windows. Extender Type Extender_Type Set to 1 for window notes Extender ID Extender_ID The identifier of the window EXT_Extender_Windows Window Number Window_Number Set to zero for window notes Line Item Sequence LNITMSEQ The unique identifier for the note type Note Type Description Note_Type_Description The description of the note type 47
48 FORMS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Forms EXT20200 Extender Forms EXT_Form_Extra_Windows EXT20201 Form Extra Windows EXT_Form_SmartLists EXT20210 Form SmartLists EXT_Navigation_Lists EXT20230 Navigation Lists EXT_Navigation_List_Fields EXT20231 Navigation List Fields EXT_Navigation_List_Details EXT20232 Navigation List Details EXT_Navigation_List_Colours EXT20233 Navigation List Colours EXT_Navigation_List_Actions EXT20234 Navigation List Actions EXT_Navigation_List_User_Columns EXT20235 Navigation List User Columns EXT_Navigation_List_Restrictions EXT20236 Navigation List Restrictions EXT_Form_Next_Fields EXT40305 Extender Form Next Fields EXT_Note_Types EXT43204 Note Types 48
49 EXT_EXTENDER_FORMS EXT20200 Extender Forms Stores the setup information for a form. Extender Form ID Extender_Form_ID The unique identifier for the form Extender Form Name Extender Form ID Prompt Use Existing Lookup Extender_Form_Name Extender_Form_ID_Prompt Use_Existing_Lookup The name displayed at the top of the form as well as in menu items The prompt used for the primary ID field of the form Set to 1 when an existing lookup is used for the primary ID of the form Lookup Number Lookup_Number Lookup number of the lookup used for the primary ID when Use Existing Lookup is true EXT_Lookup_Numbers 1 Customer 2 Vendor 3 Item 4 Site 5 Salesperson 6 Sales Territory 7 User 8 User Class 9 Item Class 10 Customer Class 11 Prospect 12 Employee 13 Department 14 Employee Class 15 Position 16 Company 17 Paycode 49
50 18 Tax Schedule 33 Currency 34 Buyer 35 SOP Type ID For lookups greater than 100, link to the EXT_Lookup_Numbers table for details Autoincrement Autoincrement Set to 1 if the primary ID field is set to auto increment Extender Description Prompt Extender_Description_Pro The prompt used for the description field of the form Description Field Required Description_Field_Req Set to 1 if the description field is required Use Secondary Key Use_Secondary_Key Set to 1 if the form is using a secondary ID field Extender Secondary ID Prompt Extender_Second_Prompt The prompt used for the secondary ID field of the form Extender Field IDs Extender_Field_IDs_1 Extender_Field_IDs_2 Extender_Field_IDs_3 Extender_Field_IDs_4 Extender_Field_IDs_5 Extender_Field_IDs_6 Extender_Field_IDs_7 Extender_Field_IDs_8 Extender_Field_IDs_9 Extender_Field_IDs_10 Extender_Field_IDs_11 Extender_Field_IDs_12 Extender_Field_IDs_13 Extender_Field_IDs_14 Extender_Field_IDs_15 Array of 15 field IDs to be displayed in the first column of the form. Their position in the array indicates where they will be displayed on the form. EXT_Field_Settings Extender Field IDs 2 Extender_Field_IDs_2_1 Extender_Field_IDs_2_2 Array of 15 field IDs to be displayed in the second EXT_Field_Settings 50
51 Extender_Field_IDs_2_3 Extender_Field_IDs_2_4 Extender_Field_IDs_2_5 Extender_Field_IDs_2_6 Extender_Field_IDs_2_7 Extender_Field_IDs_2_8 Extender_Field_IDs_2_9 Extender_Field_IDs_2_10 Extender_Field_IDs_2_11 Extender_Field_IDs_2_12 Extender_Field_IDs_2_13 Extender_Field_IDs_2_14 Extender_Field_IDs_2_15 column of the form. Their position in the array indicates where they will be displayed on the form. Extender Detail Field IDs Detail_Field_IDs_1 Detail_Field_IDs_2 Detail_Field_IDs_3 Detail_Field_IDs_4 Detail_Field_IDs_5 Array of 5 field IDs to be displayed in the first row of the detail lines EXT_Field_Settings Extender Detail Field IDs 2 Detail_Field_IDs_2_1 Detail_Field_IDs_2_2 Detail_Field_IDs_2_3 Detail_Field_IDs_2_4 Detail_Field_IDs_2_5 Array of 5 field IDs to be displayed in the second row of the detail lines EXT_Field_Settings Read Only CB Read_Only_CB Set to 1 if the form is readonly Add Extender Form Details Set to 1 if detail fields are displayed on the form Show Total CB Show_Total_CB Set to 1 if a total field is to be displayed Total Field ID Total_Field_ID Field ID of the detail field to be totaled EXT_Field_Settings Multicurrency CB Multicurrency_CB Set to 1 if the form is a multicurrency form Currency Field ID Currency_Field_ID The ID of the currency lookup field that determines the currency ID for the currency fields on the form EXT_Field_Settings 51
52 Rate Type ID RATETPID The rate type ID for the multicurrency settings Currency Default Field ID Currency_Default_FieldID The ID of the customer or vendor lookup field used to default the currency ID EXT_Field_Settings Currency Default Method Currency_Default_Method 1 None 2 Functional Currency 3 Customer 4 Vendor Default From Field ID Default_From_Field_ID Not currently used EXT_Field_Settings Extender Template ID Extender_Template_ID Identifier of the default template EXT_Templates Template Selection Method Template_SelectionMethod 1 Menu 2 Button 3 Prompt Created Date CREATDDT The date the form was created Created User ID CRUSRID The username of the user that created the form Modified Date MODIFDT The date the form was last modified Modified User ID MDFUSRID The username of the user that last modified the form 52
53 EXT_FORM_EXTRA_WINDOWS EXT20201 Extender Form Extra Windows Stores the setup information for an extra window on a form. Extender Form ID Extender_Form_ID The unique identifier for the form EXT_Extender_Forms Window Number Window_Number The unique identifier for the window and order in which the windows are displayed Extra Window Type Extra_Window_Type 1 Field Entry 2 Note 3 Note List 4 Action Window Name WINNAME The name displayed at the top of the window Button Prompts Button_Prompts_1 Label displayed on the button that opens the extra window Extender Field IDs Extender_Field_IDs_1 Extender_Field_IDs_2 Extender_Field_IDs_3 Extender_Field_IDs_4 Extender_Field_IDs_5 Extender_Field_IDs_6 Extender_Field_IDs_7 Extender_Field_IDs_8 Extender_Field_IDs_9 Extender_Field_IDs_10 Extender_Field_IDs_11 Extender_Field_IDs_12 Extender_Field_IDs_13 Extender_Field_IDs_14 Extender_Field_IDs_15 Array of 15 field IDs to be displayed on the window. Their position in the array indicates where they will be displayed on the window. EXT_Field_Settings Hidden Window Hidden_window Set to 1 if the window is hidden from the user 53
54 EXT_FORM_SMARTLISTS EXT20210 Extender Form SmartLists Stores the SmartList integration details for each form. Extender Form ID Extender_Form_ID The unique identifier for the form EXT_Extender_Forms Line Item Sequence LNITMSEQ 1 Header 2 Details Extender SmartList Number Extender SmartList Name Extender_SmartList_Num Extender_SmartList_Name The unique identifier for the SmartList The name that will be displayed in SmartList Product ID PRODID Not currently used Series Number Series_Number Not currently used 54
55 EXT_NAVIGATION_LISTS EXT20230 Navigation Lists Stores the setup for navigation lists created for Extender Forms. Extender Navigation List ID Extender Search Name Extender_Navigation_List Extender_Search_Name The unique identifier for the navigation list The name of the navigation list Extender Form ID Extender_Form_ID The unique identifier for the form that the navigation list is based on EXT_Extender_Forms Search Type Search_Type 1 Free Form 2 List Values 3 Combination 4 Calendar Column Sizing Column_Sizing Not currently used Colour Code CB Colour_Code_CB Set to 1 if the navigation list is color-coded Colour Code Field ID Colour_Code_Field_ID The ID of the field that the color coding is based on EXT_Field_Settings Navigation Default Action Navigation_Default_Actio The ID of the action that runs by default when double-clicking EXT_Navigation_List_Actions Navigation Default Detail Navigation_Default_Detai The ID of the detail that is displayed by default EXT_Navigation_List_Details 55
56 EXT_NAVIGATION_LIST_FIELDS EXT20231 Navigation List Fields Stores the fields to be displayed on the navigation list. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists Navigation List Field Type Navigation_Field_Type 1 Display 2 Search Line Item Sequence LNITMSEQ The unique identifier for the field and order in which it will be displayed on the navigation list Field ID Field_ID The ID of the field to be displayed on the navigation list EXT_Field_Settings Search Method Search_Method 1 Equals 2 Starts With 3 Contains 56
57 EXT_NAVIGATION_LIST_DETAILS EXT20232 Navigation List Details Stores the SmartList integration details for each form. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists Line Item Sequence LNITMSEQ The unique identifier for the detail Navigation List Detail Type Navigation_Detail_Type 1 Note List 2 Detail Lines 3 Related Form Window Number Window_Number The extra window number that contains the note list Extender Form ID Extender_Form_ID The ID of the related form EXT_Extender_Forms 57
58 EXT_NAVIGATION_LIST_COLOURS EXT20233 Navigation List Colors Stores the mapping between list item values and colors. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists Extender List Item ID Extender_List_Item_ID The unique identifier for the list item EXT_List_Items Colour DDL Colour_DDL 1 None 2 Red 3 Blue 4 Green 5 Yellow 6 Black 7 Purple 8 Pink 9 Grey 58
59 EXT_NAVIGATION_LIST_ACTIONS EXT20234 Navigation List Actions Stores the actions for each navigation list. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists Line Item Sequence LNITMSEQ The unique identifier for the action: EXT_Events 1 New 2 Open 3 Delete 4 Duplicate 5 Export to Excel All other actions are custom actions defined in the EXT_Events table 59
60 EXT_NAVIGATION_LIST_USER_COLUMNS EXT20235 Navigation List User Columns Stores the default columns displayed for individual users. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists User ID USERID The user that the columns are defined for Line Item Sequence LNITMSEQ The unique identifier for the field and order in which it will be displayed on the navigation list Field ID Field_ID The ID of the field to be displayed on the navigation list EXT_Field_Settings 60
61 EXT_NAVIGATION_LIST_RESTRICTIONS EXT20236 Navigation List Restrictions Stores the fixed restriction details for each navigation list. Extender Navigation List ID Extender_Navigation_List The unique identifier for the navigation list EXT_Navigation_Lists Line Item Sequence LNITMSEQ The unique identifier for the restriction Field ID Field_ID The ID of the field that the restriction is based on EXT_Field_Settings Posting Restriction Posting_Restriction 1 Equals 2 Greater Than 3 Less Than 4 Does Not Equal 5 Greater Than Or Equal To 6 Less Than Or Equal To String A 255 STRGA255 The constant string value of the restriction Total TOTAL The constant numeric value of the restriction Date DATE1 The constant date value of the restriction Time TIME1 The constant time value of the restriction Condition Date Option Condition_Date_Option 1 Enter Date 2 Current Date 3 User Date 4 Current Date Plus Days 5 Current Date Plus Weeks 6 Current Date Plus Months 7 Current Date Plus Years 8 User Date Plus Days 61
62 Condition Time Option Condition_Time_Option 9 User Date Plus Weeks 10 User Date Plus Months 11 User Date Plus Years 12 Start Of Week 13 End Of Week 14 Start Of Month 15 End Of Month 16 Start Of Period 17 End Of Period 18 Start Of Year 19 End Of Year 1 Enter Time 2 Current Time 3 Current Time Plus Minutes 4 Current Time Plus Hours 62
63 EXT_FORM_NEXT_FIELDS EXT20236 Navigation List Restrictions Stores the next primary ID value for auto-incrementing forms. Extender Form ID Extender_Form_ID The unique identifier for the form EXT_Extender_Forms Next ID Field Value Next_ID_Field_Value The next numeric ID for autoincrementing forms 63
64 EXT_NOTE_TYPES EXT43204 Note Types Contains the note types for extra windows with a type of note list. Extender Type Extender_Type Set to 2 for form notes Extender ID Extender_ID The identifier of the form EXT_Extender_Forms Window Number Window_Number The extra window number EXT_Form_Extra_Windows Line Item Sequence LNITMSEQ The unique identifier for the note type Note Type Description Note_Type_Description The description of the note type 64
65 TEMPLATES TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Templates EXT20300 Extender Templates EXT_Template_Fields EXT20310 Template Fields EXT_Template_Lines EXT20320 Template Lines EXT_Template_Line_Fields EXT20321 Template Line Fields 65
66 EXT_TEMPLATES EXT20300 Extender Templates Stores the template setup information. Extender Template ID Extender_Template_ID The unique identifier for the template Template Description Template_Description The description of the template to be shown in template selection menus Extender Type Extender_Type 1 Window 2 Form Extender ID Extender_ID Unique identifier of the window or form that the template is for EXT_Extender_Windows EXT_Extender_Forms Replacement Rule Replacement_Rule 1 Always replace 2 Replace when empty Field ID Field_ID ID of the field that receives focus when the template finishes. EXT_Field_Settings 66
67 EXT_TEMPLATE_FIELDS EXT20310 Extender Template Fields Stores the fields that will be set by the template. Extender Template ID Extender_Template_ID The unique identifier for the template EXT_Templates Field ID Field_ID The ID of the field that will be set by the template EXT_Field_Settings String A 255 STRGA255 The constant string value used to set the field Total TOTAL The constant numeric value used to set the field Template Date Option Template Number Option Template_Date_Option Template_Number_Option 1 Current Date 2 User Date 3 Current Date Plus Days 4 Current Date Plus Weeks 5 Current Date Plus Months 6 Current Date Plus Years 7 User Date Plus Days 8 User Date Plus Weeks 9 User Date Plus Months 10 User Date Plus Years 11 Start Of Week 12 End Of Week 13 Start Of Month 14 End Of Month 15 Start Of Period 16 End Of Period 17 Start Of Year 18 End Of Year Number of days, weeks, months, years for the date option or number of minutes, hours for the time option 67
68 Template Time Option Template_Time_Option 1 Current Time 2 Current Time Plus Minutes 3 Current Time Plus Hours Replacement Rule Replacement_Rule 1 Always replace 2 Replace when empty Random CB Random_CB Not currently used Template Field Type Template_Field_Type Not currently used 68
69 EXT_TEMPLATE_LINES EXT20310 Extender Template Lines Stores the line items that will be created by the template. Extender Template ID Extender_Template_ID The unique identifier for the template EXT_Templates Window Number Window_Number Not currently used Line Item Sequence LNITMSEQ The line item number that will be added to the form or window 69
70 EXT_TEMPLATE_LINE_FIELDS EXT20310 Extender Template Lines Stores the line item fields that will be set by the template. Extender Template ID Extender_Template_ID The unique identifier for the template EXT_Templates Window Number Window_Number Not currently used Line Item Sequence LNITMSEQ The line item number that will be added to the form or window Field ID Field_ID Stores the fields that will be set by the template EXT_Field_Settings String A 255 STRGA255 The constant string value used to set the field Total TOTAL The constant numeric value used to set the field Template Date Option Template_Date_Option 1 Current Date 2 User Date 3 Current Date Plus Days 4 Current Date Plus Weeks 5 Current Date Plus Months 6 Current Date Plus Years 7 User Date Plus Days 8 User Date Plus Weeks 9 User Date Plus Months 10 User Date Plus Years 11 Start Of Week 12 End Of Week 13 Start Of Month 14 End Of Month 15 Start Of Period 16 End Of Period 17 Start Of Year 18 End Of Year 70
71 Template Number Option Template Time Option Template_Number_Option Template_Time_Option Number of days, weeks, months, years for the date option or number of minutes, hours for the time option 1 Current Time 2 Current Time Plus Minutes 3 Current Time Plus Hours Replacement Rule Replacement_Rule 1 Always replace 2 Replace when empty Random CB Random_CB Not currently used Template Field Type Template_Field_Type Not currently used 71
72 ACTIONS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Actions EXT20600 Extender Actions EXT_Events EXT20400 Events EXT_Event_Actions EXT20401 Event Actions EXT_Event_Conditions EXT20402 Event Conditions EXT_Event_Fields EXT20403 Event Fields EXT_Event_Transaction_Options EXT20404 Event Transaction Options 72
73 EXT_EXTENDER_ACTIONS EXT20600 Extender Actions Contains the setup of actions linked to Dynamics GP events. Extender Action ID Extender_Action_ID The unique identifier for the action Extender Action Name Extender_Action_Name The name of the action which will be displayed in Additional menus Extender Event Type Extender_Event_Type 1 Open form 2 Close form 3 Open window 4 Close window 5 Enter field 6 Change field 7 Exit field 10 None 11 Additional menu Extender Event ID Extender_Event_ID The ID of the event that will be run for the action EXT_Events Product ID PRODID The product that contains the Dynamics GP resource that is triggering the event Long Form Name Long_Form_Name The Dynamics GP form that is triggering the event Long Window Name Long_Window_Name The window on the form that is triggering the event Long Field Name Long_Field_Name The field on the window that is triggering the event Table Technical Name TABLTECH Not currently used Note Index NOTEINDX ID of the record note Created Date CREATDDT The date the action was created 73
74 Created User ID CRUSRID The username of the user that created the action Modified Date MODIFDT The date the action was last modified Modified User ID MDFUSRID The username of the user that last modified the action 74
75 EXT_EVENTS EXT20400 Extender Events Contains the settings for events that run actions. Extender Event ID Extender_Event_ID The unique identifier for the event Extender Type Extender_Type 1 Windows 2 Forms Extender ID Extender_ID The ID of the Extender resource that contains the event EXT_Extender_Windows EXT_Extender_Forms Extender Event Type Extender_Event_Type 1 Change field value 2 Enter field 3 Exit field 5 Button click 6 Open window 7 Close window 8 Navigation list action 9 Save record 10 Delete record 11 Open form 12 Close form 13 Print report 14 Change detail line 15 Delete detail line 16 Enter detail line 17 Exit detail line 18 Fill detail line 19 Insert detail line 20 Duplicate record Field ID Field_ID The ID of the field or number of the window that is triggering the event EXT_Field_Settings Extender Event Description Extender_Event_Desc The description of the event 75
76 EXT_EVENT_ACTIONS EXT20401 Extender Event Actions Contains the actions for events. Extender Event ID Extender_Event_ID The unique identifier for the event EXT_Events Action Number Action_Number The unique identifier for the action Action Order Action_Order The order in which the actions will be run Action Type Action_Type 1 Disable fields 2 Enable fields 3 Run template 4 Set field values 5 Clear field values 6 Run script 7 Run macro 8 Open Extender Form 9 Open Dynamics GP Form 10 Open external application 11 Run SQL script 12 Display dialog 16 Run action 18 Post transaction Action Description Action_Description The description of the action Extender Template ID Extender_Template_ID The ID of the template that will be run EXT_Templates filename filename The filename for external applications and macros Extender Form ID Extender_Form_ID The ID of the Extender form to be opened EXT_Extender_Forms Product ID PRODID The product of the 76
77 Intercompany ID INTERID The database that the SQL script will be run in Long Form Name Long Window Name Warning Type Warning Prompt Button Prompts Button Actions Long_Form_Name Long_Window_Name Warning_Type Warning_Prompt Button_Prompts_1 Button_Prompts_2 Button_Prompts_3 Button_Actions_1 Button_Actions_2 Button_Actions_3 EXT_Events Run Action Number Run_Action_Number EXT_Event_Actions Run Event ID Run_Event_ID Text Field TXTFIELD The text of the GP script or the SQL script 77
78 EXT_EVENT_CONDITIONS EXT20402 Extender Event Conditions Contains conditions for extender actions. Extender Event ID Extender_Event_ID The unique identifier for the event EXT_Events Action Number Action_Number The unique identifier for the action EXT_Event_Actions Condition Number Condition_Number The unique identifier for the condition Field ID Field_ID The ID of the field that the condition is based on EXT_Field_Settings Long Field Name Long_Field_Name The name of the field that the condition is based on Extender Action Condition ExtenderActionCondition 1 Equals 2 Greater than 3 Greater than or equal to 4 Less than 5 Less than or equal to 6 Between 7 Does not equal String A 255 STRGA255 The constant string value of the condition String B 255 STRGB255 The constant string value of the condition for between conditions From Amount From_Amount The constant numeric value of the condition To Amount To_Amount The constant numeric value of the condition for between conditions From Date From_Date The constant date value of the condition 78
79 To Date To_Date The constant date value of the condition for between conditions From Time From_Time The constant time value of the condition To Time To_Time The constant time value of the condition for between conditions 79
80 EXT_EVENT_FIELDS EXT20403 Extender Event Fields Contains the fields for each event. Extender Event ID Extender_Event_ID The unique identifier for the event EXT_Events Action Number Action_Number The unique identifier for the action EXT_Event_Actions Line Item Sequence LNITMSEQ The unique identifier for the field Field ID Field_ID The ID of the field for the action EXT_Field_Settings Set Value Type Set_Value_Type 1 Copy from field 2 Enter constant value Field ID 2 Field_ID_2 The field to copy the field value from EXT_Field_Settings String A 255 STRGA255 The constant string value to set the field Total TOTAL The constant numeric value to set the field Date DATE1 The constant date value to set the field Time TIME1 The constant time value to set the field Action Task Type Action_Task_Type Task type for Open Dynamics GP Form actions: 1 Set field value 2 Run field script 3 Set field value and run field script Long Field Name Long_Field_Name The field name of the field to be used for the action Long Field Name 2 Long_Field_Name_2 Field name of field to be set by Open Dynamics GP task 80
81 EXT_EVENT_TRANSACTION_OPTIONS EXT20404 Extender Event Transaction Options Contains the transaction options for a create transaction action. Extender Event ID Extender_Event_ID The unique identifier for the event EXT_Events Action Number Action_Number The unique identifier for the action EXT_Event_Actions Extender Transaction Option Extender Transaction Value Type Extender_Trx_Option Extender_Trx_Value_Type The unique identifier for the transaction option The value type of the transaction option Field ID Field_ID The ID of the field used to set the transaction option EXT_Field_Settings String A 255 STRGA255 The constant string value used to set the transaction option Total TOTAL The constant numeric value used to set the transaction option Date DATE1 The constant date value used to set the transaction option 81
82 MENUS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Menus EXT40800 Extender Menus EXT_Extender_Menu_Items EXT40801 Extender Menu Items 82
83 EXT_EXTENDER_MENUS EXT40800 Extender Menus Stores the settings for each menu. Extender Menu ID Extender_Menu_ID The unique identifier for the menu Extender Menu Name Extender_Menu_Name The name of the menu that will be displayed Toolbar Group Toolbar_Group 1 Transactions 2 Inquiry 3 Reports 4 Cards 5 Routines Note Index NOTEINDX ID of the record note Created Date CREATDDT The date the import was created Created User ID CRUSRID The username of the user that created the import Modified Date MODIFDT The date the import was last modified Modified User ID MDFUSRID The username of the user that last modified the import 83
84 EXT_EXTENDER_MENU_ITEMS EXT40801 Extender Menu Items Contains the menu items. Extender Menu ID Extender_Menu_ID The unique identifier for the menu EXT_Extender_Menus Line Item Sequence LNITMSEQ The unique identifier of the menu item and the order in which the menu items will be displayed Menu Item Type Menu_Item_Type 1 Extender Resource 2 Dynamics GP Form Extender Type Extender_Type 2 Form 10 Import 41 Navigation List Extender Form ID Extender_Form_ID The identifier of the Extender resource to open from the menu item EXT_Extender_Forms EXT_Extender_Imports EXT_Navigation_Lists Product ID PRODID The product that contains the Dynamics GP Form Form Name FORMNAME The technical name of the Dynamics GP Form to open from the menu item 84
85 IMPORTS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Imports EXT20700 Extender Imports EXT_Extender_Import_Lines EXT20701 Extender Import Lines 85
86 EXT_EXTENDER_IMPORTS EXT20700 Extender Imports Stores the settings for each import. Extender Import ID Extender_Import_ID The unique identifier for the import Extender Import Description Extender_Import_Desc The description of the import Import File Type Import_File_Type 1 Comma Delimited 2 Tab Delimited 3 Excel Spreadsheet 4 Fixed Width Extender Type Extender_Type 1 Window 2 Form Extender ID Extender_ID Unique identifier of the resource that is being imported into EXT_Extender_Windows EXT_Extender_Forms Field ID Field_ID Not currently used Note Index NOTEINDX ID of the record note Created Date CREATDDT The date the import was created Created User ID CRUSRID The username of the user that created the import Modified Date MODIFDT The date the import was last modified Modified User ID MDFUSRID The username of the user that last modified the import 86
87 EXT_EXTENDER_IMPORT_LINES EXT20701 Extender Import Lines Maps the fields to the file position for each import. Extender Import ID Extender_Import_ID The unique identifier for the import EXT_Extender_Imports Field ID Field_ID The unique identifier of the field to be imported into EXT_Field_Settings Field Number Field_Number The position of the field in the file (Comma delimited, tab delimited and Excel spreadsheets) Start Position Start_Position The start position of the field in the file (fixed width) End Position End_Position The end position of the field in the file (fixed width) 87
88 LOOKUPS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Extender_Lookups EXT43400 Extender Lookups EXT_Lookup_Numbers EXT10200 Lookup Numbers EXT_Lookup_Values EXT00900 Lookup Values 88
89 EXT_EXTENDER_LOOKUPS EXT20500 Extender Lookups Stores the settings for each lookup. FIELD NAME PHYSICAL NAME DESCRIPTION RELATED TABLES Extender Lookup ID Extender_Lookup_ID The unique identifier for the lookup Extender Lookup Description Extender_View_Desc The description of the lookup Product ID PRODID The ID of the product that contains the table for the lookup Table Technical Name TABLTECH The technical name of the table for the lookup Field Name FIELDNAM The field name of the ID field of the lookup Field Name 2 Field_Name_2 The field name of the description field of the lookup Note Index NOTEINDX ID of the record note Form Name FORMNAME Not currently used Window Name WINNAME Not currently used Field Name 3 Field_Name_3 Not currently used Created Date CREATDDT The date the lookup was created Created User ID CRUSRID The username of the user that created the lookup Modified Date MODIFDT The date the lookup was last modified Modified User ID MDFUSRID The username of the user that last modified the lookup 89
90 EXT_LOOKUP_NUMBERS EXT10200 Extender Lookup Numbers Stores the lookup IDs for Extender Lookups and Forms. Lookup Number Extender_Lookup_ID The unique identifier for the lookup Extender Type Extender_Type 2 Form 31 Lookups Extender ID Extender_ID The unique identifier of the resource being used to generate the lookup EXT_Extender_Forms EXT_Extender_Lookups 90
91 EXT_LOOKUP_VALUES EXT00900 Extender Lookup Values Stores the values of each lookup. Extender Lookup ID Extender_Lookup_ID The unique identifier for the lookup EXT_Extender_Lookups STR30 STR30 The unique identifier for the lookup value UD Form Field Description UD_Form_Field_Desc The description for the lookup value 91
92 VIEWS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Views EXT20500 Extender Views EXT_View_Tables EXT20501 View Tables EXT_View_Fields EXT20502 View Fields EXT_View_Links EXT20503 View Links 92
93 EXT_VIEWS EXT20500 Extender Views Stores the settings for each view. Extender View ID Extender_View_ID The unique identifier for the view Extender View Description Extender_View_Desc The description of the view View Name View_Name The name that the view will be created as in SQL Use Display Names Use_Display_Names Set to 1 if display names are to be used Save Fields As Strings Save_Fields_As_Strings Set to 1 if list fields are to be displayed as strings instead of numbers Note Index NOTEINDX ID of the record note Created Date CREATDDT The date the view was created Created User ID CRUSRID The username of the user that created the view Modified Date MODIFDT The date the view was last modified Modified User ID MDFUSRID The username of the user that last modified the view 93
94 EXT_VIEW_TABLES EXT20501 Extender View Tables Contains the tables that make up the view. Extender View ID Extender_View_ID The unique identifier for the view EXT_Views Line Item Sequence LNITMSEQ The unique identifier for the table Link To Product ID Link_To_Product_ID The product ID of the linked table for Dynamics GP tables Link To Table Link_To_Table The table name of the linked table for Dynamics GP tables Product ID PRODID The product ID of the table for Dynamics GP tables Table Technical Name TABLTECH The table name of the table for Dynamics GP tables Extender View From Type Extender View Table Type Extender_View_From_Type Extender_View_Table_Type 1 Window 2 Form 3 Dynamics GP Table 1 Window 2 Form 3 Dynamics GP Table Extender From Line Extender_From_Line The linked table number 94
95 EXT_VIEW_FIELDS EXT20502 Extender View Fields Contains the fields for each table in the view. Extender View ID Extender_View_ID The unique identifier for the view EXT_Views Line Item Sequence LNITMSEQ The unique identifier for the table EXT_View_Tables Field ID Field_ID The unique identifier of the field EXT_Field_Settings Field Name FIELDNAM The physical name of the field (only used when the table type is Dynamics GP Table) 95
96 EXT_VIEW_LINKS EXT20503 Extender View Table Links Details how the tables of a view are linked. Extender View ID Extender_View_ID The unique identifier for the view EXT_Views Line Item Sequence LNITMSEQ The unique identifier for the table EXT_View_Tables Line SEQ Number LNSEQNBR The unique identifier for the link Field ID Field_ID The ID of the field being linked from EXT_Field_Settings Field ID 2 Field_ID_2 The ID of the field being linked to EXT_Field_Settings Field Name FIELDNAM The physical name of the field being linked from (only used when the table type is Dynamics GP Table) Field Name 2 Field_Name_2 The physical name of the field being linked to (only used when the linked table type is Dynamics GP Table) 96
97 SOLUTIONS TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Solutions EXT21000 Extender Solutions EXT_Solution_Resources EXT21010 Solution Resources 97
98 EXT_SOLUTIONS EXT21000 Extender Solutions Stores the settings for each solution. Extender Solution ID Extender_Solution_ID The unique identifier for the solution Extender Solution Name Extender_Solution_Name The name of the solution Created Date CREATDDT The date the solution was created Created User ID CRUSRID The username of the user that created the solution Modified Date MODIFDT The date the solution was last modified Modified User ID MDFUSRID The username of the user that last modified the solution 98
99 EXT_SOLUTION_RESOURCES EXT21010 Extender Solution Resources Contains the resources for each solution. Extender Solution ID Extender_Solution_ID The unique identifier for the solution EXT_Solutions Extender Type Extender_Type 1 Windows 2 Forms 8 Views 10 Imports 22 Menus 31 Lookups 40 Actions Extender ID Extender_ID The ID of the Extender resource EXT_Extender_Windows EXT_Extender_Forms EXT_Extender_Actions EXT_Extender_Menus EXT_Extender_Imports EXT_Extender_Lookups EXT_Views 99
100 CACHE TABLES The cache tables store a cache of Dynamics GP resources: TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_Product_Cache EXT90101 Product Cache EXT_Product_Series_Cache EXT90102 Product Series Cache EXT_Form_Cache EXT90103 Form Cache EXT_Window_Cache EXT90104 Window Cache EXT_Table_Cache EXT90106 Table Cache 100
101 EXT_PRODUCT_CACHE EXT90101 Product Cache Stores a cache of Dynamics GP Products. Product ID PRODID The unique identifier for the product Product Name PRODNAME The name of the product 101
102 EXT_PRODUCT_SERIES_CACHE EXT90102 Product Series Cache Stores a cache of form and table series for each product. Product ID PRODID The unique identifier for the product Resource Type FIELDNAM 40 Forms 43 Tables Series Number Series_Number 1 Financial 2 Sales 3 Purchasing 4 Inventory 5 Payroll 6 Project 7 System 8 Company 10 3rd Party 102
103 EXT_FORM_CACHE EXT90103 Form Cache Stores the cache of Dynamics GP forms. Product ID PRODID The unique identifier for the product Series Number Series_Number 1 Financial 2 Sales 3 Purchasing 4 Inventory 5 Payroll 6 Project 7 System 8 Company 10 3rd Party Form Name FORMNAME The technical name of the form Display Name DSPLNAME The display name of the form 103
104 EXT_WINDOW_CACHE EXT90104 Window Cache Stores the cache of Dynamics GP windows. Product ID PRODID The unique identifier for the product Form Name FORMNAME The technical name of the form that the window belongs to Window Name WINNAME The technical name of the window Window Display Name WINDSPNM The display name of the form Main Window CB Main_Window_CB Set to 1 if the window is the main window of the form 104
105 EXT_TABLE_CACHE EXT90106 Table Cache Stores the cache of Dynamics GP tables. Product ID PRODID The unique identifier for the product Series Number Series_Number 1 Financial 2 Sales 3 Purchasing 4 Inventory 5 Payroll 6 Project 7 System 8 Company 10 3rd Party Table Technical Name TABLTECH The technical name of the table Table Description TABLDESC The description of the table 105
106 TRIGGER TABLES TECHNICAL NAME PHYSICAL NAME DESCRIPTION EXT_User_Triggers EXT80100 User Triggers EXT_User_Form_Triggers EXT80200 Form Triggers EXT_User_Delete_Triggers EXT80300 Delete Triggers 106
107 EXT_USER_TRIGGERS EXT80100 User Triggers Contains information about field event triggers for Extender Windows and Actions. FIELD NAME PHYSICAL NAME DESCRIPTION RELATED TABLES User ID USERID The unique identifier for the field Company ID CMPANYID The prompt that will be displayed alongside the field on the window or form Extender Type Extender_Type 1 Window 40 Action Extender ID Extender_ID The ID of the Extender resource to be opened by the trigger EXT_Extender_Windows EXT_Extender_Actions Tag Tag The unique identifier for the trigger 107
108 EXT_USER_FORM_TRIGGERS EXT80200 User Form Triggers Contains information about triggers for additional menu items. FIELD NAME PHYSICAL NAME DESCRIPTION RELATED TABLES User ID USERID The unique identifier for the field Company ID CMPANYID The prompt that will be displayed alongside the field on the window or form Extender Type Extender_Type 1 Window 40 Action Extender ID Extender_ID The ID of the Extender resource to be opened by the trigger EXT_Extender_Windows EXT_Extender_Actions Tag Tag The unique identifier for the trigger 108
109 EXT_USER_DELETE_TRIGGERS EXT80300 User Delete Triggers Stores information about triggers that will delete Extender Window data when a linked table record is deleted. User ID USERID The user for which the trigger is registered Company ID CMPANYID The company that the user is logged in to Extender Window ID Extender_Window_ID The identifier of the Extender Window whose data will be deleted EXT_Extender_Windows Line Item Sequence LNITMSEQ The identifier of the table link that will be checked EXT_Table_Links Tag Tag The unique identifier for the trigger 109
110 MAPPING FROM PREVIOUS VERSIONS OLD TECHNICAL NAME OLD PHYSICAL NAME NEW TECHNICAL NAME NEW PHYSICAL NAME PT_Extender_Window_Key_Values EXT00100 EXT_Window_Records EXT01100 PT_User_Window_Field_Strings EXT00101 EXT_Window_Strings EXT01101 PT_User_Window_Field_Dates EXT00102 EXT_Window_Dates EXT01102 PT_User_Window_Field_Numbers EXT00103 EXT_Window_Numbers EXT01103 PT_User_Window_Field_Times EXT00104 EXT_Window_Times EXT01104 PT_Extender_List_Notes EXT00150 EXT_Notes EXT01500 PT_Extender_Note_Key_Values EXT00151 EXT_Window_Records EXT01100 PT_UD_Detail_Window_Lines EXT00180 EXT_Window_Lines EXT01110 PT_Detail_Window_Strings EXT00181 EXT_Window_Detail_Strings EXT01111 PT_Detail_Window_Dates EXT00182 EXT_Window_Detail_Dates EXT01112 PT_Detail_Window_Numbers EXT00183 EXT_Window_Detail_Numbers EXT01113 PT_Detail_Window_Times EXT00184 EXT_Window_Detail_Times EXT01114 PT_Extender_Detail_Window_Key_Values EXT00185 EXT_Window_Records EXT01100 PT_UD_Form_IDs EXT00200 EXT_Form_Records EXT01200 PT_Extender_Form_Field_Strings EXT00201 EXT_Form_Strings EXT01201 PT_Extender_Form_Field_Dates EXT00202 EXT_Form_Dates EXT01202 PT_Extender_Form_Field_Numbers EXT00203 EXT_Form_Numbers EXT01203 PT_Extender_Form_Field_Times EXT00204 EXT_Form_Times EXT01204 PT_Form_Extra_Strings EXT00301 EXT_Form_Strings EXT01201 PT_Form_Extra_Dates EXT00302 EXT_Form_Dates EXT
111 PT_Form_Extra_Numbers EXT00303 EXT_Form_Numbers EXT01203 PT_Form_Extra_Notes EXT00304 EXT_Notes EXT01500 PT_Form_Extra_Times EXT00305 EXT_Form_Times EXT01204 PT_UD_Linked_Form_IDs EXT00500 EXT_Form_Records EXT01200 PT_Linked_Form_Field_Strings EXT00501 EXT_Form_Strings EXT01201 PT_Linked_Form_Field_Dates EXT00502 EXT_Form_Dates EXT01202 PT_Linked_Form_Field_Numbers EXT00503 EXT_Form_Numbers EXT01203 PT_Linked_Form_Field_Times EXT00504 EXT_Form_Times EXT01204 PT_Linked_Form_Extra_Strings EXT00601 EXT_Form_Strings EXT01201 PT_Linked_Form_Extra_Dates EXT00602 EXT_Form_Dates EXT01202 PT_Linked_Form_Extra_Numbers EXT00603 EXT_Form_Numbers EXT01203 PT_Linked_Form_Extra_Notes EXT00604 EXT_Notes EXT01500 PT_Linked_Form_Extra_Times EXT00605 EXT_Form_Times EXT01204 PT_UD_Detail_Form_IDs EXT00700 EXT_Form_Records EXT01200 PT_Detail_Form_Field_Strings EXT00701 EXT_Form_Strings EXT01201 PT_Detail_Form_Field_Dates EXT00702 EXT_Form_Dates EXT01202 PT_Detail_Form_Field_Numbers EXT00703 EXT_Form_Numbers EXT01203 PT_Detail_Form_Field_Times EXT00704 EXT_Form_Times EXT01204 PT_Detail_Extra_Strings EXT00711 EXT_Form_Strings EXT01201 PT_Detail_Extra_Dates EXT00712 EXT_Form_Dates EXT01202 PT_Detail_Extra_Numbers EXT00713 EXT_Form_Numbers EXT01203 PT_Detail_Extra_Notes EXT00714 EXT_Notes EXT01500 PT_Detail_Extra_Times EXT00715 EXT_Form_Times EXT01204 PT_Detail_Line_Strings EXT00721 EXT_Form_Detail_Strings EXT
112 PT_Detail_Line_Dates EXT00722 EXT_Form_Detail_Dates EXT01212 PT_Detail_Line_Numbers EXT00723 EXT_Form_Detail_Numbers EXT01213 PT_Detail_Line_Times EXT00724 EXT_Form_Detail_Times EXT01214 PT_UD_Detail_Lines EXT00750 EXT_Form_Lines EXT01210 PT_MC_Exchange_Rates EXT00800 EXT_Form_Records EXT01100 PT_Multicurrency_Settings EXT40000 EXT_Extender_Forms EXT20200 PT_Calculated_Fields EXT40010 EXT_Field_Settings EXT20010 PT_Calculated_Field_Fields EXT40011 EXT_Calc_Aliases EXT20012 PT_Extender_Events EXT40020 EXT_Events EXT20400 PT_Extender_Event_Actions EXT40021 EXT_Event_Actions EXT20401 PT_Extender_Event_Conditions EXT40022 EXT_Event_Conditions EXT20402 PT_Extender_Event_Fields EXT40023 EXT_Event_Fields EXT20403 PT_Logic_Events EXT40031 EXT_Events EXT20400 PT_Logic_Tasks EXT40032 EXT_Event_Actions EXT20401 PT_Logic_Task_Fields EXT40033 EXT_Event_Fields EXT20403 PT_Logic_Conditions EXT40034 EXT_Event_Conditions EXT20402 PT_Logic_Task_Parameters EXT40035 EXT_Event_Fields EXT20403 PT_Extender_Linked_Lookups EXT40040 EXT_Field_Settings EXT20010 PT_Extender_Restrictions EXT40050 EXT_Navigation_List_Restrictions EXT20236 PT_Extender_Lookup_Restrictions EXT40051 EXT_Field_Restrictions EXT20011 PT_Extender_Interface_Accounts EXT40060 EXT_Event_Transaction_Options EXT20404 PT_User_Defined_Window_SETP EXT40100 EXT_Extender_Windows EXT20100 PT_User_Defined_Window_Keys EXT40101 EXT_Extender_Windows EXT20100 PT_User_Defined_Window_Lists EXT40102 EXT_Lists EXT_List_Items EXT20020 EXT
113 PT_Extender_Window_Special_Cases EXT40103 EXT_Extender_Windows EXT20100 PT_Extender_Window_Links EXT40104 EXT_Field_Settings EXT20010 PT_Extender_Window_Explorers EXT40105 EXT_Window_SmartLists EXT20130 PT_Extender_Window_Explorer_Keys EXT40106 EXT_Window_SmartLists EXT20130 PT_Extender_Window_Tables EXT40107 EXT_Table_Links EXT20110 PT_Extender_Window_Table_Fields EXT40108 EXT_Table_Links EXT20110 PT_Extender_Window_Template_Setup EXT40109 EXT_Extender_Windows EXT20100 PT_Extender_Window_Templates EXT40110 EXT_Templates EXT20300 PT_Extender_Window_Template_Fields EXT40111 EXT_Template_Fields EXT20310 PT_Extender_Window_String_Formats EXT40117 EXT_Field_Settings EXT20010 PT_Extender_Detail_Windows EXT40150 EXT_Extender_Windows EXT20100 PT_Extender_Detail_Window_Keys EXT40151 EXT_Extender_Windows EXT20100 PT_Extender_Detail_Window_Lists EXT40152 EXT_Lists EXT_List_Items EXT20020 EXT20021 PT_Extender_Detail_Window_Special_Cases EXT40153 EXT_Extender_Windows EXT20100 PT_Extender_Detail_Window_Links EXT40154 EXT_Field_Settings EXT20010 PT_Extender_Detail_Window_String_Formats EXT40157 EXT_Field_Settings EXT20010 PT_Extender_Detail_Window_Templates EXT40160 EXT_Templates EXT20300 PT_Extender_Detail_Window_Template_Lines EXT40162 EXT_Template_Lines EXT20320 PT_Extender_Detail_Window_Template_Line_Fields EXT40163 EXT_Template_Line_Fields EXT20321 PT_Extender_Detail_Window_Template_Setup EXT40164 EXT_Extender_Windows EXT20100 PT_Extender_Detail_Window_Enquiry_Setup EXT40170 EXT_Extender_Enquiries EXT20120 PT_Macro_Shortcut_SETP EXT40200 EXT_Extender_Actions EXT20600 PT_Extender_Forms EXT40300 EXT_Extender_Forms EXT20200 PT_Extender_Form_Extra_Windows EXT40301 EXT_Form_Extra_Windows EXT
114 PT_Extender_Form_Lists EXT40302 EXT_Lists EXT_List_Items EXT20020 EXT20021 PT_Extender_Form_Links EXT40306 EXT_Field_Settings EXT20010 PT_Extender_Form_String_Formats EXT40307 EXT_Field_Settings EXT20010 PT_Extender_Form_Template_Setup EXT40309 EXT_Extender_Forms EXT20200 PT_Extender_Form_Templates EXT40310 EXT_Templates EXT20300 PT_Extender_Form_Template_Fields EXT40311 EXT_Template_Fields EXT20310 PT_User_Defined_Enquiry_SETP EXT40400 EXT_Extender_Enquiries EXT20120 PT_Extender_Dialogs EXT40600 EXT_Extender_Actions EXT20600 PT_Extender_Dialog_Fields EXT40601 EXT_Extender_Actions EXT20600 PT_Extender_View_SETP EXT40700 EXT_Views EXT20500 PT_Extender_View_Tables EXT40701 EXT_View_Tables EXT20501 PT_Extender_View_Fields EXT40702 EXT_View_Fields EXT20502 PT_Extender_View_Table_Links EXT40703 EXT_View_Links EXT20503 PT_Extender_Imports EXT40900 EXT_Extender_Imports EXT20700 PT_Extender_Import_Lines EXT40901 EXT_Extender_Import_Lines EXT20701 PT_Extender_Journals EXT41100 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 PT_Extender_Journal_Accounts EXT41101 EXT_Event_Transaction_Options EXT20404 PT_Extender_Invoices EXT41200 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 PT_Extender_Invoice_Distributions EXT41201 EXT_Event_Transaction_Options EXT20404 PT_Extender_Vouchers EXT41300 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 PT_Extender_Voucher_Distributions EXT41301 EXT_Event_Transaction_Options EXT
115 PT_Extender_Timesheets EXT41400 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 PT_Extender_Searches EXT41500 EXT_Navigation_Lists EXT20230 PT_Extender_Search_Fields EXT41504 EXT_Navigation_List_Fields EXT20231 PT_Extender_Search_Display_Fields EXT41505 EXT_Navigation_List_Fields EXT20231 PT_Extender_Search_Colour_Coding EXT41506 EXT_Navigation_Lists EXT20230 PT_Extender_Searches_Colours EXT41507 EXT_Navigation_List_Colours EXT20233 PT_Search_Create_New EXT41508 EXT_Navigation_List_Actions EXT20234 PT_Nav_List_User_Columns EXT41509 EXT_Navigation_List_User_Columns EXT20235 PT_Extender_Search_Defaults EXT41510 EXT_Navigation_Lists EXT20230 PT_Extender_SOP EXT41800 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 PT_Extender_Detail_Forms EXT43100 EXT_Extender_Forms EXT20200 PT_Extender_Detail_Form_Extra_Windows EXT43101 EXT_Form_Extra_Windows EXT20201 PT_Extender_Detail_Form_Lists EXT43102 EXT_Lists EXT_List_Items EXT20020 EXT20021 PT_Extender_Detail_Form_Details EXT43103 EXT_Extender_Forms EXT20200 PT_Extender_Detail_Form_Next_Fields EXT43105 EXT_Form_Next_Fields EXT40305 PT_Extender_Detail_Form_Links EXT43106 EXT_Field_Settings EXT20010 PT_Extender_Detail_Form_String_Formats EXT43107 EXT_Field_Settings EXT20010 PT_Extender_Detail_Form_Template_Setup EXT43109 EXT_Extender_Forms EXT20200 PT_Extender_Detail_Form_Templates EXT43110 EXT_Templates EXT20300 PT_Extender_Detail_Form_Template_Fields EXT43111 EXT_Template_Fields EXT20310 PT_Extender_Detail_Form_Template_Lines EXT43112 EXT_Template_Lines EXT20320 PT_Extender_Detail_Form_Template_Line_Fields EXT43113 EXT_Template_Line_Fields EXT
116 PT_Extender_Note_Setup EXT43200 EXT_Extender_Windows EXT20100 PT_Extender_Note_Keys EXT43201 EXT_Extender_Windows EXT20100 PT_Extender_Note_Enquiry_Setup EXT43202 EXT_Extender_Enquiries EXT20120 PT_Extender_Note_Special_Cases EXT43205 EXT_Extender_Windows EXT20100 PT_Extender_Linked_Forms EXT43300 EXT_Extender_Forms EXT20200 PT_Extender_Linked_Form_Extra_Windows EXT43301 EXT_Form_Extra_Windows EXT20201 PT_Extender_Linked_Form_Lists EXT43302 EXT_Lists EXT_List_Items EXT20020 EXT20021 PT_Extender_Linked_Form_Links EXT43306 EXT_Field_Settings EXT20010 PT_Extender_Linked_Form_String_Formats EXT43307 EXT_Field_Settings EXT20010 PT_Extender_Linked_Form_Template_Setup EXT43309 EXT_Extender_Forms EXT20200 PT_Extender_Linked_Form_Templates EXT43310 EXT_Templates EXT20300 PT_Extender_Linked_Form_Template_Fields EXT43311 EXT_Template_Fields EXT20310 PT_Extender_Search_Details EXT43333 EXT_Navigation_List_Details EXT20232 PT_Extender_POP EXT43500 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options PT_Extender_Inventory EXT43600 EXT_Events EXT_Event_Actions EXT_Event_Transaction_Options EXT20400 EXT20401 EXT20404 EXT20400 EXT20401 EXT20404 PT_Extender_Window_Groups EXT43900 EXT_Extender_Windows PT_Extender_Window_Group_Windows EXT43901 EXT_Window_Group_Windows EXT20140 PT_Extender_Window_Group_Conditions EXT43902 EXT_Window_Group_Conditions EXT20141 PT_Alternate_Keys EXT44100 EXT_Extender_Enquiries EXT20120 PT_Extender_Table_Links EXT44200 EXT_Table_Links EXT20110 PT_Extender_Table_Link_Fields EXT44201 EXT_Table_Links EXT20110 PT_List_Sorting EXT45000 EXT_Lists EXT
117 PT_Extender_Logic_Routines EXT46000 EXT_Extender_Actions EXT20600 PT_Extender_Logic_Routine_Events EXT46001 EXT_Events EXT20400 PT_Extender_Logic_Routine_Tasks EXT46002 EXT_Event_Actions EXT
Microsoft Dynamics GP. Extender User s Guide
Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder
Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility
Livestock Office Payments: Creditor Cashbook Transactions
Livestock Office Payments: Creditor Cashbook Transactions 18/06/2015 Contents Paying Creditors - Find Creditors Due for Payment... 2 Payment Due Report... 2 Creditors Aged Trial Balance... 3 Processing
Recurring Contract Billing 10.0 SP6
Recurring Contract Billing 10.0 SP6 An application for Microsoft Dynamics ΤΜ GP 10.0 Furthering your success through innovative business solutions Copyright Manual copyright 2011 Encore Business Solutions,
Results CRM 2012 User Manual
Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation
Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)
Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.
How To Use Microsoft Gpa On Microsoft Powerbook 2.5.2.2 (Windows) On A Microsoft P2.1 (Windows 2.2) On An Uniden Computer (Windows 1.5) On Micro
Microsoft Dynamics GP Analytical Accounting Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
TheFinancialEdge. Fast! Guide
TheFinancialEdge Fast! Guide 101811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,
www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails
www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
Custom Reporting System User Guide
Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe
MAS 500 Intelligence Tips and Tricks Booklet Vol. 1
MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
Microsoft Access 2010 Part 1: Introduction to Access
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3
Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1
Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...
M4 Advanced Recurring Billing. User Guide
M4 Advanced Recurring Billing User Guide Version 8.23 Last Updated: November 2009 Table of Contents Overview 4 Introduction 4 Summary of Features 4 Key Benefits 5 Installation / Maintenance 6 Software
Microsoft Dynamics GP. Receivables Management
Microsoft Dynamics GP Receivables Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
M4 Systems. Advanced Timesheets and Expenses (ATS&E) User Guide
M4 Systems Advanced Timesheets and Expenses (ATS&E) User Guide M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net Table of Contents Operating the
Microsoft Access 2010 handout
Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant
SmartConnect Users Guide
eone Integrated Business Solutions SmartConnect Users Guide Copyright: Manual copyright 2003 eone Integrated Business Solutions All rights reserved. Your right to copy this documentation is limited by
Strategic Asset Tracking System User Guide
Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data
Excel Reports and Macros
Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding
User Guide. Trade Finance Global. Reports Centre. October 2015. nordea.com/cm OR tradefinance Name of document 8/8 2015/V1
User Guide Trade Finance Global Reports Centre October 2015 nordea.com/cm OR tradefinance Name of document 2015/V1 8/8 Table of Contents 1 Trade Finance Global (TFG) Reports Centre Overview... 4 1.1 Key
Dispatch Board Maintenance. User Guide
Dispatch Board Maintenance User Guide Davisware 514 Market Loop West Dundee, IL 60118 Phone: (847) 426-6000 Fax: (847) 426-6027 Contents are the exclusive property of Davisware. Copyright 2015. All Rights
Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability
Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in
Contents INDEX...61 ECRM...1
ecrm Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
1 Introduction. Contents. Scanner support
1 Introduction Contents Scanner support...1-1 Supporting documentation...1-2 Virus scanning applications...1-3 Installing the software...1-4 Launching Kodak Capture Pro Software...1-5 Kodak Capture Pro
Dynamics GP 50 Tips in 50 Minutes
Tip #1 Speed Up GL Distribution Entry Account Alias Financials Assign an Alias to Accounts. In any GL Distribution Entry window, click the arrow next to the Account Lookup button or type Ctrl+Q. 1 Enter
Word 2010: Mail Merge to Email with Attachments
Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN
2012 Teklynx Newco SAS, All rights reserved.
D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user
Getting Started with Excel 2008. Table of Contents
Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...
UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT
UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...
1.5 MONITOR. Schools Accountancy Team INTRODUCTION
1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved
How To Set Up Total Recall Web On A Microsoft Memorybook 2.5.2.2 (For A Microtron)
Total Recall Web Web Module Manual and Customer Quick Reference Guides COPYRIGHT NOTICE Copyright 1994-2009 by DHS Associates, Inc. All Rights Reserved. All TOTAL RECALL, TOTAL RECALL SQL, TOTAL RECALL
How Dynamics GP Receivables and Collections Can Save you Money
Aspire 2009 How Dynamics GP Receivables and Collections Can Save you Money Together driving your business to a new level and Accelerating your growth and profitability Objectives Automate /Streamline Routine
How to Download Census Data from American Factfinder and Display it in ArcMap
How to Download Census Data from American Factfinder and Display it in ArcMap Factfinder provides census and ACS (American Community Survey) data that can be downloaded in a tabular format and joined with
M4 Systems. Advanced Recurring Billing (ARB) User Guide
M4 Systems Advanced Recurring Billing (ARB) User Guide M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net Table of Contents Overview ----------------------------------------------------------------------------------------------------------------------
Creating Database Tables in Microsoft SQL Server
Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are
Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide
Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence
Raintree Systems, Inc.
Raintree Systems, Inc. RAINTREE EMR - ELECTRONIC MEDICAL RECORDS Revised 8/21/2009 Raintree Systems Inc. 27307 Via Industria Temecula, CA 92590 Tel: 951-252-9400 Fax: 951-252-9401 www.raintreeinc.com EMR
How To Create A Report In Excel
Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...
User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com
User Manual V1.3 NCB File Converter @alahlincb /alahlincb 9 2000 1000 www.alahli.com The National Commercial Bank File Converter User Manual Copyright 2013 The National Commercial Bank Page 2 of 44 Table
Accounts Payable Expense Distribution Tables
Accounts Payable Expense Distribution Tables Use Expense Distribution Table Maintenance to set up tables with general ledger accounts and distribution percentages. The tables can then be selected in Invoice
Appendix A How to create a data-sharing lab
Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,
Microsoft Dynamics GP. Audit Trails
Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Sales Person Commission
Sales Person Commission Table of Contents INTRODUCTION...1 Technical Support...1 Overview...2 GETTING STARTED...3 Adding New Salespersons...3 Commission Rates...7 Viewing a Salesperson's Invoices or Proposals...11
Creating and Managing Online Surveys LEVEL 2
Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged
Google Apps for Sharing Folders and Collecting Assignments
Google Apps for Sharing Folders and Collecting Assignments The Google Drive is cloud (online) storage space, and it is also where you create and work with Google Docs, Sheets, Slides, etc. Create a Folder
DATA VALIDATION and CONDITIONAL FORMATTING
DATA VALIDATION and CONDITIONAL FORMATTING Data validation to allow / disallow certain types of data to be entered within a spreadsheet Using Data Validation to choose a value for a cell from a dropdown
Microsoft Dynamics GP. Cashbook Bank Management
Microsoft Dynamics GP Cashbook Bank Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this
ACCOUNT RECEIVABLES TABLE OF CONTENTS
ACCOUNT RECEIVABLES TABLE OF CONTENTS 1. SETUP CUSTOMER...2 2. CUSTOMER LISTING...6 3. CUSTOMER INVOICE...7 4. CUSTOMER INVOICE LISTING...12 5. ENTER CREDITS / REFUNDS...14 6. CUSTOMER CREDITS LISTING...20
Batch and Import Guide
Batch and Import Guide 020411 Enterprise CRM, version 2.9 US 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or
Governance, Risk, and Compliance Controls Suite. Preventive Controls Governor Audit Rules User s Guide. Software Version 7.2.2.3
Governance, Risk, and Compliance Controls Suite Preventive Controls Governor Audit Rules User s Guide Software Version 7.2.2.3 Preventive Conrols Governor: Audit Rules User s Guide Part No. AR002-7223A
Introduction to Microsoft Access 2013
Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:
email-lead Grabber Business 2010 User Guide
email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license
MODULE 2: SMARTLIST, REPORTS AND INQUIRIES
MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList
User Guide for TASKE Desktop
User Guide for TASKE Desktop For Avaya Aura Communication Manager with Aura Application Enablement Services Version: 8.9 Date: 2013-03 This document is provided to you for informational purposes only.
Training Guide. Accounts Payable Training. Mover s Suite users training on the Accounts Payable functionality within Microsoft Dynamics GP
Training Guide Accounts Payable Training Mover s Suite users training on the Accounts Payable functionality within Microsoft Dynamics GP Version 3.7 (Fall 2008) Accounts Payable Training Copyright Copyright
Contents COMBO SCREEN FOR THEPATRON EDGE ONLINE...1 TICKET/EVENT BUNDLES...11 INDEX...71
Combo Screen Guide 092311 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,
2009 Braton Groupe sarl, All rights reserved.
D A T A B A S E M A N A G E R U S E R M A N U A L The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a
Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.
MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing
Access Part 2 - Design
Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will
Creating and Using Forms in SharePoint
Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a
MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES
MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working
Teacher References archived classes and resources
Archived Classes At the end of each school year, the past year s academic classes are archived, meaning they re still kept in finalsite, but are put in an inactive state and are not accessible by students.
Context-sensitive Help Guide
MadCap Software Context-sensitive Help Guide Flare 11 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this
Catholic Archdiocese of Atlanta Outlook 2003 Training
Catholic Archdiocese of Atlanta Outlook 2003 Training Information Technology Department of the Archdiocese of Atlanta Table of Contents BARRACUDA SPAM FILTER... 3 WHAT IS THE SPAM FILTER MS OUTLOOK PLUG-IN?...
Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9
TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields
Time & Expense Entry WalkThrough
PRACTICE CS Time & Expense Entry WalkThrough Version 2014.x.x TL 27573a (01/16/2015) Copyright Information Text copyright 2004-2015 by Thomson Reuters. All rights reserved. Video display images copyright
Time Clock Import Setup & Use
Time Clock Import Setup & Use Document # Product Module Category CenterPoint Payroll Processes (How To) This document outlines how to setup and use of the Time Clock Import within CenterPoint Payroll.
Radius Maps and Notification Mailing Lists
Radius Maps and Notification Mailing Lists To use the online map service for obtaining notification lists and location maps, start the mapping service in the browser (mapping.archuletacounty.org/map).
NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide
ERP Consulting Web Development Custom Programming Solutions Desktop & Web Applications for Manfact NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance Administrator s Guide Web and
emarketing Manual- Creating a New Email
emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a
Parameter Fields and Prompts. chapter
Parameter Fields and Prompts chapter 23 Parameter Fields and Prompts Parameter and prompt overview Parameter and prompt overview Parameters are Crystal Reports fields that you can use in a Crystal Reports
Getting Started using the SQuirreL SQL Client
Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,
Click the Entries tab to enter transactions that originated at the bank.
Reconciling Bank Statements If this is the first time you have reconciled a bank statement for this company, you must prepare your bank accounts. See Chapter 4, Setting Up Bank Services, in the Tax and
HHC Compensation Module Training Document
HHC Compensation Module Training Document CONTENTS 1. ICP Compensation Module Installation...3 2. Launch the compensation...6 3. Setup Survey Setup/Import Data Initial Setup...6 4. Exporting the Master
Admin Reference Guide. PinPoint Document Management System
Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9
Blackbaud StudentInformationSystem. Reports Guide for Admissions Office
Blackbaud StudentInformationSystem Reports Guide for Admissions Office 102811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,
SIM User Guide. Version 8/06/2016
SIM User Guide Version 8/06/2016 This document describes the version 2.56 from June 2016, but also corresponds to previous or later versions. Simple Inventory Manager is an active software that is regularly
BusinessMan CRM. Contents. Walkthrough. Computech IT Services Ltd 2011. Tuesday, June 1 st 2014 Technical Document -1015 Version 6.
Contents. Table of Figures... 2 Businessman Enterprise Overview... 3 System Settings... 3 Human Resources... 4 User Management... 5 Customers... 7 Prospects... 9 Document Management 9 Sales Dashboard...
Developing Web Applications for Microsoft SQL Server Databases - What you need to know
Developing Web Applications for Microsoft SQL Server Databases - What you need to know ATEC2008 Conference Session Description Alpha Five s web components simplify working with SQL databases, but what
Recurring Contract Billing Importer 2013
Recurring Contract Billing Importer 2013 An application for Microsoft Dynamics GP 2013 Furthering your success through innovative business solutions Copyright Manual copyright 2013 Encore Business Solutions,
ICP Data Entry Module Training document. HHC Data Entry Module Training Document
HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC
Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced
Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the
Expat Tracker. User Manual. 2010 HR Systems Limited
Expat Tracker User Manual Expat Tracker Assignee Management Software HR Systems Limited Expat Tracker All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic,
Web Intelligence User Guide
Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence
Tutorial 3 Maintaining and Querying a Database
Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in
Microsoft Dynamics GP. Project Accounting Cost Management Guide
Microsoft Dynamics GP Project Accounting Cost Management Guide Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed
User Guide. Microsoft Dynamics GP 10 Upgrade. Understanding and using new features and functionality within Dynamics GP 10
User Guide Microsoft Dynamics GP 10 Upgrade Understanding and using new features and functionality within Dynamics GP 10 Version 3.7 (Spring 2009) Microsoft Dynamics GP 10 Upgrade Copyright Copyright 1997-2009
Accounts Receivable WalkThrough
PRACTICE CS Accounts Receivable WalkThrough Version 2014.x.x TL 27675a 1/16/15 Copyright Information Text copyright 2004-2015 by Thomson Reuters. All rights reserved. Video display images copyright 2004-2015
Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.
Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading
Introduction to Microsoft Access 2010
Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:
Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.
Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.
Endnote Web: Beginners Guide to Using Endnote Web and the Cite While You Write Function
1 Endnote Web: Beginners Guide to Using Endnote Web and the Cite While You Write Function 1 Endnote Web User Guide Version 3.4 Created: June 2012 Author: Jessica Eustace-Cook 1 Table of Contents 1. About
for Sage 100 ERP Business Insights Overview Document
for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered
Microsoft Dynamics GP. Cash Flow Management
Microsoft Dynamics GP Cash Flow Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,
Basic Excel Handbook
2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...
